@charset "UTF-8";

#body_login {
	background: url(../img/login/bg.png) left top no-repeat;
}

#loginCaution,
#loginBlock,
#loginTopix {
	width: 630px;
	box-sizing: border-box;
	margin: 0 auto;
}


#loginBlock {
	background: #6c739e;
	border-radius: 10px;
	padding: 20px;
	margin-top: 160px;
	margin-bottom: 50px;
}

#loginBlock h1{
	width: 372px;
	height: 76px;
	background: url(../img/login/logo.png) no-repeat;
	background-size: cover;
	overflow: hidden;
	text-indent: -10000px;
	margin: 0 auto 20px;
}

#loginBlock dl{
	padding: 0 20px;
	margin-bottom: 20px;
}

#loginBlock dt{
	color:  #fff;
	font-weight: normal;
	font-size: 18px;
	width: 20%;
	text-align: right;
	line-height: 45px;
}

#loginBlock dd{
	width: 77%;
}

input[type="text"],
input[type="password"] {
	box-sizing: border-box;
	border: 0;
	padding: 5px 10px;
	color: #515151;
	background: #fff;
	-webkit-appearance: none;
	border-radius: 5px;
	line-height: 35px;
	font-size: 18px;
}

input[type="text"]{
	width: 100%;
}

.password {
	width: 70%;
}

.submit {
	width: 30%;
	text-align: right;
}

.alert {
	box-sizing: border-box;
	background: #ca2828;
	color: #fff;
	border-radius: 5px;
	margin: 20px;
	padding: 10px;
	text-align: center;
}

input[type="password"] {
	width: 100%;
}

input[type="submit"] {
	box-sizing: border-box;
	display: inline-block;
    border: none;
	padding: 5px 10px;
	-webkit-appearance: none;
	border-radius: 5px;
	line-height: 35px;
	font-size: 16px;
	width: 90%;

    color: #fff;
    cursor: pointer;
    box-shadow: none;
    background: #68d158;
    background: -webkit-gradient( linear, left top, left bottom, from(#68d158), to(#68d158) );
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    background: -moz-linear-gradient( top, #68d158, #68d158 );
    -moz-box-shadow: 1px 1px 1px #fff;
    filter: progid:DXImageTransform.Microsoft.gradient (startColorstr=#68d158,endColorstr=#68d158);
    zoom: 1;
}

#loginTopix {
	margin-bottom: 40px;
}

#loginTopix h2{
	font-size: 20px;
	font-weight: normal;
}

#loginTopix dt{
	width: 20%;
	box-sizing: border-box;
	background: #6c739e;
	color: #fff;
	padding: 5px 20px;
	display: inline-block;
	vertical-align: middle;
}

#loginTopix dd{
	width: 79%;
	padding: 5px;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	font-size: 16px;
	color: #6c739e;
}

#loginCaution {
	background: url(../img/login/attention.png) left no-repeat;
	background-size: 50px;
	padding-left: 60px;
	color: #ea1b1b;
	min-height: 50px;
}



#loginBlock {

}


#container {

}