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


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

body{
    height: 100%;
    width: 100%;
    margin: 0;
    display: table;
	background: #4e90c6 url(../img/common/liondor_bg_login.jpg)no-repeat center center;
	background-size:auto 100vh ;
}

#flash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

#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: #00A0E9;
}

#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;
	padding: 0 10px;
	-webkit-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
}

.loginFormArea h1 {
  color: #Fff;
}
h1{
	font: 900 32px/1em 'noto sans japanese';
	margin: 0 0 20px 0;
	text-align: center;
}

h2{
	text-align: center;
	margin-bottom: 30px;
}
h2 img{
    width: 100%;
}


.loginForm{
	font: 700 14px/1em 'noto sans japanese';
	border-radius: 10px;
	padding: 30px;
	background: #fff;
	max-width: 380px;
	margin: 20px auto;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
}

.loginForm img {
  max-width: 160px;
}

.loginForm h2{
	margin-top: 15px;
}

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

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

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

.loginForm ul li input[type="text"], .loginForm ul li input[type="password"]{
  font: bold 17px/1em 'noto sans japanese' sans-serif !important;
    font-weight: 700;
    font-size: 17px;
    width: 100%;
    padding: 8px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    font-family: FontAwesome;
}

::-webkit-input-placeholder {color: #777;  font-weight: bold; }
:-moz-placeholder {color: #777; opacity: 1;  font-weight: bold; }
::-moz-placeholder {color: #777; opacity: 1; font-weight: bold; }
:-ms-input-placeholder { color: #555; font-family: 'noto sans japanese' !important; font-weight: bold !important;}


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

.loginForm ul li input[type="submit"]{
	font: 700 18px/1em 'noto sans japanese';
	background: #ffc211;
	border-radius: 8px;
	padding: 16px 0;
	color: #242424;
	cursor: pointer;
	border: none;
	width: 100%;
	max-width: 240px;
	display: block;
	margin: 0 auto;
}

.loginForm ul li input[type="submit"]:hover{
	opacity: 0.8;
}