body, .form-control {
    font-family: 'Lato', sans-serif;
}
.form-control2 {display:none;}

h1{
    margin-bottom: 40px;
}
label {
    color: #333;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    width:60%;
}


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

.alert-success{background:green; color:white; padding:0.3em;}

.close{  border-radius: 1em;}

