.hustle-ui .hustle-field .hustle-input-label { 
    display: none !important;
    top: 50% !important; 
    bottom: 50% !important; 
    left: 10px !important;
} 
.hustle-layout .hustle-layout-content { 
    background-color: #fff !important;
    padding: 30px !important;
}
.hustle-layout .hustle-layout-content h1,
.hustle-layout .hustle-layout-content p,
.hustle-layout .hustle-layout-content button { 
    font-family: 'OpenSans-Regular' !important;
}
.hustle-layout .hustle-layout-content h1 {
    color: #000 !important;
}
.hustle-layout .hustle-layout-content p {
    color: #3a3a3a !important;
}
.hustle-layout .hustle-layout-body .hustle-layout-form .hustle-input {
    padding: unset !important;
    height: unset !important;
}
.hustle-ui .hustle-field .hustle-input-label [class*=hustle-icon-] {
    width: 30px !important;
    height: 30px !important;
}
.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-content .hustle-content-wrap {
    padding: 0 !important;
}
.hustle-layout .hustle-layout-content button.hustle-button-submit {
    border-radius: 5px !important;
    background-color: #ec971f !important;
    border-color: #d58512 !important;
}
.hustle-layout .hustle-layout-content button.hustle-button-submit:hover {
    background-color: #f0ad4e !important;
    border-color: #eea236 !important;
}
.hustle-ui.module_id_1 button.hustle-button-close {
    color: #ec971f !important;
}