body {
	font-family: 'Open Sans', Arial;
	font-weight: 400;
    font-size: 16px;
}
.loginFormWrapper input {
	background-color: rgb(232, 240, 254);
    padding: 10px !important;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 5px;
}
.loginButtonSection input:hover {
	background-color: rgb(53, 126, 189) !important;
}
.returnHomeBtn:hover {
	background-color: rgb(30, 30, 30) !important;
}
.loginFormWrapper {
	max-width: 460px;
}
.loginFormWrapper .loginButtonSection {
	padding: 10px 0 !important;
	display: block;
	width: 100%;
}
.loginButtonSection input, .returnHomeBtn {
	width: 100%;
    margin: 0;
	background-color: rgb(66, 139, 202) !important;
	border: 1px solid rgb(53, 126, 189);
    border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	color: white !important;
	padding: 10px;
}
.returnHomeBtn {
	box-shadow: rgba(0,0,0,0.5) 0 1px 3px;
	background-color: rgb(51, 51, 51) !important;
	border: 1px solid rgb(31, 31, 31);
}
.loginPageForm > * {
    padding: 5px 0;
}
.fieldSection {
	margin-top: 5px !important;
}
.linkSection {
	display: none !important;
}
.loginButtonDiv .ui-btn {
	color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
	text-shadow: none;
}
.loginButtonDiv .ui-btn:hover {
	color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
	text-shadow: none;
}
.RedHeaderOuter {
	*margin-top:50px;
	width: 100%;
    height: 136px;
    background-color: grey;
    float: left;
    margin-bottom: 35px;
	border: none;
}

.RedHeaderLeft {
	float: left;
	width:50%;
	background-color: #892F31;
	height: 136px;
	*z-index: -1;
}
.RedHeaderRight {
	float: right;
	width:50%;
	background-color: #DC8284;
	height: 136px;
	*z-index: -1;
}

.RedHeader {
	width: 1103px;
	margin-left: auto;
	margin-right: auto;
    padding: 25px;
    height: 120px;
    position: relative;
    top: -45px;
}

.RedHeader h1 {
    line-height: 16px;
    color: white;
    /*background-color: #c22226;*/ background-color: #6e96d9;
    padding: 20px;
    height: 116px;
    font-size: 36px;
	margin: 0;
	font-weight: 600;
}

.RedHeaderOuter {
	*margin-top:50px;
	width: 100%;
    height: 136px;
    background-color: grey;
    float: left;
}

.RedHeaderLeft {
	float: left;
	width:50%;
	/*background-color: #892F31;*/ background-image: linear-gradient(to left, #0047bb, #608CD5, #DFE8F7);
	height: 136px;
	*z-index: -1;
}
.RedHeaderRight {
	float: right;
	width:50%;
	/*background-color: #DC8284;*/ background-image: linear-gradient(to right, #0047bb, #608CD5, #DFE8F7);
	height: 136px;
	*z-index: -1;
}
.ui-content {
	max-width: 470px;
	margin-left: auto;
	margin-right: auto;
}
.hideme {
	display: none;
}
.loginNotice, .loginButtonContainer {
	width: 100%;
}
.loginWrapper form {
	max-width: 470px;
	margin-left: auto;
	margin-right: auto;
}
.loginWrapper p {
	margin-left: 0;
}