body {
  background-color: #363739;
  background-image: none;
  height: initial;
}

h1.logo {
  display: block;
  width: 100%;
  font: 38px/70px "Open Sans", sans-serif;
  letter-spacing: -0.015em;
  margin-top: 50px;
  text-align: center;
  color: #444;
}

.logo a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.logo .logo_holder {
  margin: -5px 10px 0 0;
  padding-right: 0;
  padding-top: 0;
  vertical-align: middle;
  height: initial;
}

.logo .small {
  color: #fff;
  font-size: 1em;
}

.loginInfo {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  margin: 0 auto 15px;
  color: #333;
}

.loginInfo a {
  color: #fff;
  text-decoration: underline;
}

.forgotPassword a {
  font-size: 14px;
  margin: 0;
  color: #fff;
}

.loginInfo a:hover {
  color: #ccc;
}

.loginBox {
  width: auto;
  background-color: #f4f4f4;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  border: 10px solid rgba(0, 0, 0, 0.7);
  border-radius: 20px;
}

.loginBox label {
  display: block;
  width: 200px;
  font-size: 14px;
  line-height: 26px;
  height: 26px;
  text-align: left;
  float: none;
  margin-bottom: 4px;
  color: #333 !important;
  font-weight: normal;
}

.loginBox input[type="password"],
.loginBox input[type="text"],
.loginBox input[type="email"] {
  font: 400 15px/18px Arial, sans-serif;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 0;
  padding: 8px 10px;
}

.forgotPassword {
  display: block;
  font: 400 12px Arial, sans-serif;
  text-align: center;
  width: auto;
  margin: 20px 0 0;
}

* {
  outline: none !important;
}

@media (max-width: 768px) {
  .logo .logo_holder {
    max-width: 100%;
  }

  .content .inner {
    vertical-align: initial;
  }

  .forgotPassword {
    width: 100%;
  }
}

@media (max-width: 380px) {
  #login-form-recaptcha-recaptcha,
  #register-form-recaptcha-recaptcha,
  #recovery-form-recaptcha-recaptcha {
    margin-left: -24px;
    transform: scale(0.8);
  }

  #login-form-recaptcha-recaptcha > div,
  #register-form-recaptcha-recaptcha > div,
  #recovery-form-recaptcha-recaptcha > div {
    width: auto !important;
  }

  #login-form-recaptcha-recaptcha iframe,
  #register-form-recaptcha-recaptcha iframe,
  #recovery-form-recaptcha-recaptcha iframe {
    max-width: 100%;
  }
}

.content {
  height: calc(100vh - 131px);
  min-height: 100%;
  font-size: 0;
  text-align: center;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: none;
  justify-content: center;
}

.content .loginBox {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  text-align: left;
  color: #333;
  padding: 30px;
  width: auto;
}

.content .loginBox .form-control {
  height: 40px;
  box-shadow: none;
  background-color: #fefefe;
  border-radius: 0;
}

.form-login-register {
  text-align: center;
}

@media (min-width: 992px) {
  .content .loginBox .row {
    display: flex;
    align-items: center;
  }

  .content .loginBox {
    position: relative;
  }

  .single-form__register {
    position: static;
  }

  .single-form__register::before {
    content: '';
    position: absolute;
    width: 1px;
    background-color: #ccc;
    top: 0;
    left: 50%;
    bottom: 0;
  }

  .single-form__login {
    padding-right: 80px;
  }
}

@media (max-width: 991px) {
  #UserLoginForm .btn {
    display: block;
    width: 100%;
  }

  .content .loginBox .forgotPassword {
    text-align: center;
  }
}

.content h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .loginBox button:not(.hideShowPassword-toggle) {
    width: 100%;
  }

  .form-login-register .btn {
    display: block;
    width: 100%;
  }
}

@media (max-width: 479px) {
  .content {
    height: auto;
    min-height: calc(100vh - 131px);
  }

  .content h1 {
    margin-top: 0;
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 600;
  }
}

.back-to-login {
  display: inline-block;
  vertical-align: middle;
  margin-left: 60px;
  color: #a94442;
}

@media (max-width: 991px) {
  .back-to-login {
    display: block;
    text-align: center;
    margin: 20px 0 0 0;
  }
}

.register-step-1 {
  width: 700px;
}

@media (max-width: 768px) {
  .content .loginBox {
    width: 100%;
    margin-top: 15px;
  }

  .content {
    justify-content: initial;
  }

  .register-step-1 {
    width: 100%;
    margin: 0;
  }
}
