/**
 * ログイン画面CSS
 */

 div.loginform {
    margin: auto;
 }

 table.login-title {
    margin:auto;
 }

 td.login-title-text {
    text-align:center;
    background-color:#008080;
 }

 td.login-title-text > p {
    color:white;
    font-size:40px;
    font-weight:bold
 }

