@charset "utf-8";
/* ログイン画面専用css */
html{
    height: 100%;
}
body{
    font-family: "Helvetica Neue",
      Arial,
      "Hiragino Kaku Gothic ProN",
      "Hiragino Sans",
      "BIZ UDPGothic",
      Meiryo,
      sans-serif;
    height: 100%;
    background-color: #f8f9fa!important;
}

/*ログイン*/
#login{
    color: #6e6e6e;
    padding: 10px 0;
}
#login .card {
    margin: 10px auto 0;
    border: none;;
}
#login h1 {
    font-size: 1.68rem;
    color: #255db8;
    text-align: center;
    margin-bottom: 1em;
    font-weight: bold;
    line-height: 40px;
}
#login .system-logo {
    text-align: center;
}
#login .system-logo img {
    max-width: 255px;
}
#login .form-control{
    color: #6e6e6e;
}