.error-container {
    margin: 5px 0;
}

.error-container:last-child {
    margin: 5px 0 0;
}

.error {
    padding: 5px 16px;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: #555;
    vertical-align: middle;
}

.error i {
    font-size: 24px;
    color: #B83E2C;
    vertical-align: middle;
}

.last-error-container > .error {
    padding: 10px 16px 0;
}

.has-errors input, .has-errors .input-disabled, .has-errors textarea {
    border-bottom: 2px solid #B83E2C !important;
}

.no-errors input, .no-errors .input-disabled, .no-errors textarea {
    border-bottom: 2px solid #27a6de;
}
.error-text {
    color: #B83E2C !important;
}