/* ログインボックス */
.login-box {
	width: 100%;
    height: 330px;
    max-width: 400px;
    background-color: #EAF5FC;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border-radius: 10px;
}

/* ログインヘッダー */
.login-header {
width: 100%;
    height: 20%;
    color: #005EB8;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
}

/* ログインコンテンツ */
.login-content {
	width: 100%;
	height: 80%;
}

/* ログインフッター */
.login-footer {
	width: 100%;
	height: auto;
	text-align: center;
}

/* ログインボタン */
.login-button {
	background-color: #005EB8 !important;
}