.mainHeading {
	font-size: 36px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	color: #004369;
	margin-top: 50px;
}

.helpSignupHeading {
	font-size: 24px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	color: #7f8fa4;
	margin-bottom: 35px;
}

.socialAuthChoices {
	margin: 40px 0px 70px 0px !important;
}

.emailAddressInput,
.passwordInput {
	height: 56px;
	border-radius: 5px !important;
	border: solid 1px #eaeaea;
	background-color: #ffffff;
  box-shadow: none;
}

.loginButton {
	width: 210px;
	height: 56px;
	border-radius: 100px;
	background-color: #ff5a5f;
	font-size: 24px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}

a.signupLink,
a.loginHelpLink {
	color: #2699fb;
}

.btn.focus,
.btn:focus,
.btn:hover {
	color: #FFF !important;
}

.loginNotice {
	margin-top: 59px;
	font-size: 18px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.56;
	letter-spacing: normal;
	color: #9597a6;
}

label.rememberMe {
	color: #9597a6;
	font-weight: normal;
}

.rememberMeCheck {
	width: 20px;
	height: 20px;
	border: none;
}

.endOfLoginSection {
	margin-bottom: 140px !important;
}

@media only screen and (min-width: 1280px)
{
  body{
    margin-bottom: 350px !important;
  }
}
