*{
	box-sizing:border-box;
}
.has-error input {
	border: 1px solid red;
}
.has-error .error, .text-red {color: red;}
section{
	position:relative;
    min-height: 90vh;
}

.login_box{
	width:500px;
	margin:auto;
	border:#091B4C 1px solid;
	position:absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	text-align:center;
}

.login_box h2{
	font-size:120%;
	color:#fff;
	background-color:#1B1464;
	padding:3% 0;
	text-align:center;
}

.login_box label{
	font-size:16px;
	margin-right:10px;
    color: #8e8e8e;
}

.input{
	margin-bottom:23px;
}

.input:first-child{
	margin-top:70px;
}

input{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, 游ゴシック, メイリオ, Meiryo, sans-serif !important;
	/*border:#B4B5B5 1px solid;*/
	border: #b4b5b582 1px solid;
	height:37px;
	width:322px;
	padding: 5px 10px;
}

input[type="submit"] {
	width:140px;
	height:45px;
	font-size:110%;
	font-weight:bold;
	color:#fff;
	background-color:#1B1464;
	text-align:center;
	border-radius:10px;
	margin-top:50px;
	margin-bottom:47px;
	border:none !important;
}

.remaind{
	text-align:right;
	margin-right:60px;
}
.remaind a{
	text-decoration:underline;
}
