.pv-error {
    margin: 18px 0;
    padding: 18px 20px;
    border: 3px solid #d40000;
    border-left-width: 10px;
    border-radius: 6px;
    background: #ffe100;
    color: #680000;
    box-shadow: 0 0 0 5px rgba(212, 0, 0, 0.18);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.5;
}

.pv-error p {
    margin: 5px 0;
}

.pv-form .pv-field-error-control {
    border: 4px solid #e00000 !important;
    background: #fff2a8 !important;
    box-shadow: 0 0 0 5px rgba(224, 0, 0, 0.2) !important;
}

.pv-form .pv-field-error-control:focus {
    outline: 4px solid #e00000 !important;
    outline-offset: 3px;
}

.pv-field-error-label {
    padding: 10px !important;
    border: 4px solid #e00000 !important;
    border-radius: 6px;
    background: #fff2a8 !important;
    color: #710000 !important;
}
