@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	background-color: #22222a;
	
}
h1,h2,h3,h4,h5,li,p,ul,ol,a,img{
	padding:0;
	margin:0
}
h1, h2, h3, h4, h5, h6{
	font-family: segoe ui, Helvetica, sans-serif;
	font-weight: normal;
}
.clear{
	clear:both;
}
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
form input, form select, form textarea {
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
  	-ms-transition: all 0.30s ease-in-out;
  	-o-transition: all 0.30s ease-in-out;
  	outline: none;
  	padding: 3px 0px 3px 3px;
  	border: 1px solid #DDDDDD;
	color: #444;
	border-radius:3px;
}
form input:focus, form select:focus, form textarea:focus {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  	padding: 3px 0px 3px 3px;
  	border: 1px solid rgba(81, 203, 238, 1);
}
.log-form {
	width: 35%;
	border: 1px solid #999;
	background-color: #fff;
	margin: 200px auto 0 auto;
}
.log-form h1 {
	text-align: center;
	background-color: #2494f2;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;
}
.log-form h4 {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #36363e;
	margin-left: 5%;
}
#user .me {
	width: 76%;
	height: 25px;
	font-size: 16px;
	margin-left: 5%;
	margin-bottom: 10px;
	padding: 5px 7%;
	border: 1px solid #c4c4c4;
	background-image: url(../images/use.png);
	background-repeat: no-repeat;
	background-position: 7px 7px;
}

#user .he {
	width: 76%;
	height: 25px;
	font-size: 16px;
	margin-left: 5%;
	margin-bottom: 10px;
	padding: 5px 7%;
	border: 1px solid #c4c4c4;
	background-image: url(../images/pass.png);
	background-repeat: no-repeat;
	background-position: 7px 7px;
}
#user p label {
	margin-left: 5%;
	margin-top: 20px;
	color: #36363e;
	font-family: Arial, Helvetica, sans-serif;
}
.two-form #submit {
	width: 100px;
	background-color: #6c9dbf;
	font-size: 14px;
	color: #000;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	transition: background 0.2s linear;
	border-radius: 5px;
	-webkit-transition-border-radius: 5px;
	-moz-transition-border-radius: 5px;
	-ms-transition-border-radius: 5px;
	-o-transition-border-radius: 5px;
	transition-border-radius: 5px;
	margin-top:50px;
	border: 1px solid #0096ff;
	margin-bottom: 25px;
	padding: 8px;
	margin-left: -5%;
	background-color: #0096ff;
}
#user #button:hover{
	background-color: #0096ff;
	color:#FFF;

}
#user #button  {
	width: 20%;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-right: 5%;
	cursor:pointer;
}
