.c__validate--success,
.c__validate--error {
    display: block;
    width: 100%;
    text-align: center;
    margin: 15px 0 0;
}

.c__validate--success {
    color: #3e7a3a;
}

.c__validate--error {
    color: #FF0000;
}

.c__validate--warning {
    border: 1px solid #ff0000;
}

.c__validate--message {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.c__validate--warning.c__validate--message {
    border: none;
    color: #ff0000;
}