.eapps-form-layout-boxed .eapps-form-header{
    padding: 10px 40px;
    margin: -40px -40px 0 -40px;
    background-color: rgba(190, 190, 190, 0.1);
}

.eapps-form {
    background-color: whitesmoke;
    color: #262626;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    display: block;
    min-width: 300px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    transition: all 0.3s ease;
}


.eapps-form-fieldset {
    transform: translateY(0);
    transition: max-height 0.3s, opacity 0.3s, visibility 0.3s, transform 0.4s;
    margin: 0 -10px;
    max-height: 9999px;
    height: auto;
    position: relative;
    box-sizing: content-box;
    overflow: hidden;
    padding-top: 0px;
    margin-bottom: 0px;
    z-index: 1;
    opacity: 1;
    visibility: visible;
}
.eapps-form-element-wrapper {
    display: inline-block;
    width: 100%;
    padding: 0 0px;
    margin-bottom: 0px;
    transition: all 0.1s 
ease;
    cursor: unset;
    vertical-align: top;
    
}
.eapps-form-actions-button {
    display: inline-block;
    position: relative;
    padding: 13px 32px;
    border: none;
    border-radius: 10px;
    outline: none;
    background: #1c91ff;
    font-weight: 600;
    font-size: 20px;
    line-height: 18px;
    color: #fff;
    transition: all 0.2s 
ease-out;
    cursor: pointer;
    overflow: hidden;
    flex-shrink: 0;
    align-content: center;
    text-align: center;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.eapps-form-actions-button {
    display: block;
    width: 100%;
    padding: 14px 0;
    border: none;
    border-radius: 8px; /* more rounded like in image */
    outline: none;
    background: #f5a300; /* orange background */
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
    color: #fff; /* white text */
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease;
}
.traveltour-body input, .traveltour-body textarea {
    color: #4e4e4e;
    border-radius: 10px;
}