.eapps-form-layout-boxed {
padding: 20px;
border: 0px solid rgba(0,0,0,0.1);
border-radius: 10px;
overflow: hidden;
background: rgba(0, 0, 0,0.2);
}

.eapps-form-layout-boxed .eapps-form-header {
padding: 20px;
margin: -20px -20px 0 -20px;
background-color: rgba(236,178,3);
}

.eapps-form-element-wrapper {
display: inline-block;
width: 100%;
padding: 0 10px;
margin-bottom: 1px;
transition: all 0.1s ease;
cursor: unset;
vertical-align: top;
}

.eapps-form-element-input-text {
height: 40px !important;
}

.eapps-form-header-text {
font-size: 15px;
line-height: 18px;
font-weight: bold;
}

.eapps-form {
color: inherit;
font-size: 15px;
font-weight: 400;
line-height: 1.3;
display: block;
min-width: 200px; !important
width: 100%;
position: relative;
margin: 0 auto;
transition: all 0.3s ease;
}