/* --------------------
  ログイン画面(1_login.cssの上書き等)
 --------------------*/

body > section,
body > form > section {
    width: 550px;
    margin: 0px auto;
 }

#fork{
    width: 800px;
}

input[type="text"],
input[type="password"]{
     font-size: 18px;
     height: 2.5em;
     width: 80%;
 }

.rack.light th, .rack.light td {
    border: none;
}

.login_button_row {
    margin: 15px 0 5px 0;
    display:flex;
    flex-flow: column;
}

.button_item {
    margin:0.5em auto;
    width: 70%;
}

#submit-login {
    display: none;
}

#btn-login {
    width: 100%;
}

.link-register a {
    font-size: 20px;
    display: block;
    text-align: center;
}

.btn-outline-info {
    color: #2c71a5;
    background-color: #fff;
    border: thin solid #2c71a5;
}

.btn-outline-info:hover,
.btn-outline-info.hover,
.btn-outline-info:focus,
.btn-outline-info:active {
    color: #fff;
    background-color: #2c71a5;
}

.text-line {
    display: flex;
    align-items: center;
}

.text-line:before,
.text-line:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #ddd;
    margin:0 .5em;
}

.membercd-text {
    margin-top: 10px;
}