html {
    height: 100%;
}

body {
    line-height: 18px;
    font-size: 14px;
    color: #333333;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Meiryo", "メイリオ";
    background-color: #F7F7F7;
    height: 100%;
}
input
{
    font-size: 10pt;
}
a:active
{
    color: #4169E1;
}
a:visited
{
    color: #4169E1;
}
a:hover
{
    color: red;
}
.EL
{
    ime-mode: inactive;
    text-align: left;
}
#form1 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#container-wrapper {
    width: 560px;
    height: 500px;
}
#container {
    width: 560px;
    height: 460px;
    padding: 40px 30px 40px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
    -webkit-transition: all 100ms !important;
    transition: all 100ms !important;
}
.title {
    height: 6em;
}
    .title .title-logo {
        width: 24em;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

.login-form {
    margin: 1em 6em 1em;
    width: 24em;
}

.login-message {
    padding: 1.5em 10em;
}
.reissue {
    height: 1.5em;
    margin-top: -2em;
    margin-right: 1em;
    display: flex;
    justify-content: flex-end;
}
.login-error {
    margin-top: 1.5em;
    margin-left: 1em;
    margin-right: 1em;
}
.login-submit {
    text-align: center;
    padding-top: 10px;
}
.checkbox label {
    padding-left: 10px;
}
.btn.btn-login {
    width: 336px;
}
.loginMessage {
    padding: 10px 0;
    background: #D2F5FD;
    font-size: 13px;
    text-align: center;
    border: none;
}