body {
    font-family: 'Roboto', sans-serif;
}

h1 {
    margin-bottom: 40px;
}

label {
    color: #468847;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
	
}

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

textarea.form-control {
   
    height: 200pt;
    resize: none;

}
