body {
    background-color : #dcdcdc;
    margin :100px 0 0 0;
    padding : 0;
    font-family : "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: white;
}
.top {
    margin: 0px auto 10px;
    height: 120px;
}
h1 {
    padding-top: 15px;
    margin-top: 25px;
    font-size: 20px;
    font-weight: bold;
    color: white;
}
h2 {
    margin-top: 0px;
    font-size: 20px;
    font-weight: bold;
    color: white;
}
h3 {
    margin: 0px;
    font-size: 12px;
    color: white;
}
.error {
    color: red;
    text-align: center;
    margin-left: 0px;
}
#flash-area {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: end;
}
.container {
    margin: auto;
    width: 540px;
    height: 400px;
    border: 1px solid #aaa;
    border-radius: 10px;
    text-align: center;
    background-color: rgb(13, 65, 104);
}
.form-inline div.form-group {
    margin-bottom: 10px;
}
.form-group {
    width: 480px;
    margin-left:auto;
    margin-right: auto;
}
.form-group .col-form-label {
    text-align: left;
    white-space: nowrap;
}
/* .form-group + .form-group {
    margin-top: 32px;
} */
.form-group input {
    width: 100%;
}
.form-group.focus .form-control, .form-group.focus .select2-search input[type="text"], .select2-search .form-group.focus input[type="text"], .form-control:focus, .select2-search input[type="text"]:focus {
    border-color: #66afe9;
}
.btn-login {
    margin-top: 30px;
    width: 150px;
    margin-left: 0px;
}
button.btn-login {
    color: rgb(13, 65, 104);
}
.btn-password {
    margin-top: 48px;
    width: 150px;
    margin-left: 0px;
}
button.btn-ex {
    background-color: rgb(253, 200, 62);
    /* background-image: url('../img/icons_material/button-2.png'); */
    color: rgb(15, 52, 94);
}
img {
    margin-top: 25px;
}
.btn.focus, .btn:focus, .btn:hover {
    text-decoration: none;
}
::placeholder {
    color:#BBB !important;
}
.err-message {
    white-space: nowrap;
    color: #dc3545;
}
#password-generate {
    float: left;
    margin-left: calc(25% + 15px);
    font-size: 14px;
    color: rgb(250,252,247);
    margin-top: 5px;
    text-decoration: underline;
}
.clear-fix::after {
    clear: both;
    content: '';
    display: block;
}
.form-group.password-form {
    margin-bottom: 2px;
}
.send-mail-group {
    width: 100%;
    margin-top: 16px;
}
.login-modal  {
    background-color: rgb(13, 65, 104);
}
.sub-text {
    margin: 10px 0px 60px;
    font-size: 12px;
    text-align: center;
}
.modal-button {
    margin-top: 60px;
    text-align:center;
}
.bootbox.modal .modal-content {
    color: rgb(15, 52, 94);
}
.new {
    margin-top: 6px;
}