﻿/*ログイン画面のデザインファイル*/
.label {
    color: #333652 !important;
    border-color: #1861ac !important;
}

.form-group {
    color: #333652 !important;
    border-color: #1861ac !important;
}

.help {
    background-color: #333652 !important;
    color: #fff !important;
}

body {
    align-items: center;
    background-color: #f5f5f5;
}
