body {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    background-color: #000000;
}

h1 {
    margin-bottom: 40px;
}

label {
    color: #02720a;
}

.green_table {
    color: #02720a;
}

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

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

a:link {
    text-decoration: none;
    color: white;
}

a:visited {
    text-decoration: none;
     color: white;
}

a:hover {
    text-decoration: underline;
     color: white;
}

a:active {
    text-decoration: underline;
     color: white;
}