.w-input {
    color: white;
}

.submit {
    background: none;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Teko, sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    text-wrap: nowrap;
}

#success {
    background-color: #00B34D;
    color: #fff;
    border-radius: 8px;
}

#errors {
    background-color: #B3002E;
    color: #fff;
    border-radius: 8px;
}

#success div, #errors div {
    padding: 16px 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Teko, sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
}

.disclaimer {
    margin-top: 32px;
    color: #FFFFFF;
    opacity: 0.4;
    font-size: 12px;
    line-height: 1;
}
