body {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;

	/* common font family */
	font-family: 'Roboto', Arial,sans-serif;

	/* background */
	background-color: #444444;
}

/*
* Main login context, which contain logo and login's form
*/
.main_content {
	position: relative;
	width: 200px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.header {
	position: relative;
	right: 0;
	left: 0;
	padding: 1rem;
	background-color: #222222;
	text-align: center;
	height: 120px;
	border-bottom-width:0px;
	border-bottom-color:#5c6568;
	border-bottom-style: solid;

	background-image: url('/images/login/StatsPerform_Logo_Primary_Login_Updated.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size:  300px;
}

.login_form_content {
	margin-top: 24px;
}

/*
* Welcome message
*/
.welcome_message {
	text-align: center;
	vertical-align: bottom;

	color: white;
	font-size: 15px;
	font-weight: bold;
}

/*
* Login sign button
*/
.login_sign_in_button {
	border: 0px ;
	height: 32px;
	width: 100%;
	color: white;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 20px;
	background-image: linear-gradient(162deg, #9E07AE 0%, #E5202F 33%, #F06424 66% ,#FAA51A 100%);
	margin-top: 16px;
	font-family: 'Roboto', Arial, sans-serif;
	max-width: 200px;

}

.login_sign_in_button[disabled] {
	background-color: #8c8c8c;
	border: 2px solid #9c9c9c;
	color: lightgray;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c8c8c', endColorstr='#757575');
	background: -webkit-gradient(linear, left top, left bottom, from(#8c8c8c), to(#757575));
	background: -moz-linear-gradient(top, #8c8c8c, #757575);
}

.login_form {
	border-radius: 0px;
	margin-top: 20px;
}

.login_form formField {
	display: block;
}

.formFieldName {
	color: white;
	font-size: 14px;
	font-weight: normal;
}

#login-form label {
	font-weight: 400;
	font-size: 14px;
	color: #222;
	letter-spacing: 0px;
	line-height: 2em;
	text-transform:none;
}

#login-form .login-header {
	margin-bottom: 16px;
	border-radius: 0px;
	font-weight: 700;
	letter-spacing: 0px;
	font-size: 24px;
	line-height: 2em;
	background-color: #222222; /*Add Stats Perform Logo instead of "Log In" text*/
}

#login-form button {
	border: 0;
	border-radius: 20px;
	padding: 0px;
	cursor: pointer;
	outline: 0;
	width: 184px;
	height: 32px;
	font-size: 14px;
	font-weight: 700;
	background-image: linear-gradient(162deg, #9E07AE 0%, #E5202F 33%, #F06424 66% ,#FAA51A 100%);
}


/*
* Error message styling
*/
.login_errorMessage {
	margin-top: 20px;
	background-color: white;

	font-size: 13px;
	font-weight: bold;
	color: #F86C0D;

	/* inner padding */
	padding: 2px;

}

/*
error styles
*/
.error_message {
	font-weight: bold;
	font-size: 14px;
	color: red;
}

.error_logout {
	padding-top: 10px;
	font-weight: bold;
}

.error_logout A, A:hover {
	text-decoration: none;
	font-size: 12px;
	color: lightGrey;
	cursor: pointer;
}

/*
 forgot password popup
*/

.forgotten_pass_link {
	text-decoration: none;
	font-size: 12px;
	color: lightGrey;
	cursor: pointer;
}

.forgotten_pass_link:hover {
	color: white;
}

.forgotten_pass_close {
	text-decoration: none;
	font-size: 12px;
	color: grey;
	cursor: pointer;
}

.forgotten_pass_close:hover {
	color: darkGrey;
}

.jqmOverlay {
	background: none repeat scroll 0 0 #000000;
}

#forgot_pass {
	display: none;
	background: none repeat scroll 0 0 white;
	border-radius: 5px 5px 5px 5px;
	left: 50%;
	margin-left: -280px;
	overflow: hidden;
	padding: 20px;
	position: fixed;
	top: 25%;
	width: 550px;
}

#forgot_pass H2{
	display: block;
	margin-bottom: 15px;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 6px;
	color: #777;
	margin-top:0px;
}

#forgot_pass DIV{
	color: #777;
	font-size: 12px;
	margin-bottom:10px;
}

.forgot_pass_success {
	color:green !important;
	font-weight:bold;
}

.forgot_pass_error{
	color:red !important;
	font-weight:bold;
}


/*
  reset password page
*/
.resetPasswordContainer{
	background: white;
	border-radius: 5px 5px 5px 5px;
	left: 50%;
	margin-left: -230px;
	overflow: hidden;
	padding: 20px;
	position: absolute;
	top: 120px;
	width: 450px;
}

.resetPasswordContainer H2{
	display: block;
	margin-bottom: 15px;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 6px;
	color: #777;
	margin-top:0px;
}

.resetPasswordContainer DIV{
	color: #777;
	font-size: 12px;
}

.resetPasswordInput{
	margin: 0px; padding: 0px;border: 1px solid lightGray ;height: 22px;width: 300px;
}

.messageContent{
	margin-top:20px;
}

.tick{
	display:inline-block;
	width:22px;
	height:16px;
	background: url('/images/valid.png') no-repeat;
	margin-left:5px;
}

.cross{
	display:inline-block;
	width:22px;
	height:16px;
	background: url('/images/invalid.png') no-repeat;
	margin-left:5px;
}

.footer{
	display: none;
}

.warning{
	position: initial;
	background-color: #0f0f0f;
	box-shadow: 0px 15px 8px 1px rgb(29 29 29);
	height: 210px;
}
.warning-text {
	position:relative;
	color: white;
	font-size: 14px;
	font-weight: normal;
	padding: 0px 20px 10px 0px;
	font-family: 'Roboto', Arial,sans-serif;
	overflow: hidden;
	text-overflow: ellipsis;
}
.warning_image{
	width:220px;
	right: 0;
	left: 0;
	background-image: url('/images/login/loginWarnImg.png');
	background-repeat: no-repeat;
	height:220px;
	float: left;
	position: initial;
}
