/* login page */
.login_container .btn {
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  border: none;
}
.login-box-msg,
.register-box-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 20px 20px;
}
#CustomLoginForm_LostPasswordForm_action_forgotPassword,
#CustomChangePasswordForm_ChangePasswordForm_action_doChangePassword {
  width: 100%;
}
#CustomLoginForm_LostPasswordForm_action_forgotPassword{
  margin-top: 20px;
}
.register-logo {
  height: 100px;
  border-bottom: 1px solid #efedec;
  line-height: 100px;
  margin-bottom: 50px;
  text-align: center;
}
#NewPassword2{
  margin-bottom: 20px;
}
input.form-control{
  margin-bottom: 0;
}
.form-group{
  margin-bottom: 0;
}
.register-logo img {
  max-width: 300px;
}

.login_title,
.login-box-msg {
  font-family: NeueHaasGroteskDisplayProBold;
  font-size: 32px;
  text-align: center;

}

#OpauthLoginForm_LoginForm {
  text-align: center;
  clear: both;
}

.login_container #Email label {
  display: none;
}

#OpauthLoginForm_LoginForm .Actions button:active {
  outline: none;
}

.register_title {
  margin: 20px;
  font-family: "Messina Sans";
  font-size: 14px;
  letter-spacing: 0.64px;
  color: #d8d4d1;
  text-align: center;
}

#OpauthLoginForm_LoginForm_action_handleStrategyFacebook,
#OpauthLoginForm_LoginForm_action_handleStrategyLinkedin {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 18px;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px !important;
  border: 0;
  margin: 10px;
  padding: 0;
  text-align: center;
}

p.social_title {
  font-family: "Messina Sans";
  font-size: 16px;
  letter-spacing: 0.64px;
  color: #d8d4d1;
  text-align: center;
}

#MemberLoginForm_LoginForm_action_dologin {
  margin-bottom: 10px;
}

#Remember label {
  font-family: "Messina Sans";
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.64px;
  color: rgb(39, 37, 37);
  margin-bottom: 10px;
}

#ForgotPassword {
  margin-bottom: 0;
}

#ForgotPassword a {
  font-family: "Messina Sans";
  font-size: 14px;
  letter-spacing: 0.64px;
  color: #2a2928;
}

#OldPassword label,
#NewPassword1 label,
#NewPassword2 label {
  display: none;
}

#CustomLoginForm_LoginForm .alert-warning {
  background: #fff !important;
  color: #000 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  padding: 0;
  text-align: center;
}

#CustomLoginForm_LoginForm .close {
  display: none;
}

#CustomLoginForm_LoginForm_action_logout {
  display: block;
  text-align: center;
  width: 100%;
}

.register-box {
  max-width: 470px;
  padding: 40px;
  margin: 0 auto;
  border: 1px solid #efedec;
  margin-bottom: 50px;
}

.register-box {
  position: absolute;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  background: #fff;
  border: 1px solid #ccc;
  padding-left: 40px;
  padding-right: 40px;

  width: 450px;

  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 4px;
}

.menu .login {
  display: none !important;
}

html {
  height: 100%;
}

.register-box {
  max-width: 620px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000 !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000 !important;
}

:-ms-input-placeholder {
  color: #000 !important;
}

:-moz-placeholder {
  color: #000 !important;
}

#OpauthLoginForm_LoginForm .Actions {
  border: 0;
  padding: 0;
  margin-bottom: 10px;
}

.login_title,
.login-box-msg {
  color: #000;
  font-size: 28px;
}

.register-box p,
.register-box p a {
  color: #000;
}

.register-box p a {
  text-decoration: underline;
}

.login_container input.form-control {
}

#CustomLoginForm_LoginForm .form-group {
  margin-bottom: 0;
}

.login_container input.form-control:focus {
  border: 1px solid #000;
}

#Remember label {
  font-family: "Messina Sans";
  font-size: 14px;
  line-height: 25px;
  font-weight: normal;
  margin-bottom: 30px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
}

#ForgotPassword a:hover {
  text-decoration: underline;
}

#ForgotPassword a {
  font-family: "Messina Sans";
  font-size: 16px;
  line-height: 25px;
  display: block;
  text-align: center;
  margin-top: 10px;
}

#OpauthLoginForm_LoginForm_action_handleStrategyFacebook,
#OpauthLoginForm_LoginForm_action_handleStrategyLinkedin {
  background: #000 !important;
  border: 1px solid #000;
}

#OpauthLoginForm_LoginForm_action_handleStrategyFacebook i,
#OpauthLoginForm_LoginForm_action_handleStrategyLinkedin i {
  color: #fff !important;
  font-size: 20px;
  position: relative;
  top: 2px;
}

body {
  height: 100%;
}

header#my-header {
  background: transparent;
  z-index: 9;
}

.wrapper,
body {
  height: 100%;
  overflow: auto;
}
.menu-opened,
.menu-opened .wrapper {
  overflow: hidden;
}
.login_container {
  position: relative;
  height: 100vh;

  background-size: cover;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
  -webkit-transition-delay: 9999s;
}

@media only screen and (max-width: 768px) {
  header#my-header {
    background: #fff;
    z-index: 9;
    height: 80px;
  }

  .login_container {
    position: relative;
    min-height: calc(100% - 63px);
  }

  input.form-control {
    font-size: 16px;
  }

  .login_title,
  .login-box-msg {
    font-size: 24px;
  }

  .login-box,
  .register-box {
    width: 90%;
    margin-top: 20px;
  }

  .register-box {
    padding: 30px;
    position: static;
    overflow: auto;
    max-width: 100%;
    width: 100%;
    background: transparent;
    overflow: auto;
    min-height: 350px;
    /*z-index: -1;*/
    margin: 0 auto;

    padding-top: 70px;
    transform: none;
  }
  .register-box {
    border: 0;
  }

  #Remember label {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .register-box {
    margin-top: 0px;
  }
}
