html body {
	background: white;
}

.main .container form {
	margin: 0 auto;
	width: 320px;
}

hr {
	background: #CCC;
	border: 0;
	height: 1px;
	margin: 2em 0 2em;
}

h1 + .strong {
	font-size: 20px;
	/*margin-top: -1.5em;*/
}

p {
	color: #80807E;
	text-align: center;
}

label.email {
	clear: both;
}

.button.no-max {
    max-width: none;
}

.control-group + input[type="submit"] {
  margin-top: 20px;
}

.login .facebook-login span {
  display: block;
  margin: 15px 0 20px;
}

.login .or .or-line {
    width: 100%;
    height: 1px;
    background-color: #E8EAEB;
    position: relative;
    top: 13px;
    display: block;
}

.or {
    margin-top: 20px;
    margin-bottom: 20px;
}

.login .or {
    width: 302px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.login .or span {
    color: #25313E;
    background-color: #FFFFFF;
    display: inline-block;
    position: relative;
    padding: 0 20px;
    font-size: 18px;
}

.login .register .instructions {
  display: block;
  margin: 2em 0 .5em;
}

.register {
	margin-top: 40px;
}

.small {
	font-size:14px;
}

.button + .instructions {
	margin-top: -10px;
}

.container p {
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.container p.explainer-text {
    font-size: 12px;
    text-align: left;
}

.container p.signup-disclaimer {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #5B646E;
    width: 302px;
}
.container p.signup-disclaimer a {
    color: #138667;
}

a.button.center {
	margin-left: auto;
	margin-right: auto;
}

.backtologin {
	margin-top: 3em;
}

.login .button.large {
  width: 381px;
  max-width: none;
}

.apple-sign-in-button {
    height: 40px;
    margin: 1em auto;
    max-width: 318px;
    cursor: pointer;
}

.apple-sign-in-logo-only-button {
    background-color: white;
    border: none;
    border-radius: 50%;
    box-shadow: 0 11px 12px rgba(0, 0, 0, 0.1), 0 1px 9px rgba(0, 0, 0, 0.06);
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: left !important;
    align-items: center;
    cursor: pointer;
    margin-top:2px;
}

.buttons-container {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.buttons-container #google_button_container {
    display: flex;
    justify-content: right !important;
}
