
.user-form {
  margin: 0 auto;
  padding: 0 20px 40px;
}

.user-form #register {
  margin: 0 20px;
}

.user-form .custom-logo {
  max-width: 160px;
  max-height: 50px;
}

.user-form > div.hidden {
  display: none;
}

.user-form h1,
.user-form h2 {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #212121;
}

.user-form .errors, .user-form .success {
  padding: 17px 25px;
  margin: 15px auto;
  max-width: 350px;
  display: none;
}
.user-form .form-error-container {
  display: none;
}

.user-form .success {
  background: #77dd88;
}

.user-form .success.tailgating,
.user-form .success.notredame {
  background: none;
  max-width: 650px;
  text-align: center;
}

.user-form h4 {
  color: #212121;
  font-size: 14px;
  font-weight: bold;
}

.user-form .errors p {
  text-align: left;
  margin: 5px 0;
}

.user-form form {
  margin: 0 auto;
  max-width: 350px;
}

.user-form .field-wrap {
  margin-bottom: 10px;
  position: relative;
}

.user-form p {
  text-align: center;
  font-size: 16px;
  color: #212121;
  margin: 20px 0;
  padding: 0;
}

.user-form p.notice {
  font-size: 12px;
  line-height: 18px;
  margin: 20px 0;
}

.user-form #password-hint {
  cursor: pointer;
}

.user-form .password-requirements {
  bottom: 70px;
  display: none;
  background: #212121;
  border-radius: 3px;
  color: #fff;
  padding: 16px;
  position: absolute;
}

.user-form .password-requirements .close {
  content: '\f00d';
  cursor: pointer;
  display: inline-block;
  font: normal normal normal 12px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  padding-left: 5px;
  width: 17px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.user-form .password-requirements::after {
  bottom: -13px;
  content: '';
  border-top: 20px solid #212121;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  left: 53px;
}

.user-form .password-requirements p {
  color: #fff;
  text-align: left;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
}

.user-form ul {
  margin: 0;
  margin-left: 16px;
  font-size: 12px;
}

.user-form label {
  color: #212121;
  font-size: 14px;
  display: block;
  text-align: left;
}

.user-form label.required-label:after{
  content: ' *';
  color: #c80000;
}

.user-form .field-wrap.checkbox label {
  display: inline-block;
}

.user-form label.error {
  color: #c80000;
  font-size: 14px;
  font-weight: bold;
}

.user-form .field-wrap.checkbox label.error {
  margin-left: 25px;
}

.user-form input[type=text],
.user-form input[type=email],
.user-form input[type=tel],
.user-form input[type=password],
.user-form input[type=number],
.user-form select {
  transition: border-color .25s ease, box-shadow .25s ease;
  border-radius: 5px;
  border: 2px solid #505050;
  display: block;
  width: 100%;
  height: 36px;
  padding: 0 10px;
  background-color: #fff;
}

.user-form input[type=text].error:focus,
.user-form input[type=email].error:focus,
.user-form input[type=tel].error:focus,
.user-form input[type=password].error:focus,
.user-form input[type=number].error:focus,
.user-form select.error:focus {
  border-color: #c80000;
  box-shadow: #c80000 0 0 5px 0;
}

.user-form input.error,
.user-form select.error {
  border-color: #c80000;
}

.user-form .button {
  background-color: #c80000;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  border: 0;
  display: block;
  text-decoration: none !important;
  margin: 25px auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  max-width: 350px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #c80000;
}

.user-form .button:disabled,
.user-form .button:disabled:hover {
  color: #505050;
  background-color: #d0d2d3;
  border-color: #505050;
}

.user-form .button.facebook,
.user-form .button.facebook:hover,
.user-form .button.facebook:focus  {
  background-color: #4267b2;
}

.user-form .button.google,
.user-form .button.google:hover,
.user-form .button.google:focus {
  color: rgba(0, 0, 0, 0.54);
  background-color: #ffffff;
  background: url('../images/super-g.svg');
  background-repeat: no-repeat;
  background-position-y: center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  background: #ffffff url('../images/super-g.svg') no-repeat 5% 50%;
}

.user-form p.signup_button {
  margin-top:0;
}

.user-form .signup_button a {
  color: #fff;
  text-decoration: none;
}

.user-form .button.signup {
  margin: 10px auto 35px;
  padding: 8px 0;
}

.user-form .button:hover, .user-form .button:focus {
  background-color: #8a2a2b;
  border-color: #8a2a2b;
}

.user-form .button.button--gray-hollow:hover, .user-form .button.button--gray-hollow:focus,
.user-form a.button.button--gray-hollow:hover, .user-form a.button.button--gray-hollow:focus {
  background-color: #EAEAEA;
  color: #505050;
}

.user-form .login-submit {
  margin-top: 50px;
}
.user-form + .user-form {
  margin-top: 0;
  margin: 0 0;
  padding: 0 20px 0;
}
.user-form + .user-form p {
  margin:  5px 0;
}
.user-form + .user-form {
  display: none;
}
.user-form span.forgot {
  display: block;
  margin: -100px auto 75px auto;
  max-width: 350px;
}

.user-form .button i{
  font-size: 16px;
}

.user-form .forgot a, .user-form a.login:not(.button) {
  color: #c80000;
}

a.login {
  text-align: center;
  display: block;
}

a.back-to-site {
  display:block;
  text-align:center;
}

.fullwidth-split .split-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.fullwidth-split .featured-img {
  min-width: 450px;
  height: calc(100vh - 50px);
  width: 40%;
  background-position: 50%;
  background-size: cover;
}

.fullwidth-split .entry {
  min-width: 450px;
  width: 50%;
  margin: auto;
}

.fullwidth-split .entry .back{
  position: absolute;
  top: 25px;
  right: 25px;
}

.fullwidth-split a {
  text-decoration: underline;
}

.fullwidth-split .copyright {
  background-color: #ffffff;
  padding: 0 25px;
  height: 50px;
  /*display: flex;*/
  align-items: center;
  border-top: 2px solid #d0d2d3;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 45px;
}

/* login corporate footer nav */
#menu-login-footer-corporate-container {
	display: inline-block;
}

#menu-login-footer-corporate-container ul {
	list-style: none;
	margin: 0;
}

#menu-login-footer-corporate-container ul li {
	display: inline-block;
	margin: 0 3px;
}

.loader i {
  font-size: inherit;
}

.button.button--gray-hollow,
a.button.button--gray-hollow {
  color: #505050;
  background-color: #FFF;
  border: 1px solid #505050;
  font-weight: normal;
  line-height: 1;
  padding: 8px 10px;
}
.user-form .button {
  padding: 8px 20px;
}

.loginform__below {
  max-width: 350px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .fullwidth-split .featured-img{
    display: none;
  }
  .fullwidth-split .entry {
    min-width: 100%;
    width: 100%;
  }

  .fullwidth-split .copyright {
    line-height: 24px;
    text-align: center;
  }

  #menu-login-footer-corporate-container {
    display: block;
  }

  #menu-login-footer-corporate-container ul li {
    display: block;
  }
}

@media screen and (max-width: 550px) {
  .user-form {
    margin: 50px 0 0;
  }
}

@media screen and (max-width: 400px) {
  .fullwidth-split .copyright {
    line-height: 20px;
    padding-top: 3px;
    text-align: center;
  }

  .fullwidth-split .copyright a {
    display: block;
  }
}

/* wholesale signup form */
#registration_wholesale #business_subtype option {
  display: none;
}