.eapps-form-element-dropdown .eapps-form-element {
display: block;
width: 100%;
font-size: 15px;
outline: none;
line-height: 18px;
height: 52px;
box-sizing: border-box;
transition: all 0.1s ease, height 0s;
-webkit-appearance: none;
background-color: #ffffff;
color: #092949;
}
.eapps-form-style-classic-rounded .eapps-form-element-input-text, .eapps-form-style-classic-rounded .eapps-form-element-input-dropdown, .eapps-form-style-classic-rounded .eapps-form-element-input-textarea, .eapps-form-style-classic-rounded .eapps-form-element-input-datepicker, .eapps-form-style-classic-rounded .eapps-form-element-input-file-wrapper {
background: #ffffff;
border-radius: 15px !important;
}
.eapps-form-element-input-text {
color: #092949;
}
.eapps-form-element-input-datepicker {
color: #092949;
}
.eapps-form-element-label {
color: #09243e;
}
.eapps-form-element-input-file-list-item-data-name {
color: #003973;
}
.eapps-form-fieldset {
padding-top: 0;
}
.eapps-form-element-wrapper {
margin-bottom: 0 !important;
}
.eapps-form-element-checkbox-options-item-caption {
color: #0c2a47;
}
.eapps-form-actions-button{
background-color: rgb(239, 35, 60);
width: 100%;
border-radius: 12px !important;
}
.eapps-form-element-label {
display: none;
}
.eapps-form-element-wrapper {
padding: 10px 10px;
}