﻿/***** Overwrite bootstrap's styles *****/
.container {
	max-width: 912px;
}

/***** Start custom class names *****/

.OTP_Container {
	margin: 20px auto;
	border-radius: 5px !important;
	background-color: #FFF;
	padding: 20px;
	color: #121212;
}

.phone_field {
	min-width: 300px;
	border: solid 1px #CCC;
	border-radius: 3px !important;
	padding: 5px 10px;
}

.sms_field {
	min-width: 200px;
	border: solid 1px #CCC;
	border-radius: 3px !important;
	padding: 5px 10px;
}

	.phone_field.has_error,
	.sms_field.has_error {
		border: 2px solid #d0011b;
	}

/* Button to send / resend sms */
.send_sms_btn {
	min-width: 100px;
	background: #0079C8 !important;
	border: none !important;
	border-radius: 3px !important;
	padding: 8px;
	color: #ffffff !important;
}

/* button to verify OTP / go to next step */
.quote_now_btn {
	margin: auto;
	min-width: 200px;
	background: #e60e68 !important;
	border: none !important;
	border-radius: 3px !important;
	padding: 8px;
	color: #ffffff !important;
}

@media screen and (max-width: 767px) {
	.phone_field,
	.sms_field {
		display: block;
		width: 100%;
		min-width: auto;
		margin: 0 !important;
	}
}
