.LoginTextBoxes
{
	border: 1px solid rgb(216, 221, 230);
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	font-family: SFS, Arial, sans-serif;
	box-sizing: border-box;
	font-size: 16px;
	transition: all 0.1s ease 0s;
	width: 100%;
	padding: 12px;
	margin-top: 8px;
	margin-bottom: 16px;
	height: auto !important;
	width: 100%
}

.InputFields
{
	background-color: #FFFFFF;
	margin-bottom: 24px;
	margin: 0px auto;
	padding: 20px;
	border-radius: 4px;
	border: 1px solid rgb(216, 221, 230);
	color: rgb(22, 50, 92);
}

.ContentWrapper
{
	padding-top: 60px;
	padding: 20px 0px 0px;
	margin: 0px auto;
	max-width: 380px;
	transition: all 0.25s ease 0s;
}

.LogoWrapper
{
	height: 113px;
	overflow: hidden;
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: table;
}

.LoginDivs
{
	padding: 12px 24px;
	border-radius: 4px;
	border: 1px solid;
	border-color: black;
	font-size: 16px;
	font-family: SFS, Arial, sans-serif;
	color: white;
	background-color: rgb(255, 255, 255);
	cursor: pointer;
	background-image: none !important;
	width: 100%;
	box-sizing: border-box;
	margin-top: 3px;
	margin-bottom: 10px;
}

.MainLoginButton
{
	background-color: #2c3848;
	transition: all 0.1s ease 0s;
	border: 1px solid transparent;
	padding: 12px 24px;
	border-radius: 4px;
	font-size: 16px;
	font-family: SFS, Arial, sans-serif;
	color: white;
	cursor: pointer;
	background-image: none !important;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.footer
{
	position: relative;
	margin-top: -24px;
	height: 24px;
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 12px;
}

#left
{
	display: table-cell;
	height: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#right
{
	display: table-cell;
	vertical-align: top;
	background-color: #D8DDE6;
	width: 50%;
	height: 100%;
	color: rgba(255, 255, 255, 0.6);
}

body
{
	display: table;
	width: 100%;
}

@media only screen and (max-width: 1024px)
{
	#left
	{
		width: 100%;
	}

	#right
	{
		display: none;
	}
}

@media only screen and (max-width: 480px)
{
	.ContentWrapper
	{
		max-width: 100%;
		margin-left: inherit;
		left: inherit;
		padding-top: 20px !important;
	}

	#content
	{
		border-left: 0px;
		border-right: 0px;
		border-radius: 0px;
	}
}

@media only screen and (min-height: 1200px)
{
	.ContentWrapper
	{
		padding-top: 240px;
	}
}

@media only screen and (max-height: 1200px)
{
	.ContentWrapper
	{
		padding-top: 180px;
	}
}

@media only screen and (max-height: 1000px)
{
	.ContentWrapper
	{
		padding-top: 140px;
	}
}

@media only screen and (max-height: 900px)
{
	.ContentWrapper
	{
		padding-top: 100px;
	}
}

@media only screen and (max-height: 736px)
{
	.ContentWrapper
	{
		padding-top: 60px;
	}
}

@media only screen and (max-height: 670px)
{
	.ContentWrapper
	{
		padding-top: 40px;
	}
}

@media only screen and (max-height: 610px)
{
	.ContentWrapper
	{
		padding-top: 20px;
	}
}

#OuterWrapper
{
	height: 100%;
}

.LoginLabels
{
	color: #2C3848;
	font-family: Source Sans Pro, Segoe UI,Tahoma,Arial;
	font-weight: bold;
	font-size: 16px;
}

.standardBody
{
	background-color: #F4F6F9;
}