.bgBannerTitleText 
{
	background-color: rgba(0, 120, 170, 0.75);
}

.bgBannerTitleCut 
{
	border-top-color: rgba(0, 120, 170, 0.75);
}

.bgBannerText {
	background-color: #0078aa;
}

.bgMainContent
{
	background: #333333;	
}

.bgBaseButton
{
	background: #00aeef;
}

.bannerIcons
{
	margin-top: 25px;
	text-align: center;
}

.baseButton.login
{
	background: #13a538;
	width: 260px;
	margin-left: 75px;	
	margin-top: 15px;
}

.baseButton.register
{
	background: #0078aa;
	width: 260px;
	margin-left: 75px;	
}

.containerLeft
{
	width: 380px;	
	float: left;
	padding-right: 25px;
	border-right: 1px solid gray;
	height: 300px;
}

.containerRight
{
	width: 380px;
	float: left;
	padding-left: 25px;
	
}

.outerContainer
{
	text-align:center;
	width: 100%;
	color: white;
	height: 500px;
	padding-top: 25px;
}

.innerContainer
{
	margin: 25px;
	display: inline-block;
	text-align: center;
}

.keyImg
{
	float: left;
	padding-left: 125px;	
}

.login .label
{
	float: left;
	width: 75px;
	color: white;
	text-align: left;
	line-height: 30px;
}

.login .inputContainer
{
	float: left;
	line-height: 45px;
}

.login .input
{
	width: 270px;
	border-style: none;	
	padding: 10px;
}

.containerLeft .title
{
	font-size: 20px;
	line-height: 50px;
	padding-left: 0px;
	float: left;
}

.containerRight .title
{
	font-size: 20px;
	line-height: 50px;
	padding-left: 35px;
}

.message
{
	height: 40px;
	background: #ea6f74;	
	margin-left: 75px;
	margin-right: 18px;
	visibility: hidden;
}

.message .img
{
	float: left;
	//line-height: 40px;
	padding-left: 50px;
	padding-right: 5px;
	margin-top: 8px;
}

.message .txt
{
	float: left;
	color: white;
	line-height: 40px;
}

.rememberMe
{
	float: left;
	line-height: 30px;
	padding-left: 75px;
}

.forgotPassword
{
	float: right;
	line-height: 30px;
	padding-right: 20px;
	color: #3082bb;
}