
/*------------------------------------------------------------ 
	中央コンテンツ
------------------------------------------------------------*/  
.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: rgb(245 0 0);
	text-align: center;
	color: #fff;
	margin: 30px auto;
}

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

.errArea {
	color: red;
	font-weight: bold;
}