html {
	height: 100%;
	background-image: linear-gradient(rgb(058, 068, 079) 0%, rgb(038, 048, 060) 100%);
	background-repeat: no-repeat;
	background-color: #26303c;
}
body {
	margin: 0;
	padding: 0;
	background-image: linear-gradient(rgb(058, 068, 079) 0%, rgb(038, 048, 060) 100%);
	background-repeat: no-repeat;
    background-color: #26303c;
	font-family: Arial;
}
button:focus {
	outline: 0;
}
.login {
	position: relative;
	top: 0%;
	left: 50%;
	width: 800px;
	height: 688px;
	margin-left: -400px;
	display: block;
}
.login .box {
	position: relative;
	width: 766px;
	height: 463px;
	margin-top: 100px;
	padding-left: 30px;
	background: #b11624;
	background: linear-gradient(#b11624 0%, #b71725 100%);
	-moz-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.3);
}
.login .footer {
	position: absolute;
	margin-top: 15px;
	font-size: 12px;
	color: #969ba0;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.66);
}
.login .footer span.product,
.login .footer span.version,
.login .footer span.copyright,
.login .footer span.legal {
	margin-right: 45px;
}
.login .box .stacker {
	display: block;
    position: absolute;
    width: 410px;
    height: 309px;
    right: -71px;
    bottom: -208px;
}
.login .box .separator {
	display: block;
	position: relative;
	height: 106px;
	width: 745px;
	top: 115px;
	background-image: url(images/separator.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.login .box .head {
	display: block;
	position: relative;
	text-align: center;
	top: 88px;
	margin: auto;
}
.login .box .head .product {
	position: relative;
	bottom: -5px;
	margin-left: 25px;
	margin-bottom: -13px;
}
.login .box .controls {
	display: block;
	padding-left: 30px;
	position: relative;
	top: 140px;
}
.login .box .controls input,
.login .box .controls button {
	padding: 0px;
	height: 35px;
	width: 195px;
	border: 0px solid transparent;
	border-radius: 4px;
	font-size: 18px;
}
.login .box .controls input {
	padding-left: 10px;
	padding-right: 10px;
	-moz-box-shadow: inset 0px 2px 3px 0px #333;
	-webkit-box-shadow: inset 0px 2px 3px 0px #333;
	box-shadow: inset 0px 2px 3px 0px #333;
	margin-right: 25px;
	background: #e0e1e3;
        margin-top: 4px;
}
.login .box .controls button {
	color: #ffffff;
	background: #26303c;
	background: linear-gradient(#39434e 0%, #252f3b 100%);
	-moz-box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.66);
	-webkit-box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.66);
	box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.66);
    border-bottom: solid 1px #d63c56;
    height: 36px;
}
.login .box .controls button:hover {
	background: linear-gradient(#3d4854 0%, #2d3a47 100%);
	-moz-box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.66);
	-webkit-box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.66);
	box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.66);
}
.login .box .controls button:active {
	-moz-box-shadow: inset 0px 1px 6px 0px #000000;
	-webkit-box-shadow: inset 0px 1px 6px 0px #000000;
	box-shadow: inset 0px 1px 6px 0px #000000;
    background: #2f3740;   
}
.login .box .controls button:active span {
	position: relative;
	top: 1px;
}
.login .box .controls label {
	display: block;
	color: #ffffff;
	font-size: 15px;
	margin-bottom: 5px;
}
.login .box .controls .user,
.login .box .controls .password {
	float: left;
}
.login .box .controls .loginButton {
	line-height: 86px;
}
.login .box .controls .forget a {
	color: #d6a7a9;
	margin-top: 5px;
	font-size: 12px;
    text-decoration: none;
}
.login .box .controls .forget a:visited {
	color: #d6a7a9;
}

.login .box .controls .forget a:hover {
	text-decoration: underline;
}

.login .footer a:visited {
	color: #969ba0;
}
.login .footer a {
	color: #969ba0;
    text-decoration: none;
}

.login .footer a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 960px) {
	.login {
		width: 700px;
		margin-left: -350px;
	}
	.login .box {
		width: 666px;
	}
	.login .box .separator {
		width: 666px;
	}
	.login .box .controls {
		padding-left: 80px;
		top: 110px;
	}
	.login .box .controls .loginButton {
		clear: both;
	}
	.login .box .stacker {
		display: none;
	}
	.login .footer span.product,
	.login .footer span.version,
	.login .footer span.copyright,
	.login .footer span.legal {
		margin-right: 20px;
	}
}
@media screen and (max-width: 758px) {
	.login {
		width: 450px;
		margin-left: -200px;
	}
	.login .box {
		width: 416px;
		height: 600px;
		padding-left: 0px;
		margin-top: 0px;
	}
	.login .box .separator {
		width: 416px;
	}
	.login .box .controls .user,
	.login .box .controls .password {
		clear: both;
	}
	.login .box .controls {
		padding-left: 100px;
		top: 110px;
	}
	.login .footer span.product,
	.login .footer span.version,
	.login .footer span.copyright,
	.login .footer span.legal {
		display: block;
	}
}
@media screen and (max-width: 450px) {
	.login {
		width: 280px;
		margin-left: -163px;
	}
	.login .box {
		width: 286px;
		height: 600px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.login .box .controls {
		padding-left: 35px;
		top: 110px;
	}
	.login .box .separator {
		width: 286px;
	}
}

.fixedInputFieldLoginText, .fixedInputFieldLoginForText{
	color: #ffffff;
	font-size: 15px;
}