.account-recovery-container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

.account-recovery-container .row {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
}

.row #col-recovery {
    padding: 25px 0;
}

#recovery-form {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: white;
    padding: 15px 30px 30px 30px;
    width: 100%;
    max-width: 465px;
    position: relative;
    -webkit-box-shadow: 0 30px 60px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 30px 60px 0 rgb(0 0 0 / 30%);
    text-align: center;
    margin: 0 auto;
    color: #2a1859;
    font-weight: bold;
}

.recovery-header {
    position: relative;
}

.back-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.8rem;
    color: #666;
    text-decoration: none;
    font-weight: normal;
    line-height: 1;
}

.back-arrow:hover {
    color: #007bff;
    text-decoration: none;
}

.recovery-options {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 20px 0;
}

.recovery-options a {
    color: #007bff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
}

.recovery-options a:hover {
    text-decoration: underline;
}

#recovery-form .form-links div {
    margin-bottom: 10px;
    color: #2a1859;
}
