span#signupnl {
    font-family: 'Lato', sans-serif;
}

input[type="submit"] {
    border-radius: 25px;
    border: solid #40a8c5 2px;
    background: #40a8c5;
}


input[type="submit"]:hover {
    border: solid #40a8c5 2px;
    background: #fff;
color: #40a8c5;
}
