﻿*{
    
}





a#focusaa:hover {
    font-weight: bold;
    color: blue !important;
}

.container-fluid {
    position: relative;
    height: 100%;
    width: 100%;
}

.layout-forgot {
    width: 460px;
    height: 100vh;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #fff;
    box-shadow: 1px 1px 7px 0px gray;
    padding: 60px 30px;
}

h5.forgot-title {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}

    h5.forgot-title:after {
        height: 2px;
        background-color: #000;
        position: absolute;
        left: 0;
        width: 90%;
        bottom: 0;
        display: block;
        content: '';
        transform: translateY(2px);
    }

.forgot-sub {
    margin: 24px 0px;

}


.input-group-prepend {
    background-color: gray;
    padding: 4px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-khoiphuc {
    height: 40px;
    width: 120px;
    cursor: pointer;
}

.back-login {
    position: fixed;
    bottom: 20px;
}

    .back-login a {
        font-size: 1rem;
        color: darkslategray;
    }

        .back-login a:hover {
            color: black;
        }

#modal-successa {
    display: none;
    background-color: rgba(108,122,137,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99999;
}

    #modal-successa .content-modal-noti {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: calc(100%/3);
        min-height: 185px;
        padding: 20px;
        background-color: white;
        border-radius: 5px;
        transform: translate(-50%,-50%);
     
    }

    @media screen and (max-width:460px) {
        .layout-forgot{
        width: 100%;
        }
        #modal-successa .content-modal-noti {
            width: 100%;
            left: 0;
            top: 50%;
            transform: translate(0,-50%);
            border-radius: 0px;
        }
}


.nhap_OTP{
    position:relative;
    width:200px;
    margin:0px 100px;
}
.nhap_OTP input{
    width:100%;
    padding:10px;
    font-size:16px;
    height:60px;
}
.input-lable{
    position:absolute;
    left:10px;
    top:17px;
    color:#888;
    font-size:14px;
    pointer-events:none;
    transition: top 0.2s ease;
}
.nhap_OTP.input-has-value .input-lable,
.nhap_OTP input:focus + .input-lable{
    top:1px;
    font-size:14px;
}


.form-group .input-group span.span-end {
    position: absolute;
    right: 10px;
    transform: translateY(10px);
}

.form-group .input-group input:focus-visible{
    outline:none;
}

input[type="password"] + span.span-end {
    opacity: 0.4;
}

    input[type="password"]:hover + span.span-end,
    input[type="password"] + span.span-end:hover {
        opacity: 1;
        cursor: pointer;
    }

.btn-confirm {
    position: absolute;
    left: 200px;
}

.cancel, .continue {
    background-color: #a6ada7;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 10px 15px;
    cursor: pointer;
}

.cancel:hover, .continue:hover{
    background-color:#0056b3;
}

/*mail*/
.container-mail {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    padding: 0 0px;
    padding-bottom: 10px;
    border-radius: 5px;
    line-height: 1.8;
}

.header-mail {
    border-bottom: 1px solid #eee;
}

    .header-mail a {
        font-size: 1.4em;
        color: #000;
        text-decoration: none;
        font-weight: 600;
    }

.content-mail {
    min-width: 700px;
    overflow: auto;
    line-height: 2;
}

.otp-mail {
    background: linear-gradient(to right, #00bc69 0, #00bc88 50%, #00bca8 100%);
    margin: 0 auto;
    width: max-content;
    padding: 0 10px;
    color: #fff;
    border-radius: 4px;
}

.footer-mail {
    color: #aaa;
    font-size: 0.8em;
    line-height: 1;
    font-weight: 300;
}

.email-info {
    color: #666666;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 6px;
}

    .email-info a {
        text-decoration: none;
        color: #00bc69;
    }