.form-field .form-field--label {
    color: #344054;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 6px;
}

.form-field.error .form-field--label {
    color: #ED203D;
}

.form-field.error .form-field--error-message {
    color: #ED203D;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
}
