.backgroundImg {
	/*background: url("../../images/loginBackground/tile1.png") repeat;*/
	background: rgb(2,0,36);
	background: linear-gradient(60deg, rgba(2,0,36,1) 0%, rgba(49,69,116,1) 35%, rgba(74,99,154,1) 70%, rgba(81,96,164,1) 84%, rgba(33,43,108,1) 100%);
	background: rgb(40,56,74);
	background: linear-gradient(60deg, rgba(40,56,74,1) 0%, rgba(61,85,112,1) 35%, rgba(75,102,133,1) 55%, rgba(101,136,176,1) 75%, rgba(40,56,74,1) 100%);

}
.headerImg {
	
	background-image: url("../../images/moniroo/m6/white_tagline.png");
	background-repeat:no-repeat;
	background-size: contain;
	margin-bottom:10px;
}

.loginBody {
	background: rgba(36, 92, 204, 0.54) !important;
	background: rgba(40, 56, 74, 0.54) !important;
	font-family:"segoe ui";
}
.rounded .x-form-text-wrap, .rounded .x-form-trigger-wrap {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

body, #tsListView-body
{
	margin: 0;
	padding: 0;
	height: 100%;
	/*background: #28384a url("../../images/loginBackground/tile1.png") repeat;*/
	font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 12px;
	/*background: rgb(2,0,36) !important;
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(49,69,116,1) 35%, rgba(74,99,154,1) 70%, rgba(81,96,164,1) 84%, rgba(33,43,108,1) 100%) !important;
	*/

}

.loginFooter .x-form-display-field-default  {
	color: #E0E1E2;
}
.linkField .x-btn-inner-default-small {
	color: #E0E1E2 !important;
	font: 300 13px/17px 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif;
}
.linkField, .linkField:hover {
    border: none !important;
    background: none !important;
}
.m6LoginBtn:hover {
	background-color:#28384a !important;
}
.linkField span:hover {
    cursor: pointer !important;
	background-color:inherit;
    text-decoration: underline !important;
}
/*SSO auth error stuff*/
.ssoAuthError {
	position: absolute;
	width: 500px;
	height: 200px;
	z-index: 15;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -150px;
	background: white;
	padding:20px;
	opacity: 0.7;
}
.ssoAuthError h1 {
	color:#28374a;
	margin-top:0px;
	padding-bottom:10px;
}
.ssoAuthError h3 {
	color:#28374a;
	padding-top:20px;
	display:block;
	text-align:right;
}
.ssoAuthError p {
	text-align:center;
}
.ssoAuthError a {
	color:#28374a;
	text-decoration:none;
}
.ssoAuthError a:hover {
	color:#5fa2dd;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-o-transition: color .2s linear;
	-ms-transition: color .2s linear;
	transition: color .2s linear;
}
