body {
    background-color: unset!important
}

h3 {
    display: none
}

form #listing_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 20px;
}

form .form-group {
    min-width: 340px;
    width: 100%;
}

form .form-group.field-required {
    width: calc(50% - 20px);
}

form .form-group .form-control {
    width: 100%;
    padding: 10px 20px;
    border-radius: 6px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-family: montserrat,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    height: auto;
    line-height: 20px
}

form .form-group .form-control::-webkit-input-placeholder,
form .form-group .form-control::-moz-placeholder,
form .form-group .form-control:-ms-input-placeholder,
form .form-group .form-control:-moz-placeholder {
    color: #555;
}

form .form-group .form-control:focus {
    outline: none
}

form .form-group .form-control.has-error {
    border: 1px solid #a94442!important
}

form .form-group .form-control.has-error::-webkit-input-placeholder,
form .form-group .form-control.has-error::-moz-placeholder,
form .form-group .form-control.has-error:-ms-input-placeholder,
form .form-group .form-control.has-error:-moz-placeholder {
    color: #a94442!important
}

form .form-group textarea.form-control {
    height: 100px!important;
    resize: none
}

form .form-group select.form-control {
    color: #555!important;
    border-right: 8px solid #fbfbfb
}

form .btn {
    background-color: #5cb85c;
    border-radius: 6px;
    border: 0;
    color: #fff;
    display: block;
    font-family: Montserrat,sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 15px auto 0;
    max-width: 280px;
    padding: 10px 30px!important;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

form .btn:active,form .btn:focus,form .btn:hover {
    background-color: #449d44;
    outline: 0
}

form .h-captcha {
    text-align: center
}
