.eapps-form-layout-boxed .eapps-form-header {
    padding: 0px;
    margin: 0px;
    /*background-color: rgba(190, 190, 190, 0.1);*/
    background: none !important;
}
.eapps-form-layout-boxed {
    padding: 20px;
    border: 1px solid rgba(190, 190, 190, 0.1);
    border-radius: 10px;
    overflow: hidden;
}
.eapps-form-element-wrapper {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 10px;
    transition: all 0.1s ease;
    cursor: unset;
    vertical-align: top;
}
.eapps-form-element-input-text {
    height: 42px !important;
}
.eapps-form-footer {
    display: flex;
    justify-content: center;
    margin-top: 0px;
}
.eapps-form-layout-boxed{
    font-family: "Montserrat", serif;
}