.form-group__message {
    /*font-size: .8rem;*/
    /*line-height: 1;*/
    display: none;
}

.form-group--error label {
    /*color: #dc3545;*/
}

.form-group--error input {
    border-color: #dc3545;
}

.form-group--error .form-group__message:last-child{
      display: block;
      color: #dc3545 !important;
}