body {
	background-image: url(../Images/login_body_bg_new.jpg);
}

#LogonBox {
	background: #333333;
	opacity: 0.9;
}

ul {
	margin: 0px;
	padding: 0px;
}

input {
	height: 28px;
}

input#btn_Next_Validate_SendSMS,
input#btn_EnteredSMS_ResetPassword,
input#btn_SetNewPassword {
	background: #55419e;
	border: 0px;
	padding: 6px;
	height: 40px;
	font-size: 14px;
	color: #FFFFFF;
	width: 204px;
}

span#lblTitle {
	color: #FFFFFF;
}

#Heading_Text {
	text-align: center;
	width: 100%;
	margin-bottom: 14px;
}

#form1 {
	max-width: 500px;
	padding: 18px;
}

.messagebox {
	font-size: 10pt;
	background-color: white;
	border-radius: 4px;
	word-break: break-word;
}

#lbResult:empty {
	display: none;
	padding: 0px;
}

#lbResult {
	display: block;
	padding: 6px;
}

.messagetable {
	margin-bottom: 20px;
}

#LogonBox {
	border-radius: 6px;
}

.SocialMediaIcons {
	font-size: 14px;
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 99%;
}

.header {
	height: 70px;
}


/* Overides for mobile devices */

@media screen and (max-width: 767px),
screen and (max-device-width: 767px) {
	.SocialMediaIcons {
		font-size: 14px;
		position: inherit;
		margin-top: 14px;
		bottom: 20px;
		text-align: center;
	}
	.header {
		height: 0px;
	}
}