label#edit-email-address-error, label#edit-last-name-error, label#edit-first-name-error, label#edit-zip-code-error, label#edit-home-type-error {
    display: block;
    color: #9E2D3B;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
}
span.error-msg {
    font-style: italic;
    color: #9E2D3B;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
}

label#edit-email-address-error, label#edit-last-name-error, label#edit-first-name-error{
  margin-top: 50px;
}
input#edit-email-address{
  width: 98%;
}
label#edit-zip-code-error{
  margin-top: 10px;
}
label#edit-home-type-error {
    position: absolute;
    margin-top: 50px;
}
.color-trigger.color-trigger--gray {
    background-color: #FFCB62;
}

div#webform-sucess {
    background: #EBFBF6;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    font-weight: 600;
    height: 98px;
    width: 98%;
    left: 0px;
    right: 0px;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    color: #34D39D;
}

.fa-check-circle:before {
    content: "\F058";
    margin: 10px;
}

.signup-error {
    color: #AD2323;
    background: #F5EAEB;
    border-radius: 10px;
    width: 98%;
    height: auto;
    position: relative;
    display: flex;
    padding: 30px;
   justify-content: center;
}
label.js-form-required.form-required {
    color: #05314D;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
}
input.form-text.required, input.form-email.required, input.form-number.required, select#edit-home-type {
    border: 1px solid #CBC8C3;
    border-radius: 20px;
    justify-content: center;
    padding: 8px 13px 8px 13px;
    gap: 10px;
    height: 44px;
}
input#edit-actions-submit {
    color: #F3F6F9;
    background: #1C6FA3;
    width: 144px;
    justify-content: center;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #CBC8C3;
    border-radius: 20px;
    height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 39px;
    text-align: center;
}
.fa-exclamation-triangle:before {
    margin: 10px;
}
input#edit-zip-code {
    width: 100%;
}
label.option {
    margin-top: 50px;
}

input#edit-i-accept {
    margin-top: 50px;
}
.fm-webform .form-group:not(.js-form-type-checkbox) {
    margin-bottom: 20px;
    margin-right: 0px;    
}

div.fm-webform {
  padding-top: 0px;
}

span.first-error-msg {
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
}
span.second-error-msg {
    font-weight: 400;
    font-size: 16px;
}
.form-required::after {
    color: #9E2D3B !important;
    font-weight: 700;
}

div#rc-anchor-container {
    border: none;
    background: #FFB400;
}
p.first-error-msg {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0px;
}
p.second-error-msg {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.signup-error >:before {
    font-size: 60px;
}
span.select2-selection__arrow {
    height: 35px !important;
    right: 15px !important;
}
span#select2-edit-home-type-container {
    font-size: 18px;
}
input#edit-terms-and-conditions {
    margin-right: 10px;
}
#nhoe-form-container input[type="checkbox"]:checked::before {
    color: #ffffff!important;
    padding-left: 0!important;
    padding-top: 0!important;
}
.form-group.js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.form-item-terms-and-conditions.js-form-item-terms-and-conditions.form-no-label{
  margin-top: 50px;
}