/**
 * Login template styling.
 *
 * @package atoz/master
 */
/**
 * New theme color variables.
 */
/**
 * Site mixins.
 */
.atozm-login {
  width: 440px;
  max-width: 100%;
}

.atozm-login-form {
  width: 440px;
  min-height: 300px;
  box-shadow: 0 3px 6px #00000029;
  padding: 15px 40px;
}

.atozm-login-form__h1 {
  margin-top: 0;
  font-size: 32px;
}

.main--atozm-login {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

.atoz-login-form__input {
  padding: 6px 10px 6px 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid rgba(1, 1, 1, 0.5);
  width: 100%;
  margin-bottom: 15px;
}
.atoz-login-form__input:active, .atoz-login-form__input:focus {
  outline: none;
}

.atoz-login-form__rememberme {
  position: relative;
  top: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.atoz-login-form__rememberme:hover {
  cursor: pointer;
}

.atoz-login-form__forgot-password-link {
  text-decoration: none;
  color: black;
}
.atoz-login-form__forgot-password-link:hover {
  color: black;
}

.atoz-login-form__submit {
  border: none;
  background: #17cd41;
  display: block;
  color: white;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}
.atoz-login-form__submit:hover {
  cursor: pointer;
}

.atoz-login-form__signup {
  text-decoration: none;
  border: none;
  background: lightgrey;
  display: block;
  color: black;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  margin-bottom: 20px;
}
.atoz-login-form__signup:hover {
  cursor: pointer;
}

.atozm-login-form__img {
  height: 25px;
  width: auto;
  display: inline;
  position: relative;
  top: 2px;
}

.already-logged-in-message {
  text-align: center;
}

.log-out-link {
  width: 100%;
  border: none;
  outline: none;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  background: black;
  color: white;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 10px 40px;
}
.log-out-link:hover {
  color: #E70018;
  cursor: pointer;
}

/*# sourceMappingURL=login-template.css.map */
