input.hs-input{
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

    padding: 15px;
    width: 100%;
    display: inline-block;
    margin: 10px 0;
    height: 50px;
    border: 1px solid #fff !important;
}

input[type="checkbox"]{
    height: auto;
    margin-right: .5rem;
}

.hs-email>label,
.hs_firstname>label{
    display: none !important;
}

ul.inputs-list{
    padding-left: 0px;
    list-style: none;
}

ul.inputs-list li{
    text-align: left;
}

ul.inputs-list li>label{
    color: #fff;
}

.form-columns-2{
    width: 70%;
}

.formWithImage a,
.formWithoutImage a,
.formWithImage a:hover,
.formWithoutImage a:hover{
    color: #fff !important;
    text-decoration: none !important;
}

.formWithoutImage .input,
.formWithImage .input{
    margin-left: 0px !important;
}

.formWithoutImage .form-columns-2{
    margin: 0 auto !important;
    width: 100%;
    max-width: unset;
}

.formWithImage .hs-button,
.formWithoutImage .hs-button{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #2e6da4;
    border-radius: 4px;
    color: #fff;
    background-color: #148eed;
    height: 59px;
    max-width: 300px;
    font-size: 18px;
    text-transform: uppercase;
    width:100%;
    letter-spacing: 0px;
    font-family: Helvetica, Arial, sans-serif !important;
}

.formWithImage .hs-button:hover,
.formWithImage .hs-button:active,
.formWithoutImage .hs-button:active,
.formWithoutImage .hs-button:hover{
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

@media (max-width: 767.98px){
    .formWithImage .form-columns-2,
    .formWithoutImage .form-columns-2{
        width: 100%;
    }
}
