.forgot-page .auth-card__heading p:last-child {
    color: #58656d;
    font-size: 16px;
    line-height: 1.6;
}

.forgot-page .auth-panel {
    background:
        linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.96)),
        url("../images/postcard2.jpg") center / cover;
}

@media (max-width: 768px) {
    .forgot-page.auth-page {
        background:
            linear-gradient(rgba(255,255,255,0.86), rgba(255,255,255,0.94)),
            url("../images/postcard2.jpg") center / cover;
    }
}
