@charset "utf-8";
@import url("//fonts.googleapis.com/earlyaccess/notosansjapanese.css");


html{
	height: 100%;
	font: 300 16px/1em 'noto sans japanese';
	color: #333333;
	background: #f1f1f1;
}

body{
    height: 100%;
    width: 100%;
    margin: 0;
    display: table;
	background: #d4edf7 url('../img/common/bg_building.png') no-repeat center bottom;
}

#flash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#flash .message{
    font-weight: bold;
    text-align: center;
    padding: 20px;
    cursor: pointer;
    color: #FFF;
    font-size: 24px;
}

#flash .message i{
    margin-right: .5em;
    display: inline-block;
}

#flash .message.hidden{
    display: none;
}

#flash .message.error{
    background: #333;
}

#flash .message.success{
    background: #a90f44;
}

#flash .message.error:after,
#flash .message.success:after {
    content: "× クリックすると非表示になります";
    color: #fff;
    font: 500 14px/1em 'noto sans japanese';
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.loginFormArea{
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
}

h1{
	font: 900 20px/1em 'noto sans japanese';
	margin: 0 0 40px 0;
	text-align: center;
}

h2{
	text-align: center;
	margin-bottom: 40px;
}
h2 img{
  height: 60px;
  width: auto;
}


.loginForm{
	border-top: 2px solid #15816f;
	font: 700 16px/1em 'noto sans japanese';
	padding: 40px;
	background: #fff;
	max-width: 380px;
	margin: 20px auto;
	-webkit-box-shadow: 2px 0px 1px 0px rgba(0,0,0,.1);
	box-shadow: 0px 2px 1px 0px rgba(0,0,0,.1);
}

.loginForm h2{
	margin-top: 0;
}

h1 img{
	max-width: 200px;
	margin-top: 0;
}

.loginForm ul li{
	width: 100%;
	margin-bottom: 20px;
	position: relative; 
}

.loginForm ul li span{
	display: block;
	margin-bottom: 10px;
}

.loginForm ul li input[type="text"], .loginForm ul li input[type="password"]{
	width: 100%;
	padding: 10px;	
	border: none;
	border-radius: 3px;
	border: 1px solid #ccc;
	font-family: FontAwesome;
}

.loginForm ul li input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fafafa inset;
}

.loginForm ul li:nth-child(3){
	padding-top: 30px;
}

.loginForm ul li input[type="submit"]{
	font: 700 16px/1em 'noto sans japanese';
	background: #15816f;
	border-radius: 3px;
	padding: 18px 50px 20px;
	color: #fff;
	cursor: pointer;
	border: none;
	width: 100%;
	display: block;
	margin: 0 auto;
	-webkit-box-shadow: 0px -4px 0px 0px rgba(0,0,0,.2) inset , 0px 2px 3px 1px rgba(0,0,0,.1);
	box-shadow: 0px -4px 0px 0px rgba(0,0,0,.2) inset , 0px 2px 3px 1px rgba(0,0,0,.1);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.loginForm ul li input[type="submit"]:hover{
	padding: 18px 50px 16px;
	margin-top: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
}