.dashboard-container {
    background-image: url('/static/images/background_login.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.card-container {
    border-radius: 2rem; 
    padding-top: 2.963vh;
    padding-bottom: 3.889vh; 
    max-width: 624px; 
    width: 100%;
}

.title-forgot {
    font-weight: 600;
    font-size: 40px;
    text-wrap: nowrap;
}

.submit-button{
    background: #FFFFFF;
    box-shadow: 4px 4px 6px #BACCDE89  !important;
    border: 2px solid #0080FF  !important;
    color: #0080FF  !important;
    border-radius: 8px !important;
    height: 51px;
    width: 100%;
}

.submit-button:hover {
    background: #2E92F7 !important;
    color: #fff !important;
}

#email {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    background: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 12px;
    padding-left: 0.8854vw;
    font-family: 'Roboto', sans-serif;
}

.recover-account{
    color: #0076EE; 
    font-weight: 500;
    text-align: right;
}

.recover-account:hover{
    color: #2E92F7 !important;
}

.button-wrapper{
    cursor: not-allowed !important;
}