.eapps-form-layout-boxed{
background-color: #F5F5F5;
border-radius: 0px !important;
}
.eapps-form-actions-button{
border-radius: 0px !important;
color: #000 !important;
}
.eapps-form-actions-button:hover{
background-color: #000 !important;
color: #fff !important;
}
.eapps-form-element-wrapper{
margin-bottom: 0px;
}
.eapps-form-element-wrapper.eapps-form-caption{
margin-top: 20px;
}
@media (max-width:468px){
.eapps-form-layout-boxed{
padding: 30px;
}
}