 #careRegister #resendOTP {
    cursor: pointer;
	text-decoration:none;
	color: #015AC8;

}

#careRegister .buttonSpan2 {
    background-color: #213F5F;
    border: 1px solid #213F5F;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 999px;
    color: #FFF;
    font-weight: normal;
    cursor: pointer;
    font-size: 21px;
    line-height: 1em;
    width: 100%;
    height:56px;
	padding-right: 16px;
    padding-left: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.custom-placeholder {
    border-radius: 12px;
    font-size: 16px;
    text-align: left;
    color:#505D6D;
    border: 1px solid #B3BAC1;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 12px;
    padding-right: 0;
    max-width: 100%;
	font-weight:700;
	
	
	position: relative;
    display: block;
    
    height: 4rem; /* 64px / 16px = 4rem */
    
    /* border-radius: var(--radiusMD); */
    /* opacity: 0; */
    padding: 1.25rem 1rem 0; /* 20px / 16px = 1.25rem, 16px / 16px = 1rem */
    
    
    line-height: 1.5rem; /* 24px / 16px = 1.5rem */
    text-align: left;
}

.form-floating{
	position: relative;
}

.page1{
	padding-top: 23px;
}


.form-group {
    position: relative !important;
    margin: 20px 0 !important;
	width: 100% !important;
	margin-bottom: 1rem !important;
}

input:focus {
    border: 1px solid #ccc; /* Keep the same border color on focus */
    outline: none; /* Optional: Remove default outline */
}

/*code for floating labels */

.form-control {
            width: 100% !important; /* Full width input */
            border: 1px solid #ccc !important; /* Border for the input */
            
        }

       
.control-label-email{
	display: block !important;
	font-size: 1rem !important;
	font-weight: 200 !important;
}
/* lowers label */
.variation_label_down{
	/* top: 1.3125rem; */ /* Equivalent to 21px / 16px */
    /* hide label */
    z-index: 1;
    transform: translate(1rem, 1.15rem); /* Equivalent to 16px / 16px */
    font-family: Proxima Nova;
    font-size: 1rem; /* Equivalent to 16px / 16px */
    font-weight: 400;
    line-height: 1.375rem; /* Equivalent to 22px / 16px */
    text-align: left;
    position: absolute;
    color: #505D6D !important;
}
/* upper the label */
.variation_label_up{
	position: absolute;
    /* top: 0.625rem; */ /* Equivalent to 10px / 16px */
    z-index: 1;
    transform: translate(1rem, -0.0625rem); /* Equivalent to 16px / 16px, -1px / 16px */
    font-family: Proxima Nova;
    font-size: 0.875rem; /* Equivalent to 14px / 16px */
    font-weight: 400;
    line-height: 2.25rem; /* Equivalent to 20px / 16px */
    transition: 0.2s ease;
    color: #505D6D !important;
}
/* error message class */
.error-message, .error-email-message {
	position: absolute;
    transform: translate(0rem,2.5rem);
    display: none;
    font-size: 0.8em;
    padding: 5px 0;
    color: #ff0000;
    float: left;
    width: 100%;
}
.error-field input, .error-email-field input {
	border: 1px solid red !important;
	color: #172C42 !important;
}
.error-email-field .error-email-message{
	width: 25.625rem !important;
}
.error-field .error-message {
	text-align: left;
	width: 25.625rem !important;
}



