.auth-main {
    height: 100vh;
    overflow: hidden;
}


.form-control:focus {
    box-shadow: unset;
    outline: none;
}

.auth-left-bg {
    background-image: url('../img/blogbg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

.auth-inner {
    padding: 0 80px 20px 80px;
    overflow: hidden;
    position:relative;
}
.auth-inner .sign-back-btn {
	position: absolute;
	  left: 10px;
	  top: 20px;
	  background: #24656f;
	  width: 35px;
	  height: 35px;
	  text-align: center;
	  line-height: 35px;
	  border-radius: 50%;
	  color: #fff;
}

.auth-inner .auth-title h2 {
    font-size: 27px;
    line-height: 37px;
    font-weight: 700;
    color: #000;
    text-align: center;
    text-transform: capitalize;
}

.auth-inner form .form-control {
    border: 1px solid #ddddddd6;
    padding: 15px;
    border-radius: 10px;
    color: #000;
}

.auth-inner form .form-control::placeholder {
    color: #000;
    text-transform: capitalize;
}

.auth-inner form .form-label {
    color: #000;
    text-transform: capitalize;
}

.form-check-input-main label a,
.auth-bottom a,
.auth-footer p a {
    color: #24656f;
    font-weight: 500;
    transition: all .5s ease-in-out;
}

.form-check-input-main label a:hover,
.auth-bottom a:hover,
.auth-footer p a:hover {
    text-decoration: underline;
    color: #24656f;
}

.auth-footer p a {
    color: #24656f;
    font-weight: 500;
}

.form-check-input {
    margin-top: 7px;
    border-color: #24656f;
}

.form-check-input:checked {
    background-color: #24656f;
    border-color: #24656f;
}

.form-check-input:focus {
    border-color: #24656f;
    box-shadow: unset;
}

.forget-btn a {
    color: #000;
    transition: all .5s ease-in-out;
}

.forget-btn a:hover {
    color: #24656f;
    text-decoration: underline;
}

.forgot-input .form-control {
    width: 55px;
    height: 55px;
}
.auth-inner form .form-control::placeholder {
	color: #b3b3b3;
}
.auth-inner .iti {
	position: relative;
	display: block;
}

.resend-btn {
	margin-top: 15px;
	display: block;
	text-align: center;
	color: #24656f !important;
}
#verify-otp .invalid-feedback {
	text-align: center;
}
.forgot-input .form-control:focus {
	border: 1px solid #24656f;
}	