#errorOTP{
	color:red;
	text-align: center;
	height: 14px;
}


.inputfiled{
	height: 20px;
    width: 100%;
    font-size: 14px;
    margin-top:2%;
	border-radius: 6px;
	padding: 5px 0 5px 2%;
    color: #000;
    border: 1px solid #9a8b8b !important;
    -webkit-appearance:none;
}


.mobilePrefix{
	height: 20px;
    font-size: 14px;
    margin-top:2%;
	border-radius: 6px;
	padding: 5px 0 5px 2%;
    color: #000;
    border: 1px solid #9a8b8b !important;
    -webkit-appearance:none;
	width: 30%;
    float: left;
}

.mobile{
	height: 20px;
    font-size: 14px;
    margin-top:2%;
	border-radius: 6px;
	padding: 5px 0 5px 2%;
    color: #000;
    border: 1px solid #9a8b8b !important;
    -webkit-appearance:none;
	width: 60%;
    float: right;
}

.errorMsg{
	/* background-color:red !important; */
	border: 1px solid red !important;
	border-radius: 6px;
}
.errorText{
	color:red;
}

#errorMessage{
	
}

#errorDiv{
	height:14px;
	padding-bottom: 20px;
}

.radioDiv{
	padding-top:2%;
	text-align:left;
	padding-left: 5px;
/* 	height:24px; */
}

@media only screen and (max-width: 768px)  {
 


.mobileAndCountrycodeDIV{
	padding-bottom: 40px;
}
 
 }