
body{
	background: #ffffff;
}

label{
	display:block;
	width: fit-content;
	font-size:17px;
	margin-bottom: 0 !important;
	color: #c7b18a;
	width: fit-content;
}

.box {
	margin-top:100px;
	width: 570px;
	border: solid #eae5e3;
	padding:20px;
	border-radius:40px;
	background-color : #fbfaf5;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
}

.btnarea{
	text-align:center;
}

.title{
    text-align:center;
}

#userId,#pass{
	width: 250px;
}

.login-area{
	width: 445px;
	margin-top: 100px !important;
	font-family: "游ゴシック", "Yu Gothic" !important;
	min-width: 445px;
	border: 1px solid #c7b18a;
    border-radius: 4px;
    padding: 40px 20px 0px 20px;
}
.form-control {
	border-color:#c7b18a !important;
}

.btn-primary{
	background:#c7b18a !important;
	border: none !important;
	font-size:18px;
}
.copyright{
	font-family: serif;
	color: #a0a0a0;
	font-size: 15px;
}

#MESSAGE_AREA{
	width: 400px;
    margin: auto;
}

.w-fit-content{
	width: 250px;
	width: fit-content;
}
