﻿.form-error {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #ff8b8b;
}

.field-error {
    border-color: rgba(255, 139, 139, 0.9) !important;
    box-shadow: 0 0 0 3px rgba(255, 139, 139, 0.18) !important;
}

.form-status {
    margin-top: 10px;
    font-size: 12.5px;
    color: #9fb0c9;
}

.form-status.is-error {
    color: #ff8b8b;
}

.form-status.is-success {
    color: #2fffd5;
}

.hp-field {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
