html, body {
    font-family: 'Roboto', sans-serif;
    color: #333;
}

h1 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 30px;
}

.dash {
    border: dashed 1px #CCC;
    margin-bottom: 20px;
}

.recaptcha {
    padding: 20px 0px;
}

.required {
    color: #FF0000;
}