﻿.hs_city_name {
    /*background-color: red;*/
}
.hs_email { }
.hs-email { }
.hs-fieldtype-text { }
.field { }
.hbspt-form {
    margin: 0px 20px;
    font-family: Arial, sans-serif;
}
.hs-form-field > div.input > input, .hs-form-field > div.input > select {
    height: 34px;
    padding: 6px 12;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.inputs-list {
    list-style: none;
    padding-left: 0px;
}
.actions {
    margin-left: auto;
    margin-right: auto;
    width: 33.33%
}
.hs-button {
    width: 100%;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-color: #6E0000;
    color: #fff;
    border: 1px solid #6E0000;
    margin: 0 auto;
}
.submitted-message {
}
.hs-form-field {

}
.hs-form-field > label {
    line-height: 27px;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 5px;
    color: gray;
    font-weight: 100;
    width: 33.33%;
    text-align: center;
}
    .hs-form-field > label, .hs-form-field > span {
        line-height: 27px;
        font-size: 13px;
        color: gray;
        font-weight: 100;
    }
.hs-form-field > div.input {
    display: inline-block;
    width: 60%;
}

hs-input {
    display: inline-block;
    width: 60%
}

.hs-error-msgs {
    margin-left: 25%;
}
.hs-error-msgs > li > label {
    color: #d8000c;
    font-weight: 700;
    line-height: 27px;
    font-size: 13px;

}
.hs-form-radio {
    line-height: 27px;
    font-size: 13px;
    color: gray;
    font-weight: 100;
    display: inline-block;
    padding-right: 15px;
}
.hs-form-radio-display > input[type=checkbox], .hs-form-radio-display > input[type=radio] {
    margin-right: 5px;
}