/***********************************
ログイン画面スタイル
************************************/
body {
    background-image: url('../images/SH_logo.png');
    background-size: 203px 59px;
    background-repeat: no-repeat;
    background-color: #FFFFFF !important;
}

/* ロゴエリア */
.logoDiv {
    padding-left: 100px;
    padding-top: 5px;
}

/* ログイン情報入力エリア親 */
.parentDiv {
    width: 600px;
    height: 450px;
    border-radius: 15px;
    position: absolute;
    top: -150px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
}
.parentDiv2 {
    width: 800px;
    height: 300px;
    border-radius: 15px;
    position: absolute;
    top: 400px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
}

/* 入力エリア */
.inputItem {
    height: 60px;
    font-size: 14pt;
    margin: 0px 106px;
}

.inputText {
    width:100%;
}

