@charset "UTF-8";

/* 
 * フォーム共通：バリデーションエラー表示
 * user/admin共通で使用
 */
.form-control.has-error,
.form-control.has-error:focus,
.form-select.has-error,
.form-select.has-error:focus,
textarea.has-error,
textarea.has-error:focus {
    border: 1.5px solid red;
    box-shadow: none;
}