body {
    margin: 0;
}

form.proform {
    /*width: 600px;*/
    padding: 0;
    margin: 0;
}

form.proform .pf_wrap {
    margin: 0;
    padding: 0;
}

form.proform label,
form.proform legend,
form.proform input,
form.proform textarea,
form.proform p,
form.proform a,
form.proform h1, form.proform h2, form.proform h3, form.proform h4, form.proform h5,
form.proform .errMsg {
    /*font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;*/
}

form.proform fieldset {
    border: none;/* 1px solid grey; */
    /*width: 570px;*/
    margin-bottom: 20px;
}

form.proform fieldset legend {
    font-weight: bold;
}

form.proform h1, form.proform h2, form.proform h3, form.proform h4, form.proform h5 {
    font-size: 20px !important;
    margin-bottom: 10px;
}

/*----------------------------------------*
 * Buttons                                *
 *----------------------------------------*/
form.proform .pf_buttons .pf_captcha {
    font-size: 14px;
    margin: 0 auto;
    max-width: 250px;
}

form.proform .pf_buttons .pf_captcha img {
    vertical-align: middle;
    margin-bottom: 10px;
}

form.proform input[type=submit],
form.proform input[type=submit][disabled=disabled]:active {
    /*border-top: 1px solid #EAEAEA;
    border-left: 1px solid #EAEAEA;
    border-bottom: 1px solid #cb773a;
    border-right: 1px solid #cb773a;
    background: #D3D3D3;*/
    margin: 0;
    padding: 10px;
    width: auto;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.5s;
}

form.proform input[type=submit]:hover {
    background: rgba(152, 27, 31, 1);
    border: 1px solid #fff;
    color: #fff;
}

/*----------------------------------------*
 * Steps Tabs                             *
 *----------------------------------------*/
ul.pf_steps {
    margin-bottom: 20px;
    padding: 0;
    border-bottom: 1px solid #cb773a;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
}

ul.pf_steps li {
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    list-style: none;
}

ul.pf_steps li a {
    border-top: 1px solid #EAEAEA;
    border-left: 1px solid #EAEAEA;
    border-bottom: 1px solid #cb773a;
    border-right: 1px solid #cb773a;
    border-top-left-radius: 10px 5px;
    border-top-right-radius: 10px 5px;
    background: #D3D3D3;
    width: auto;
    display: inline-block;
    height: 20px;
    font-weight: bold;
    text-decoration: none;
    color: black;
    margin: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: baseline;
}

ul.pf_steps li a.pf_active {
    border-top: 1px solid #cb773a;
    border-left: 1px solid #cb773a;
    border-bottom: 1px solid #EAEAEA;
    border-right: 1px solid #EAEAEA;
    background: #EAEAEA;
}

/*----------------------------------------*
 * Rows                                   *
 *----------------------------------------*/
.pf_row {
    clear:both;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.pf_row li.pf_column {
    display: inline;
    width: 40%;
    float: left;
        margin: 0 2% 0 0;
}

.pf_row li.pf_column label {
    display: none;
    width: 100%;
}

.pf_row li#pf_field_4.pf_column label {
    display: block;
    text-align: left;
    font-size: 14px;
    margin: 6px 0 10px;
}

.pf_row li.pf_column .pf_field {
    display: inline-block;
    width: 100%;
}

.pf_row li.pf_column .pf_field input {
}

.pf_clear {
    clear: both;
}

/*----------------------------------------*
 * Fields                                 *
 *----------------------------------------*/
form.proform label {
    display: block;
    font-weight: bold;
    margin-bottom: 0;
}

form.proform .pf_field {
    /*margin-bottom: 20px;*/
}

form.proform input {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #cb773a;
    box-sizing: border-box;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 6px;
    width: 100%;
}

form.proform textarea {
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100px;
    border: 1px solid #cb773a;
    padding: 10px;
    margin-bottom: 0;
    font-size: 13px;
}

form.proform select[multiple=multiple] {
    width: 45%;
    height: 150px;
}

form.proform .pf_row select[multiple=multiple] {
    width: 100%;
}

form.proform input[type=checkbox],
form.proform input[type=radio] {
    border: 1px solid #cb773a;
    padding: 2px;
    margin-bottom: 0;
    width: 20px;
}

form.proform .pf_option {
    display: block;
    margin-right: 30px;
    white-space: nowrap;
}

form.proform .pf_option label {
    display: inline;
    font-weight: normal;
}

form.proform .pf_vertical .pf_option {
    display: block;
    width: 50%;
}

form.proform .pf_field_errors {
    color: red;
    clear:both;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
}
/*----------------------------------------*
 * wFORMS                                 *
 *----------------------------------------*/
 form.proform .errMsg {
     display: inline;
     color: #cb773a;
     font-size: 14px;
 }

/*----------------------------------------*
 * jQuery UI Tweaks                       *
 *----------------------------------------*/
.ui-datepicker {
    font-size: 12px !important;
}
