.incorrect {
	color: red;
	text-align: center;
}
body {
	background: rgb(29, 89, 120);
	height: 100%;
	font-family: "Verdana";
	font-size: 15px;
	margin: 0;
	background: url('?.handler=resources&name=images/page_login_bg.jpg') no-repeat;
	background-size: cover;
}

#page_login_form{
	position: absolute;
	top: 30%;
	left: 50%;
	background: rgb(255,255,255);
	width: 300px;
	padding:220px 25px 25px 25px; 
	border: 1px solid rgb(240, 240, 240);
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#000000, strength=1);
	display: inline-block;
	margin: -135px 0 0 -175px;
}
form > .signinProcess {
	background-color: rgba(255,255,255,.5);
	text-align: center;
	line-height: 200px;
	position: absolute;
	top: 50%;
	display: block;
	width: 100%;
	font-size: 17px;
	left: 0;
	right: 0;
	bottom: 50%;
	margin: -100px 0 0 0;
	height: 200px;
}
form > .signinProcess:after {
	content: '';
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	z-index: -1;
	-webkit-animation: animate-shine 2s ease-out infinite;
	-moz-animation: animate-shine 2s ease-out infinite;
}
 @-webkit-keyframes animate-shine { 
	0% {opacity: 0; width: 0;}
	50% {opacity: .7;}
	100% {opacity: 0; width: 95%;}
}
 @-moz-keyframes animate-shine {
	0% {opacity: 0; width: 0;}
	50% {opacity: .7;}
	100% {opacity: 0; width: 95%;}
 }

input[type=text],
input[type=password] {
	border: 1px solid rgb(88, 171, 223);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	padding: 0 5px;
}

form > div > div > input[type=password],
form > div > div > input[view] {
	margin-top: -11px;
}

input[type=text],
input[type=password],
input[type=button] {
	width: 268px;
	height: 40px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	margin: 0 auto;
	font-size: 17px;
	padding: 0 15px;
	line-height: 40px;
}
input[type=text]:focus,
input[type=password]:focus {
outline: none;
}

form > div > div {
	margin-top: 10px;
	position: relative;
}

input[type=button] {
	border: 1px solid rgb(28, 204, 102);
	background:rgb(28, 204, 102);
	color: rgb(255, 255, 255);
	margin-top: 5px;
	font-size: 17px;
}

input[type=button]:hover {
	text-decoration: none;
	opacity: .85;
	-webkit-transition: all 0.3s ease;
	cursor: pointer;
}

input[type=button]:active {
	opacity: .7;
	-webkit-transition: all 0 ease;
}
label {
	position: relative;
	bottom: 5px;
	right: 4px;
	vertical-align: top;
}
label:hover {
	cursor: pointer;
}

.page_login_form_header {
	width: 128px;
	position: absolute;
	left:0;
	right:0;
	margin: auto;
	margin-top: -30px;
	-moz-animation: anim .65s ease-in ;
	-webkit-animation: anim .65s ease-in ;
	animation: anim .65s ease-in ;
}

@-webkit-keyframes anim {
	0%{ margin-top: -30px;opacity: 0;}
	33%{ margin-top: -40px;opacity: .25;}
	66%{ margin-top: -20px;}
	100%{ margin-top: -30px;}
}

@-moz-keyframes anim {
	0%{ margin-top: -30px;opacity: 0;}
	33%{ margin-top: -40px;opacity: .25;}
	66%{ margin-top: -20px;}
	100%{ margin-top: -30px;}
}

@keyframes anim {
	0%{ margin-top: -30px;opacity: 0;}
	33%{ margin-top: -40px;opacity: .25;}
	66%{ margin-top: -20px;}
	100%{ margin-top: -30px;}
}
.page_login_form_header > a > span:last-child{
	opacity: 0;
}
.page_login_form_header > a > span:last-child,
.page_login_form_header > a {
	-moz-transition: opacity 0.2s   ease-out;
	-o-transition:opacity  0.2s   ease-out;
	-webkit-transition: opacity  0.2s  ease-out; 
}
.page_login_form_header > a:hover > span:first-child + span,
.page_login_form_header > a:hover {
	-moz-transition: opacity 0.2s   ease-out;
	-o-transition:opacity  0.2s   ease-out;
	-webkit-transition: opacity  0.2s  ease-out;
	opacity: 1;
	color:rgb(250,30,70);
	color:rgba(250,30,70,0.65);
}
.page_login_form_header > a {
	display:block;
	position:relative;
	text-decoration:none;
	color:rgb(200,200,200);
	color:rgba(0,0,0,0.65);
	text-align:center;
}

.page_login_form_header > a > span {
	height:128px;
	position:absolute;
	top:-128px;
	left:50%;
	margin-left:-64px;
	border: none;
	width: 128px; 
	background-color: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
	zoom: 1;
}
.page_login_form_header > a > span:first-child {
	opacity: .75;
	background-image: url('?.handler=resources&name=images/logo128x256.png');
	background-repeat: no-repeat;
	background-position: 0 -128px;
}
.page_login_form_header > a > span:first-child + span {
	opacity: 0;
	visibility:hidden\0/;
	background-image: url('?.handler=resources&name=images/logo128x256.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}
.page_login_form_header > a:hover > span:first-child + span {
	opacity: 1;
	visibility:visible\0/;
}

#page_login_form > span {
	line-height:50px;
	width:100%;
	font-size:22px;
	color:rgba(0,0,0,0.65);
	display:block;
	position:relative;
	top:0;
	left:0;
	text-align:center;
}
.AnonymousAuthorityLink,
.LoginFormResetPasswordLink,
.SSOAuthorityLink {
	display: block;
	text-align: center;
	margin: 10px 0 0 0;
	font-size: 14px;
	text-decoration: none;
	color:rgb(88, 171, 223);
}
.AnonymousAuthorityLink:hover,
.SSOAuthorityLink:hover {
text-decoration:underline;
}
.placeholder {
	position: absolute;
	top: 10px;
	left: 13px;
	height: 25px;
	width: 80px;
	background-color: white;
	font-size: 17px;
	color: rgb(178, 178, 178);
}

/*password*/
.password-control {
	position: absolute;
	margin: 0 0 0 -30px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(?.handler=Resources&name=images%2Fview.svg) 0 0 no-repeat;
	cursor: pointer;
	opacity: 0.6;
}
.password-control.view {
	background: url(?.handler=Resources&name=images%2Fno-view.svg) 0 0 no-repeat;
}