/*############ RESPONSIVE LOGIN AND RESET PASSWORD STYLES WD-1101 #####################*/
input:-webkit-autofill, input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
/*  these two classes are needed to align the content box in the center of the page */
.outer{
	display: table;
	width: 100%;
	position: absolute;
	height: 100%;
}
.middle{
	display: table-cell;
	vertical-align: middle;
}
.login, .reset {
	margin: 0 auto;
	background: rgba(0,0,0,.4);
	color: #ccc;
	max-width: 500px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

@media only screen and (min-width: 1000px) {
	.login, .reset {
		width: 500px;
	}
}

.bg-black {
	background: #71828A!important;
}

.login-header, .reset-header {
	font-size: 20px;
	/* margin-bottom: 10px; */
	color: #11a1d7;
	text-overflow: ellipsis;
}
.login .login-content, .reset .reset-content {
	padding: 20px 30px 15px 30px;
	color: #999;
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
}

.m-b-20 {
	margin-bottom: 20px!important;
}
.login label, .reset label {
	color: #fff;
	font-weight: 500;
}
.btn-block {
	padding-left: 12px;
	padding-right: 12px;
}
.btn.btn-info {
	color: #fff;
	background: #11a1d7;
	border-color: #11a1d7;
}

.btn.btn-info:focus {
	box-shadow: 0 0 0 2px #4682B4;
	outline: none;
}

.loginError {
	cursor: default;
	margin-top: 15px;
	color: red;
	font-size: 14px;
	padding:12px 8px;
	background:#ffffff;
}
.login a, .reset a {
	color: #fff;
}
.login a:hover, .reset a:hover {
	color: #23527c;
}
.version {
	color:#d9e0e7;
	font-size:14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display:block;
	margin:12px 0 18px;
	text-align: center;
	font-size: 12px;
}
.version > .version-label {
	color:white;
}


.login-buttons{
	margin-top:20px;
}
