.eye_pass {
    color: rgb(144, 143, 164);
    z-index: 1 !important;
    font-size: 15pt;
    margin: 0px;
    line-height: 18px;
    cursor: pointer;
    position: absolute;
    right: 26.7%;
    margin-top: -44px;
}

.eye_pass:hover {
    color: #1e2835be;
}

#login-cont {
    height: 100vh;
    max-width: 100%;
    padding: 0px;
}


/* 
#login-row {
    height: 100%;
    align-content: center;
} */

#login-cont label {
    font-size: 11pt;
    color: black;
}

#login-cont .my-input {
    border: 1px solid rgba(0, 0, 0, 0.123);
    display: block;
    width: 100%;
    padding: 6px 10px;
    border-radius: 5px;
    z-index: 0;
}

#login-cont .my-input:focus {
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.247);
    color: black;
}

.forget-password {
    color: black !important;
    font-weight: 600;
    font-size: 10;
}

.forget-password:hover {
    color: rgb(0, 143, 226) !important;
}

.form-col {
    align-self: center;
}

.login-bg {
    background-image: url("../images/login-bg.png");
    height: 100vh;
    background-position: center;
    background-size: cover;
}

@media only screen and (max-width: 600px) {
    #login-row {
        display: block;
    }

    .form-col {
        max-width: 100%;
        padding: 0px;
    }

    .form-col form {
        width: 100% !important;
        padding: 50px;
        margin: auto;
        height: 100vh;
    }

    .login-bg {
        display: none;
    }
}

.radioInput {
    display: inline-block;
    position: absolute;
    margin-top: 17px;
    margin-left: 12px;
    transform: scale(1.2);
}

.radio-icon {
    background-color: rgb(246, 246, 246);
    width: fit-content;
    padding: 15px 20px;
    padding-left: 30px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12pt !important;
    font-weight: 600;
}

.radio-icon:hover {
    background-color: #e7e7e7;
}

.radioInput:checked+.radio-icon {
    background-color: #005dc81a;
    color: #005CC8 !important;
    border: 1px solid #005CC8;
}

.otpSections {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.ap-otp-input{
    border: 3px solid #ebebeb;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    margin: 4px;
    text-align: center;
    font-size: 20px;
    padding: 10px;
}


.ap-otp-input:focus{
    outline: none !important;
    border: 3px solid #002aff;
    transition: 0.12s ease-in;
}