.main-panel-forgot-password {
    width: 100%;
    background: rgba(203, 203, 210, 0.15);
    position: relative;
}

.panel-forgot-password {
    padding: 30px 20px;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.forgot-password-form {
    width: 100%;
    max-width: 450px;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    padding: 15px 20px;
}

.form-group-code {
    width: 100%;
    display: flex;
    padding: 10px 0;
    margin-bottom: 5px;
}

.form-control-code {
    display: block;
    height: 60px;
    margin-right: 0.5rem;
    text-align: center;
    font-size: 1.25rem !important;
    min-width: 0;
    font-weight: 500;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    
    &:last-child {
        margin-right: 0;
    }
}

.form-control-code:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.title-access {
    font-weight: 600;
    color: #03b3e3;
}

.href-grid a {
    color: #fc8106;
    font-weight: 500;

    &:hover {
        color: #fe9b4b;
        text-decoration: underline;
    }
}

#btnNewCode {
    color: #fc8106;
    font-weight: 500;

    &:hover {
        color: #fe9b4b;
        text-decoration: underline;
    }
}

#btnVerifyCode { width: 100% !important; }