/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 abbr.required {
     display: none;
 }

.placeholder-text-pb {
    color: #a8ff1b;
    text-align: center;
}

.after-submit-button {
    color: #85aaf1;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

.after-submit-button a {
    color: #85aaf1;
    text-decoration: none;
}