.eapps-form-footer-text { text-align: left; opacity: 0.5; font-size: 13px; font-weight: 400; line-height: 1.3; }
.eapps-form-footer-text a {
    font-size: 12px;
}
.eapps-form-element-label {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 12px;
    font-family: poppins;
    color: #022545;
}
.eapps-form-layout-boxed {
    padding: 40px;
    border: 1px solid rgba(190, 190, 190, 0.1);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.eapps-form-header-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    color: #202124;
    font-family: 'Poppins';
}

.eapps-form-header-text {
    margin-top: 8px;
    opacity: 0.7;
    font-size: 15px;
    line-height: 18px;
    font-family: 'Poppins';
    color: #022545;
}