body {
  font-family: 'Open Sans', sans-serif;
}
#main {
  background: #000;
  background-repeat: no-repeat;
  background-size: cover;
}
.box {
	border-radius: 24px;
}
.title {
  font-weight: 400;
}
input {
	height: 3em !important;
}
.is-fullwidth {
  width: 100%;
}
footer {
	background: #fff !important;
  padding: 1rem 1.5rem 1rem !important;
}
footer a {
  text-decoration: underline;
}
footer img {
	width: 58%;
}
 .forgotPassword, .forgotPassword:hover {
 	color: #fff;
 	font-size: 18px;
 	font-weight: 300;
 	letter-spacing: 1px;
 }
 .forgotPassword:hover, .agreement-text a:hover {
 	text-decoration: underline;
 }
 .button-submit {
 	background: #326e54; /*#4d9f7b;*/
 	border-color: #4d9f7b;
 	font-size: 1.75rem;
 	height: auto;
 	padding-bottom: calc(0.2em - 1px);
 	padding-top: calc(0.2em - 1px);
 	padding-left: 2.4em;
 	padding-right: 2.4em;
 	border-radius: 12px;
 	color: #fff;
 	font-weight: 400;
 }
 .agreement-text {
 	font-size: 20px;
 	font-weight: 300;
 }
 .agreement-text a {
 	color: #fff;
 	text-decoration: underline;
 }
 .has-custom-bg {
 	background: #324158 !important;
 }