/* "Check"-Button nach Email-Bestätigung */
.mdb-goto-verify.check {
    /* "Haken"-Farbe */
    color: #008000;

    padding-left: .7em;
    padding-right: .7em;
}

/* "Zum Bonus-Deal"-Button */
.mbd-goto-form .mdb-btn-cta {
    /* Hintergrundfarbe */
    background-color: #f2a1a1;

    /* Schriftfarbe */
    color: white;

    /* Weitere Eigenschaftn wie border, etc möglich. */
    /* border: 0; */
}

.mbd-goto-form fieldset {
    font-size: 1em;
    padding: 0.5em;
    border-radius: 1em;
    font-family: sans-serif;
}

.mbd-goto-form fieldset > button, fieldset > input {
    font-size: inherit;
    padding: 0.2em;
    margin: 0.1em 0.1em;
    -moz-box-sizing: content-box; /* or `border-box` */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 3px;
    border: 1px solid #999;
}
