﻿.login_layout {
	/*margin: auto 0 auto 0;*/
}

.login_body {
	background-size:100% 100%; 
	color: white;
	height: 390px;
}

.login_body h2 {
	color: white;
}

.login_layout_top {
	margin: 20px auto 0px auto;
}

.login_left {
	margin: 20px 20px auto 0; 
	width: 50%;	
	float: left; 
	overflow: hidden;
}

.login_clear {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	width: 100%;
}

.login_right {
    display: flex;
    float: left;
    height: 100%;
    align-items: center;
}

input.textEntry {
	/*background-image: url('../Images/banner_ID.png');*/
	
}

input.passwordEntry {
	/*background-image: url('../Images/banner_Pwd.png');*/
	
}

input.textEntry,input.passwordEntry {
	width: 180px;
	border: 1px solid #ccc;
	padding: 8px 8px 8px 25px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 17px;
}

.loginDisplay a:link {
	color: white;
}

.loginDisplay a:visited {
	color: white;
}

.loginDisplay a:hover {
	color: white;
}

.failureNotification {
	padding: 15px 5px 5px 5px;
	position: relative;
	color: Red;
	width: 118px;
	height: 45px;
	text-align: left;
	vertical-align: middle;
	z-index: 20;
	font-size: 12px;
}

.failureNotification_confirm {
	padding: 15px 5px 5px 5px;
	position: relative;
	color: Red;
	width: 190px;
	height: 45px;
	text-align: left;
	vertical-align: middle;
	z-index: 20;
	font-size: 12px;
}

.failureNotification_msg,.failureNotification {
	color: Red;
}