/* --------------------
  ログイン画面(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;
}

.button_row {
    margin: 15px 0 5px 0;
    text-align: center;
}

#submit-login {
    display: none;
}