@charset "utf-8";
@import url("validationEngine.jquery.css");
@import url("./style.css");


#form {
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
	width: 350px;
	margin: 150px auto;
}
#form ul {
	margin: 20px;
}

#form li {
	list-style: none;
	margin-top: 10px;
}
#form li > label {
	display: inline-block;
	width: 150px;
	height: 28px;
}

#clear-button {
	width: 150px;
	height: 40px;
}
#btn_login {
	width: 95%;
	height: 40px;
	border-radius: 5px;
}

.error {
	color: #f06;
}

input[type="text"], input[type="password"] {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #000;
	padding: 3px;
	background: #fff;
	width: 100%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	border-radius: 0px;
}
