* {
	margin: 0;
	padding: 0;
}
#background{
	position: absolute;
	background-image: url(./graphics/bg.png);
	background-size: 100% 100%; 
	background-attachment: fixed;
	width: 100%;
	height: 100%;
}
#div1 {
	left: 69%;
	top: 23%;
	position: absolute;
	width: 25%;
	height: 60%;
	color: black;
	background-color: white;
}
#div1 *{    top: 50%;
    left: 50%;
}
.div2 {
	position: absolute;
	width: 80%;
	height: 80%;
	transform: translate(-50%, -50%);
}
.space {
	width: 100%;
	height: 20px;
}
.username{
	width: 100%;
	height: 61px;
}
.username input {
	font-size: 2vh;
	width: 100%;
	height: 50px;
	padding-left: 2px;
	border: 1px solid gray;
	text-indent: 50px;
}
.password {
	width: 100%;
	height: 61px;
	padding-top: 30px;
	padding-bottom: 20px;
}
.password input {
	font-size: 2vh;
	width: 100%;
	height: 50px;
	padding-left: 2px;
	border: 1px solid gray;
	text-indent: 50px;
}
.login {
	width: 100%;
	height: 45px;
	background: linear-gradient(#1b3ccf, #1b3ccf);
	font-size: large;
	color: white;
	margin-top: 61px;
}
.eye_img {
	width: 40px;
	height: 40px;
	background-size: 20px 20px;
	background-image: url(./graphics/open.png);
	border-width: 0;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	float: left;
	border: hidden;
	background-color: transparent;
	margin-left: 35%;
	margin-top: -75px;
}
.user_img {
	width: 40px;
	height: 40px;
	background-size: 20px 20px;
	background-image: url(./graphics/login.png);
	border-width: 0;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	float: left;
	border: hidden;
	background-color: transparent;
	margin-left: -50%;
	margin-top: -25px;
}

.pwd_img {
	width: 40px;
	height: 40px;
	background-size: 20px 20px;
	background-image: url(./graphics/password.png);
	border-width: 0;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	float: left;
	border: hidden;
	background-color: transparent;
	margin-left: -50%;
	margin-top: -25px;
}
.devicename {
	color: #696969;
	font-size: 4vh;
	display: inline;
	font-family: "Source Sans Pro Light";
}
.border_display {
	border-bottom: 2px solid #1b3ccf;
	padding: 0 5% 0 5%;
}
