﻿.input-validation-error {
    border-color: #cd201f;
    box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.25);
}

input.error {
    border-color: #cd201f;
    box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.25);
}

.error {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    color: #cd201f;
}

.text-brand {
    font-size: 1.5em !important;
    font-weight: 600;
    text-decoration-line: none;
}