/**
 * @file
 * Login Styles.
 *
 * Styles specific for the login page.
 */
/**
 * @file
 * Dependencies.
 *
 * The necessary dependencies for compiling styles.
 * Nothing here should compile into CSS, helpers only.
 */
/**
 * @file
 * Color variables.
 *
 * This is imported into dependencies, therefore nothing in here should
 * output .css when compiled.
 */
/**
 * @file
 * Typography declarations.
 *
 * This is imported into dependencies, therefore nothing in here should
 * output .css when compiled.
 */
/**
 * @file
 * Custom Functions.
 *
 * This is imported into dependencies, therefore nothing in here should
 * output .css when compiled.
 */
/* Remove the unit of a length.
 * @param {Number} $number - Number to remove unit from
 * @return {Number} - Unitless number
 *
 * Reference: https://css-tricks.com/snippets/sass/strip-unit-function/
*/
/* Convert a value (raw number or pixel size) into rems. */
/**
 * @file
 * General variables.
 *
 * This is imported into dependencies, therefore nothing in here should
 * output .css when compiled.
 */
/**
 * @file
 * Custom Mixins.
 *
 * This is imported into dependencies, therefore nothing in here should
 * output .css when compiled.
 */
/**
 * Breakpoint
 *
 * usage example:
 * @include breakpoint($feature: max-width, $value: 1509px) {
 *  display: none;
 * }
 */
/* Dynamic containment mixin. */
/**
 * @file
 * Z-Indices.
 *
 * This is imported into dependencies, therefore nothing in here should
 * output .css when compiled.
 */
.page--login #masthead {
  position: relative;
}

.wrapper-nice-login {
  padding: calc(10.095rem + 3rem) 5rem 2.75rem 3.25rem;
  margin: 0;
  border: none;
}

@media screen and (max-width: 87.4375rem) {
  .wrapper-nice-login {
    padding: calc(7.515625rem + 2.6rem) 2.5rem 2.375rem 3.25rem;
  }
}

@media screen and (max-width: 73.0625rem) {
  .wrapper-nice-login {
    padding: calc(6.065625rem + 2.2rem) 2rem 2rem 2rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .wrapper-nice-login {
    padding: 1.5rem;
  }
}

.user-login-form,
.user-pass {
  width: 27.5rem;
  max-width: 100%;
  margin: 2rem auto;
  background-color: #ffffff;
  padding: 3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.12);
  border: 1px solid #EFEFEF;
}

@media screen and (max-width: 47.9375rem) {
  .user-login-form,
  .user-pass {
    margin: 0 auto;
    padding: 2rem;
  }
}

.user-login-form .form-item,
.user-pass .form-item {
  margin-bottom: 2rem;
}

@media screen and (max-width: 47.9375rem) {
  .user-login-form .form-item,
  .user-pass .form-item {
    margin-bottom: 1.5rem;
  }
}

.user-login-form p,
.user-pass p {
  line-height: 1.5;
  color: #002850;
  margin: 0 0 1.5rem;
  border-left: 0.25rem solid #002850;
  padding: 1rem;
  background-color: #EFEFEF;
}

@media screen and (max-width: 47.9375rem) {
  .user-login-form p,
  .user-pass p {
    font-size: 0.8125rem;
  }
}

.user-login-form label,
.user-pass label {
  font-size: 0.875rem;
  font-weight: 700;
  color: #707070;
}

@media screen and (max-width: 47.9375rem) {
  .user-login-form label,
  .user-pass label {
    font-size: 0.8125rem;
  }
}

.user-login-form input,
.user-pass input {
  max-width: 100%;
  border: 1px solid #D3D3D3;
  padding: 1rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin: .5rem 0;
}

@media screen and (max-width: 47.9375rem) {
  .user-login-form input,
  .user-pass input {
    font-size: 0.875rem;
    padding: .75rem;
  }
}

.user-login-form input:focus,
.user-pass input:focus {
  outline: none;
  border-color: #002850;
}

.user-login-form input[type="submit"],
.user-pass input[type="submit"] {
  font-size: 0.8125rem;
  color: #707070;
  width: 100%;
  background-color: #EFEFEF;
  margin: 0;
}

.user-login-form input[type="submit"]:hover,
.user-pass input[type="submit"]:hover {
  background-color: #D3D3D3;
}

.user-login-form .description,
.user-pass .description {
  font-size: 0.8125rem;
  font-style: italic;
  color: #707070;
}

@media screen and (max-width: 47.9375rem) {
  .user-login-form .description,
  .user-pass .description {
    font-size: 0.75rem;
  }
}

.user-login-form .form-actions,
.user-pass .form-actions {
  width: 100%;
}

@media screen and (max-width: 47.9375rem) {
  .nice-login-pass {
    padding-top: 3px;
  }
}

.nice-login-pass a {
  color: #002850;
  text-decoration: none;
  font-weight: 700;
}

@media screen and (max-width: 47.9375rem) {
  .nice-login-pass a {
    font-size: 0.75rem;
  }
}

.nice-login-pass a:hover {
  text-decoration: underline;
}

.nice-login__pass__actions {
  display: block;
}

.nice-login__pass__actions .nice-login-login {
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}

.nice-login__pass__actions .nice-login-login a {
  color: #707070;
  text-decoration: none;
}

.nice-login__pass__actions .nice-login-login a:hover {
  text-decoration: underline;
  color: #002850;
}

.nice-login__form--alternate-text {
  margin: 2rem 0 1rem;
  text-align: center;
}

.nice-login__form--alternate-text span {
  font-size: 0.875rem;
  font-style: italic;
  color: #707070;
}

.nice-login__form--others a {
  color: #ffffff;
  background-color: #002850;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  border: none;
  width: 100%;
  padding: 1.125rem;
  margin: 0;
  transition: background-color .2s;
}

.nice-login__form--others a:hover {
  background-color: #2b5177;
}

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