.form-container{box-shadow:0 10px 20px rgba(144,164,183,.25);display:flex}.form-container__column{box-sizing:border-box;padding:3rem;width:50%}.form-container__column--left{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;border-bottom-left-radius:6px;border-top-left-radius:6px;display:flex;justify-content:center}.form-container__column--right{border-bottom-right-radius:6px;border-top-right-radius:6px}.form-container__column--right input[type=submit]{width:100%}.form-container__column--right form{padding:0}.form-container__column--right .form-title{background-color:transparent;padding:0 0 3rem!important}.form-control,.hs-form input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]),.hs-form input[readonly]:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]),.hs-form select,.hs-form textarea{border-radius:4px;box-sizing:border-box;margin:4px 0}.submitted-message{overflow:initial!important}@media (max-width:767px){.form-container{flex-direction:column}.form-container__column{padding:2rem 1rem;width:100%}.form-container__column--left{border-radius:0;border-top-left-radius:6px;border-top-right-radius:6px}.form-container__column--right{border-radius:0;border-bottom-left-radius:6px;border-bottom-right-radius:6px}.hs-fieldtype-date .hs-input,.hs-fieldtype-text .hs-input{width:100%!important}}