/* make scrollbar transparent */
::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

button {
    border: none;
}

.bg-login {
    background-repeat: no-repeat;
    background-size: cover;
}

.accent-line {
    width: 120px;
    height: 0px;
    border: 4px solid #FEBD11;
    border-radius: 6px;
}

.form-forgot {
    flex-direction: row;
    align-items: center;
    padding: 18px 16px 16px 95px;
    gap: 16px;
    width: 100%;
    height: 53px;
    background: #2a3139;
    border-radius: 8px;
    border: none;
    color: #f4f4f4;
    font-size: 14px;
}

.ic-form-email {
    position: absolute;
    width: 55px;
    left: 20px;
    top: 45px;
}

.ic-form-password {
    position: absolute;
    width: 55px;
    left: 19px;
    top: 16px;
}

.ic-eyes-password {
    position: absolute;
    width: 18px;
    top: 20px;
    right: 20px;
}

/* .ic-eyes-password-1 {
    top: 70px;
} */

/* .ic-form-password-1 {
    top: 68px;
} */

.disabled-btn-forgot {
    cursor: none !important;
    pointer-events: none;
    background-color: #b77b13 !important;
}

.count-down,
.resetOtp {
    margin-left: 20px;
}

/* modal success edit password */
#bg-modal-success-edit-password {
    opacity: .80;
    position: absolute;
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1001;
    opacity: 0.8;
}

#modalSuccessEditPassword {
    /* margin: 5% 30% 30% 30%; */
    width: 428px;
    height: 183px;
    position: fixed !important;
    top: 40%;
    left: 35%;
    z-index: 1002;
    display: none;
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

#modal-content {
    font-size: 15pt;
    padding: 20px;
    height: 100%;
    padding: 17px 20px 0px 20px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-modal {
    height: 135px;
}

#btn-close-success-edit-password {
    color: white;
    border: 0px;
    background: transparent;
    font-size: 25px;
    display: flex;
    align-items: center;
}

#close-success-edit-password {
    border-radius: 25px;
    background: black;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
}

button i {
    font-size: 1rem;
    transition: .3s ease;
}

/* end modal success edit password */

@media (max-width:576px) {
    .accent-line {
        width: 100px;
        border: 3px solid #FEBD11;
    }

    .form-login {
        padding: 15px 16px 16px 85px;
    }

    .ic-form-email,
    .ic-form-password {
        width: 45px;
    }

    #modalSuccessEditPassword {
        width: 100%;
        margin: 0;
        left: 0px;
    }

    /* .ic-eyes-password {
        width: 15px;
        top: 71px;
    }

    .ic-eyes-password-1 {
        top: 175px;
    } */
}















.form-check-input {
    background-color: #F2F2F2;
    border: 0.5px solid #DBDBDB;
}

.text-register {
    color: #1363D3 !important;
    text-decoration: underline !important;
}

.text-center {
    text-align: center !important;
}

.btn-primary {
    padding: 12px 12px !important;
}

.ic_arrow {
    width: 32px;
}

@media (max-width: 576.5px) {
    .title {
        font-size: 24px;
    }

    .ic_arrow {
        width: 24px;
    }
}
