body, .form-control {
    font-family: 'Lato', sans-serif;
}
h1{
    margin-bottom: 40px;
}
label {
    color: #333;
}
.btn-send {
    font-weight: 300;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}


.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

.btn-success.disabled, .btn-success:disabled {
    background-color: #019ee3 !important;
    border-color: #019ee3 !important;
}

.btn-success {
    background-color: #019ee3 !important;
    border-color: #019ee3 !important;
}

.btn {
    padding: 2px 10px 2px 10px;
    padding: .125rem .625rem .125rem .625rem;
    line-height: 32px;
    line-height: 2rem;
    border-radius: 0px;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    font-size: .875rem;
    -webkit-font-smoothing: inherit;
    display: inline-block;
    position: relative;
    font-weight: 700;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
}

input, textarea {
    border-radius: 0px !important;
}