.warning-message {
    background: #cda213;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.warning-message p {
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.warning-message a,
.warning-message a:active,
.warning-message a:hover,
.warning-message a:visited {
    color: #fff;
}

.form-group.form-group-submit.text-right.med-button {
    width: 386px;
    margin: 0 auto 15px auto;
}

form .widget.page-intro .page-intro__title {
    font-size: 56px;
    font-size: 5.6rem;
}