@CHARSET "UTF-8";
body {
	/* background: #eee; */
	background: url(../images/login.png) no-repeat;
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
}
#login-logo {
	display: none;
	/* margin-top: 200px; */
	width: 320px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	/* margin-left: auto;
	margin-right: auto; */
	margin: 13% 15% 0 auto;
	background: #dfe4e7;
	height: 54px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 0;
	text-align: center;
	border-radius: 3% 3% 0 0;
}
@media (max-height: 700px)
{ 
	#login-logo {
		margin-top: 0;
	} 
	h1 {
		margin-top: 0;
	}
}
#login-logo img {
	border: 0;
}
#login {
	width: 320px;
	/* margin-left: auto;
	margin-right: auto; */
	margin: 15% 15% 0 auto;
	padding: 20px;
	background: url(../images/login-bg.png) no-repeat;;
	/* background-color: rgb(245, 243, 243); */
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 0;
	text-align: center;
	border-radius: 3% 3% 3% 3%;
}
#login table {
	/* background-color: red; */
	width: 100%;
	border-top: 10px;
	font-size: 20px;

}
#login table tr{
	/* background-color: gold; */
	width: 100%;
	/* height: 20px; */
	margin-bottom: 40px;
}

#login table tr td{
	/* background-color: gold; */
	width: 80px;
	height: 20px;
	/* margin-bottom: 30px; */
	border-radius: 3% 3% 3% 3%;

}

#pwd, #user,#old_pwd, #new_pwd, #retype_new_pwd {
	/* width: 13em; */
	width: 80%;
	height: 30px;
	margin-left: 10%;
	border-radius: 3% 3% 3% 3%;
	/* border-left: 50px; */
    /* padding: 10px 10px 10px 40px !important; */
	
}
.center {
	text-align: center;
}

h1 {
	color:rgba(255, 255, 255, 0.966);
	font-size: 28pt;
}
.v-spacer {
	padding-top: 1em;
}

input[type="submit"] {
    background-color: #1c95fe;
    border: 1px solid #1c95fe;
    min-height: 35px;
	width: 80%;
	/* margin-left: 10%; */
	margin-left: 5px;
	/* border-left: 30px; */
	
}

input[type="button"] {
    background-color: #f0f3f728;
    border: 1px solid #f0f3f728;
    min-height: 35px;
	width: 80%;
	/* margin-left: 10%; */
	border-left: 3px;
	/* margin-bottom: 1em; */
}