::-moz-placeholder { /* Code for Firefox */
    color: white !important;
}

::-webkit-input-placeholder { /* Chrome, Safari and Opera */
    color: white !important;
}

:-ms-input-placeholder { /* Internet Explorer */
    color: white !important;
}

::placeholder {
    color: white !important;
}
.close
{
	font-size: 2rem !important;
	color: #375565 !important;
	opacity: 0.99 !important;
	border: none;
    color: white !important;
}
.close:hover
{
	color: #3F7FD5 !important;
	background-color: #BAD3DF !important;
}

.form_body
{
	background-image: url('../images/bg.png');
	background-size: contain;
	color: white;
	padding: 13px 20px 40px 20px;
	margin-bottom: 15px;
}
.rec_form_top_title
{
	margin-top: 7px;
    margin-bottom: 5px;
}
.rec_form_top_img
{
	margin-top: -7px;
	margin-right:10px;
}
.rec_form_labels
{
	margin-left: 13px;
    margin-bottom: 2px !important;
    margin-top: 15px;
}
.rec_form_inputs
{
	background-color: transparent;
    color: white;
    border: 1px solid #9CC4F7;
    border-radius: 25px;
    padding-left: 25px;
}
.rec_form_inputs option
{
	color: #0E3E7F;
    background-color: #afc9e4;
}
.rec_form_inputs option:hover
{
	color: #afc9e4 !important;
    background-color: #0E3E7F;
}
.form-control:focus {
    color: #495057 !important;
}
.lbl_gender
{
	color: white;
	font-weight: 100;
	margin-top: 5px;
}
.rec_form_txt_area
{
	background-color: transparent;
	color: white;
	border-radius: 10px;
    width: 100%;
    border: solid 1px #9CC4F7;
    padding-left: 20px;
    margin-top: 40px;
}
.rec_submit_form_btn, .white-btn
{
    background-color: white;
    color: #3687EF;
    border-radius: 15px;
    margin-top: 40px;
    padding: 3px 20px;
    border:1px solid transparent;
}
.white-btn{
	margin-top: 0;
}
#cell-number-tooltip{
	position: absolute;
	right: -395px;
	width: 400px;
	top: 25px;
	background: #ffffff;
	box-shadow: 1px 1px 7px 1px #525151;
	padding: 13px;
	border-radius: 4px;
	color: #000;
	display: none;
}
#cell-number-tooltip::after{
	content: '';
	position: absolute;
	left: -12px;
	top: 23px;
	width: 0;
	height: 0;
	border-bottom: 13px solid transparent;
	border-top: 13px solid transparent;
	border-right: 13px solid #ffffff;
	clear: both;
}
.rec_form_login .spinner, .rec_form_verify_otp .spinner,
.rec_form_work .spinner, .rec_form_edu .spinner{
	width: 100%;
	height: 100%;
	position: absolute;
	background: #ffffffc7;
	margin-left: -20px;
	margin-top: -13px;
	z-index: 99;
	display: none;
	text-align: center;
	padding-top: 40%;
}

.rec_submit_form_btn:hover, .white-btn:hover
{
	background-color: #3687EF;
	color: white !important;
	border-color: white;

}
.gender_label
{
	margin-top: 21px;
    margin-right: 5px;
}
.form-control:disabled, .form-control[readonly] {
	background-color: #3180e4 !important;
	border-color: transparent;
}
