HTML {
	background:url(../images/bg-pat.png) repeat;
}

.wrapper {
	width:500px;
	max-width:100%;
	height:280px;

	background-size:contain;
	padding:0 15px;
	box-sizing: border-box;
}

/*.startlogo {
	display:none;
	width:500px;
	height:100px;
	background:url(../images/logo.png) no-repeat center;
}*/
.startlogo {
	background:url(../images/logo.png) no-repeat center top;
	background-size:contain;
}

.loginBox {
	box-sizing:border-box;
	background:#fff;
	border-radius:8px;
	border-radius:12px;
	-webkit-box-shadow: 0 0 5px 2px #222;
	box-shadow: 0 0 5px 2px #222;
	color:#547db1;
	text-align:center;
	padding:10px 15px 0;
}
.loginBox .row {
	clear:both;
	overflow:hidden;
	padding:2px;
	width:340px;
	max-width:100%;
	text-align:right;
}
.loginBox .row LABEL {
	text-align:right;
	margin:0 10px 0 0;
	width:100px;
	color:#547db1;
}

#domain, #username, #password {
	width:150px;
	max-width:50%;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #bdd0e5;
	padding:3px;
	color:#3b72b6;
}

.actions {
	width:226px;
	margin:10px auto 0;
}

.bt {
	display:block;
	float:left;
	text-indent:-10000px;
	font-size:0;
	line-height:0;
	width:104px;
	height:28px;
	border:0;
}

#btLogin {
	background:url(../images/logout-icon.png) no-repeat -104px -60px;
	margin:6px 0 10px 0;
}

#btLogin:hover {
	background:url(../images/logout-icon.png) no-repeat -104px -90px;
	cursor:pointer;
}

#btBack {
	display:block;
	background:url(../images/logout-icon.png) no-repeat -104px 0;
	margin:6px 0 10px 15px;
}
 #btBack:hover {
	display:block;
	background:url(../images/logout-icon.png) no-repeat -104px -30px;
}

.loginBox p.bottom {
	margin:20px -15px 0;
	color:#fff;
	clear:both;
	line-height:13px;
	display:block;
	padding:8px;
	background:url(../images/bg-formsgridcommands-nopages.jpg) -10px 0 no-repeat;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	background-size:cover;
}

.logoutconfirm {
	display:block;
	width:160px;
	height:30px;
	margin:10px auto;
}

.btLogout {
	text-indent:-10000px;
	font-size:0;
	line-height:0;
	display:block;
	float:left;
	border:0;
	width:66px;
	height:28px;
	cursor:pointer;
}

.yes {
	background:url(../images/logout-icon.png) no-repeat -106px -182px;
	margin:0 10px 0;
}

.yes:hover {
	background:url(../images/logout-icon.png) no-repeat -106px -212px;
}

.no {
	background:url(../images/logout-icon.png) no-repeat -174px -182px;
}

.no:hover {
	background:url(../images/logout-icon.png) no-repeat -174px -212px;
}

.loginBox p.bottom A {
	color:#91caff;
}

.loginBox p.bottom A:hover {
	color:#cce7ff;
}
