@charset "utf-8";  

table{
	background:none;
}
h1 {
	font-size: 23px;
	border-bottom: 1px solid #cfcfcf;
	margin: 0 auto 20px 0;
	text-align: center;
	padding-bottom: 10px;
}
.allWrapper {
	justify-content: center;
	align-items: center;
	height: 90%;
}

.contents_area {
	width: 700px;
	min-height: fit-content;
	background: #fff;
	display: flex;
	justify-content: center;
	margin: auto;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
}
.btnLoginRemind{
	display: inline-block;
	width: 100%;
	text-align: center;
}


.btn{
	display: block;
	margin: 30px auto;
	padding: 10px 30px;
	background: orange;
	color: #fff;
}


div#mainFormArea input[type="text"], input[type="password"] {
	width: 100%;
	text-align: left;
}
div#mainFormArea {
	width: 100%;
}


.passRemindBtnArea {
	text-align: right;
}
.errMsg {
	text-align: center;
	color: red;
}

div#remindFormArea {
	padding: 30px 60px;
}
button#remindSend {
	margin: 10px auto 20px;
}

div#btnLoginReturn {
	text-align: right;
}
.sendBtn {
	display: block;
	margin: 20px auto;
}