body {
	background-color:#f1f1f1;
	text-align: center;
	font-family: 'Open Sans', arial;
	font-size: 16px;
	color: #333333;
}

#submit {
	width:100px;
	background-color: #4d90fe;
	background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
	color: #ffffff;
	border: 1px solid #3079ed;
	font-weight: bold;
}

#submit:hover {
    border: 1px solid #2f5bb7;
	background-color: #357ae8;
	background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.content{
	margin: 0 auto;
}

.signin-logo {
	margin-top: 60px;
	width:100%; 
	height:60px;
    background-image:url(../img/logo_erp.png);
    background-position: center;
    background-repeat:no-repeat;
}

.signin-title{
	margin: 0 auto;
	width: 380px;
	height: 30px;
	font-weight: bold;
	font-size: 16px;
	color: #555;
}

.signin-box{
	margin: 0 auto;
	width: 380px;
	/*height: 210px;*/
	position: relative;
	overflow: hidden;
	padding: 18px 18px;
	background-color: #f7f7f7;
	border-radius: 2px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.signin-box input{
	height: 30px;
}

#usernameField{
	box-sizing: border-box;
	font-size: 15px;
}

#usernameField:focus{
	border: 1px solid #4d90fe;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}

#passwordField{
	box-sizing: border-box;
	font-size: 15px;
}

#passwordField:focus{
	border: 1px solid #4d90fe;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}


