
/*------------------------------------------------------------ 
	中央コンテンツ
------------------------------------------------------------*/  
.centerContents {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 96%;
	height: 76vh;
	max-height: 1400px;
	margin: auto;
}
.centerContents h1 {
	font-size: 20px;
	margin: 0 0 20px 0;
}
.centerContents label {
	padding: 5px 0 0 5px;
	font-weight: bold;
	width: 100%;
}


form.loginForms {
	display: flex;
	flex-direction: column;
	width: 94%;
	margin: 0 auto;
}

.submitBtn{
	background: #d60000;
	text-align: center;
	color: #fff;
	margin: 30px auto;
}

.loginForms h1 {
	font-size: 23px;
	text-align: center;
	margin: 30px;
}

.errArea {
	color: #d60000;
	font-weight: bold;
}

.rememberPass {
    width: 100%;
    margin: 10px 20px 0 0;
}
.rememberPass a {
    color: #d60000;
    text-decoration: underline;
}