button.submit:not(.af-icon-button) {
    background: #fff;
    border-color: #666666;
    color: #000;
    border-radius: 2px;
    margin-top: 2rem;
    left: 45%;
}

.guideFieldNode.validation-failure:not(.guideButton):not(.guideTextDraw) {
    border-left-width: 0;
    border-style: none;
    border-right-width: 0;
    border-top-width: 0px;
    border-bottom-width: 0px;
    background: none;
}

.guideFieldNode.validation-success:not(.guideButton):not(.guideTextDraw) {
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-style: none;
}


