.modal-body{
	color:#000000;
}
a {
color:#CCD8E1;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.login-header a:link,
a:visited {
	color:#CCD8E1;
	text-decoration:none;
}
.messagetext {
	display : table-row;
    vertical-align : bottom;
    height : 1px;
	font-size: 8pt;
}
.whitetext {
	color:#ffffff;
}
.login-header a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
body, html {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
}

form {
	padding-left: 3%;
}

.primary-header {
	font-size: 160%;
	font-weight: 700;
	margin-bottom: 5px;
    color: #fff;
}

.login-header hr {
	height:2px;
	background-color:#bbbbbb;
	border-width: 0px;
	margin-bottom: 6%;
	margin-left: 0px; /* chrome & firefox */
	margin-top: 0px;
	text-align: left; /* ie */
	width: 50%;
}

.login-header .login-input {
	color: black;
	border-color: rgba(0,0,0,0.2);
	border-radius: 2px;
	border-style: solid;
	border-width: 1px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	font-size: 120%;
	height: 20px;
	padding: 3px 3px 3px 30px;
	width: 28%;
    
}

.login-header input[type="submit"] {
	margin-top: 4%;
	margin-left: 38%;
	padding: 6px 10px;
	position: absolute;
    
}

.login-label {
	
	padding-right: 2%;
    color: #fff;
}

#container2 {
	clear: left;
	float: left;
	width: 100%;
	overflow: hidden;
	height: 100%;
	background: url(../img/login/blue-bg.png);
}

#container1 {
	float: left;
	width: 100%;
	position: relative;
	right: 50%;
	background: url(../img/login/logo-bg.png);
	height: 100%;
}

#col1 {
	float: left;
	width: 46%;
	position: relative;
	left: 52%;
	overflow: hidden;
	height: 100%;
	background: url(../img/login/logo-bg.png);
}

#col2 {
	float: left;
	width: 46%;
	position: relative;
	left: 56%;
	overflow: hidden;
	background: url(../img/login/blue-bg.png);
	height: 100%;
}

#password {
	margin-top: 5%;
	background: url(../img/login/password.png) #fff no-repeat;
}

#username {
	background: url(../img/login/user.png) #fff no-repeat;
}

.disclaimer {
	width: 45%;
	font-size: 100%;
	text-align: left;
	margin-top: 3%;
	margin-left: 14%;
}

.login-errormsg {
	color: #b90021;
	font-size: 140%;
	margin-left: 10%;
	margin-bottom: 5%;
	margin-top: -2%;
}

.login-errormsg img {
	vertical-align: bottom;
}

.login-header {
	margin-top: 34%;
	padding-left: 10%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 140%;
}

.logo-login {
	text-align: center;
	margin-top: 30%;
}

#regtext {
    color: #fff;
}