.login_Sec {
    background-image: url('../images/login-img.webp');
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.Inner_loginSec {
    height: 100%;
    /* background: rgba(0, 0, 0, 0.6); */
}

.Inner_loginSec .card {
    width: 450px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 40px 15px;
    border: none;
}

.LoginSec_img_div {
    /* border-top: 5px solid #0f7369; */
    text-align: center;
}

.LoginSec_img_div img {
    width: 100px;
}

.LoginSec_info_div {
    padding: 10px 25px;
}

.LoginSec_info_div .form-label {
    color: #000;
    font-weight: 500;
    margin-bottom: 0px;
}

.resend_btn {
    background: #0f7369;
    width: 100px;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
}

.theme_color {
    color: #0f7369;
}

.heading_css {
    color: #0f7369;
    text-align: center;
    padding: 5px;
}

.verify_otp h4 {
    letter-spacing: 0.5px;
    text-align: center;
    margin-bottom: 5px;
}

.verify_otp h5 {
    font-size: 16px;
    color: #0f7369;
    text-align: center;
    margin-top: 20px;
}

.verify_otp .OTP_P input {
    width: 50px;
    height: 50px;
    border: none;
    background: #f9f9f9;
    border-radius: 4px;
    border-bottom: 3px solid #0f7369;
}


/*=================
        Login Style form ===========*/

.login_part {
    position: relative;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 10px 30px 0 rgba(172, 168, 168, 0.43);
}

.login_bg {
    height: 550px;
    padding: 0;
}

.Registration_bg {
    height: 720px;
}

.login_bg>img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%";
}

.login-card-description {
    font-size: 25px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 23px;

}

.Form__Legend {
    font-size: 12px;
    margin-bottom: 30px;
}

.Form__Hint--center {
    text-align: center;
}

.Form__Hint {
    margin: 24px 0 0 0;
}

.Text--subdued {
    color: #5c5c5c;
}

.login_part .btn-google {
    background-color: #dd4b39;
    color: #fff;
    text-transform: uppercase;
}

.login {
    padding: 0 8px
}

.login>p {
    margin: 0 0 2em 0;
    position: relative;
    padding: 0 8px
}

.login>p>button {
    font-size: 14px;
    padding: 12px;
}
.login p .otp_login {
    font-size: 12px;
    text-transform: uppercase;
    background-color: #F9E264;
    padding: 4px 8px;
    border-radius: 4px;
    color: #000;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 999;
}
.login>p>input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    margin: 0;
}

.login>p>input[type="text"],
.login>p>input[type="password"],
.login>p>input[type="tel"],
.login>p>input[type="email"],
.login>p>textarea[type="text"],
.login>p>select{
    background: #fff;
    border: 1px solid #ddd;
    font-size: 1em;
    padding: .9em .5em;
    width: 100%;
    border-radius: 2px;
    color: rgb(128, 128, 128);
    transition: all 0.5s
}

.login>p>input[type="text"]:hover,
.login>p>input[type="password"]:hover,
.login>p>textarea[type="text"]:hover,
.login>p>select[type="text"]:hover {
    background: #FBF7C7;
    border-color: #F9E264;
    color: #ec1c24;
    padding: .9em 1em;
}

.login>p>input[type="text"]:focus,
.login>p>input[type="password"]:focus,
.login>p>textarea[type="text"]:focus,
.login>p>select[type="text"]:hover {
    background: #FBF7C7;
    border-color: #F9E264;
    color: #ec1c24;
    padding: .9em 1em;
}
.db_btn {
    background-color: #0f7369;
    padding: 7px 15px;
    color: #000;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    box-shadow: 0 3px 2px rgba(0, 0, 0, .1);
    transition: color 0.8s ease-in-out;
}
.db_btn:hover {
    background-color: #FDD9B7;
    color: #000;
}

.login button.gradient_btn {
    padding: 7px 25px;
}

.login button:hover {
    text-shadow: 0 1px 3px rgba(70, 93, 41, 0.7);
}

.login>p>label {
    position: absolute;
    left: 12px;
    top: 12px;
    color: #999;
    font-size: 16px;
    display: inline-block;
    padding: 4px 10px;
    font-weight: 400;
    background-color: #fff;
}

.login>p:hover>label {
    top: -18px;
    background-color: #FBF7C7
}

.login>p:focus>label {
    top: -18px;
    background-color: #FBF7C7
}

.login label.floatLabel {
    top: -13px;
    background-color: #fff;
    font-size: 14px;
    transition: color 0.3s, top 0.3s, background-color 0.8s;
}

.login>p>a {
    position: absolute;
    right: 19px;
    top: 16px;
    letter-spacing: 0;
}

.login>p>a:hover {
    text-shadow: none;
    color: #FFAB00
}