body {
    margin: 0;
    padding: 0;
}

.recaptcha {
    width: 1070px;
    margin: auto;
    color: #727576;
    padding: 64px;
    display: inline-block;
}

.recaptcha__header {
    font-size: 48px;
    line-height: 62px;
    text-transform: uppercase;
    font-family: "gotham_probold", Arial, Tahoma, sans-serif;
    margin-bottom: 20px;
}

.recaptcha__text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 2px;
}

.button {
    margin-top: 10px;
}

p.error {
    color: #ff0000;
}
