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

nav {
   border-bottom: 0.1rem solid;
   border-bottom-color:rgba(40, 167, 69,0.3);
}

h1 {
    margin-bottom: 20px;
    color: #5b3d96;
}

label {
    color: #333;
}

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

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

