@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100);

body, html, h1, h2, h3, ul, li, p {
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img {
	border:none;
}

body, div, li, td, p {
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeSpeed;
	-moz-osx-font-smoothing:antialiased; 
	font-variant-ligatures: none;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 400;
}

ul, li {
	list-style-type: none;
}

#google {
	display: none;
}

#login::before {
	content: '';
	display: block;
	height: 200px;
	width: 100%;
	z-index: -1;
}

#login h1 {
	background-repeat: no-repeat;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: -132px;
	text-indent: -5000px;
}

#login form {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	width: 244px;
}

#login form input[type=text],
#login form input[type=password] {
	background-color: rgb(213, 223, 233);
	background-image: url(/images/v2/login/icons-login.svg);
	background-size: 50px auto;
	background-repeat: no-repeat;
	background-position: 10px 9px;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: rgb(170, 178, 186);
	font-size: 16px;
	height: 40px;
	margin-bottom: 10px;
	padding: 0 10px 0 50px;
	width: 184px;
}

#login form input[type=password] {
	background-position: 10px -43px;
}

#login form input[type=submit] {
	border: none;
	color: rgb(255, 255, 255);
	font-size: 16px;
	height: 40px;
	width: 244px;
    -webkit-appearance: none;
}

#login .error_list li {
	background-color: rgb(204, 0, 0);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: rgb(255, 255, 255);
	font-size: 14px;
	margin-bottom: 10px;
	padding: 5px;
}

footer, p {
	color: rgb(133, 135, 135);
	text-align: center;
	margin-top: 20px;
}

p {
	text-align: center;
	margin-top: 20px;
}

footer a, p a {
	color: rgb(133, 135, 135);
}

body {
	background-color: rgb(243, 243, 243);
}

#login::before {
	background: #bacdde; /* Old browsers */
	background: -moz-linear-gradient(top, #bacdde 0%, #d6e0e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bacdde), color-stop(100%,#d6e0e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bacdde 0%,#d6e0e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bacdde 0%,#d6e0e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bacdde 0%,#d6e0e9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #bacdde 0%,#d6e0e9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bacdde', endColorstr='#d6e0e9',GradientType=0 );
}

#login h1 {
	background-color: rgb(243, 243, 243);
	background-image: url(/images/v2/login/logo.png);
	border: 10px solid rgb(243, 243, 243);
	border-radius: 50%;
	height: 244px;
	width: 244px;
}

#login form input[type=submit] {
	background-color: #fd7400;
}