.section-form {
    padding-top: 180px;
    padding-bottom: 140px;
    height: 100%;
    display: flex;
    align-items: center;
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: bottom center;
}
.f-wrapper {
    padding: 45px 40px 35px 40px;
    border-radius: 8px;
    width: 400px;
    margin-inline: auto;
    border-top: 1px solid #eee;
    background-color: rgba(255,255,255,1);
}
.f-wrapper h1 {
    font-weight: 400;
    font-size: 1.5rem;
    color: rgba(var(--color-headings), 0.8);
    margin-bottom: 25px;
}
.f-wrapper p {
    /* text-align: center; */
    font-weight: 300;
    font-size: 1rem;
}
@media (max-width: 475.98px) {
    .section-form {
        padding-top: 120px;
        padding-bottom: 80px;
    }
    .f-wrapper {
        padding: 35px 25px 35px 25px;
        width: auto;
    }
    .f-wrapper p {
        font-size: 1rem;
    }
}
.f-wrapper .other-links {
    margin-top: 40px;
}
.f-wrapper .other-links p {
    font-size: 0.9rem;
}
.row-fields.e {
    margin-top: 25px;
    margin-bottom: 20px;
}
.row-fields.p {
    margin-bottom: 25px;
}
.row-fields label {
    padding-left: 3px;
    font-size: 0.85rem;
    color: rgba(var(--color-headings), 1);
    margin-bottom: 3px;
    font-family: var(--font-body);
    font-weight: 500;
}
.btn-request-reset {
    width: 100%;
    text-transform: uppercase;
}
.f-wrapper .alert {
    margin-top: 25px;
    margin-bottom: 0;
    font-size: 0.9rem;
}
a.cancel-reset {
    font-size: 0.8rem;
    margin-left: 10px;
}