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

label.error {
    color: rgb(185, 28, 28);
    font-size: 14px;
    margin-top: 8px;
    display: block;
}

footer {
    padding: 50px 25px;
    background-color: #222222 !important;
}

.description p {
    margin-bottom: 15px;
}

.description p:last-child {
    margin-bottom: 0;
}