﻿@import url(mdc.button.min.css);
@import url(mdc.checkbox.min.css);
@import url(mdc.form-field.min.css);
body {
  --mdc-theme-primary: #394889;
  --mdc-theme-secondary: #394889;
  background-image: url("../images/login-background-optimised.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-attachment: fixed;
  background-size: cover; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.woff2?v=1.101") format("woff2"), url("../fonts/OpenSans-SemiBold.woff?v=1.101") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff2?v=1.101") format("woff2"), url("../fonts/OpenSans-Regular.woff?v=1.101") format("woff");
  font-weight: normal;
  font-style: normal; }

/*** MDC Components Styles (IE compatability) ***/
:not(:disabled).mdc-button--raised, :not(:disabled).mdc-button--unelevated {
  background-color: #394889;
  background-color: var(--mdc-theme-primary);
  text-transform: none; }

:enabled:checked.mdc-checkbox__native-control ~ .mdc-checkbox__background, :enabled:indeterminate.mdc-checkbox__native-control ~ .mdc-checkbox__background {
  background-color: #394889;
  background-color: var(--mdc-theme-secondary);
  border-color: #394889;
  border-color: var(--mdc-theme-secondary); }

.mdc-checkbox {
  margin: -5px 0 0 -11px; }

.mdc-form-field {
  font-size: unset; }

.mdc-form-field > label {
  line-height: 1.4; }

/** End MDC Components Styles **/
.login-containers {
  padding-right: 15px;
  margin-left: initial;
  padding-left: 15px; }

.nws-vertical-logo {
  width: 300px; }

.login-centered {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 40px 0; }

/*** Accounting for devices that will not fit the sign-in button without scrolling ***/
@media only screen and (max-height: 640px) {
  .signin-text {
    display: none; }
  .signin-credentials {
    margin-top: 20px; }
  .login-centered > form.login-container {
    padding: 32px; }
  .login-centered {
    padding-top: 12px; } }

/*** Really Small Mobile Device Styles ***/
@media only screen and (max-width: 599px) {
  .checkbox-integrated-auth {
    flex-basis: 100%;
    order: 1; }
  .checkbox-remember-me {
    flex-basis: 100%;
    order: 2; }
  .login-items .change-password {
    flex-basis: 100%;
    order: 3;
    text-align: left;
    margin-bottom: 25px; }
  .grid-login-button {
    flex-basis: 100%;
    order: 4; }
    .grid-login-button .login-button {
      width: 100%; } }

/*** Mobile Device Styles ***/
@media only screen and (max-width: 768px) and (min-width: 600px) {
  .checkbox-integrated-auth {
    flex-basis: 100%;
    order: 1; }
  .checkbox-remember-me {
    flex-basis: 50%;
    order: 2; }
  .change-password {
    padding: 6px 0;
    flex-basis: 50%;
    order: 3;
    text-align: right; }
  .grid-login-button {
    flex-basis: 100%;
    order: 4; }
    .grid-login-button .login-button {
      width: 100%; } }

/*** Larger than Mobile Device (Desktop/Tablet) Styles ***/
@media only screen and (min-width: 769px) {
  .checkbox-integrated-auth {
    flex-basis: 60%;
    order: 1; }
  .checkbox-remember-me {
    flex-basis: 60%;
    order: 3; }
  .change-password {
    flex-basis: 40%;
    order: 2; }
  .grid-login-button {
    flex-basis: 40%;
    order: 4;
    text-align: right; }
    .grid-login-button .login-button {
      width: 130px; } }

.login-container {
  display: flex;
  flex-flow: column nowrap;
  width: 550px;
  background-color: white;
  z-index: 1;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
  padding: 40px; }

.login-product-logo {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center; }
  .login-product-logo img {
    width: 250px; }

.signin-text {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 13pt;
  color: #4F4F4F;
  letter-spacing: 0.09rem;
  padding: 20px 0; }

.signin-credentials {
  display: flex;
  flex-flow: column nowrap; }
  .signin-credentials .login-field-container {
    display: flex;
    position: relative;
    flex-flow: column nowrap;
    margin: 10px 0; }
    .signin-credentials .login-field-container label {
      color: #aaaaaa;
      font-family: 'Open Sans', sans-serif;
      font-size: 10pt;
      letter-spacing: 0.09rem; }
    .signin-credentials .login-field-container .login-field {
      width: 100%;
      border-radius: 2px;
      background-color: #f2f2f2;
      border: 1px solid #e1e1e1;
      padding: 10px; }
      .signin-credentials .login-field-container .login-field:disabled {
        border: 1px solid #B0B0B0;
        background-color: #D6D6D6;
        color: #000; }
      .signin-credentials .login-field-container .login-field:focus {
        outline: none;
        border-color: #394889;
        border-color: var(--mdc-theme-primary); }
      .signin-credentials .login-field-container .login-field.input-validation-error {
        border-color: #98141F; }

.login-items {
  margin-top: 20px;
  display: flex;
  flex-flow: row wrap; }

.checkbox-integrated-auth,
.checkbox-remember-me,
.change-password {
  font-family: "Open Sans", sans-serif;
  font-size: 11pt;
  color: #616161;
  letter-spacing: 0.055rem; }

.checkbox-integrated-auth,
.checkbox-remember-me,
.grid-login-button,
.change-password {
  margin: 0 0 10px 0; }

.change-password {
  padding: 6px 0;
  text-align: right; }
  .change-password a, .change-password a:visited {
    color: #394889;
    color: var(--mdc-theme-primary, #394889); }
    .change-password a:hover, .change-password a:visited:hover {
      cursor: pointer; }

.grid-login-button .login-button {
  font-family: "Open Sans", sans-serif;
  font-size: 11pt;
  letter-spacing: 0.16rem;
  text-transform: initial; }

.cjis-separator {
  width: 100%;
  height: 0;
  border: 1px solid #f2f2f2;
  margin-top: 20px; }

.cjis-message {
  margin-top: 20px;
  text-align: center;
  color: #6f6f6f;
  font-family: "Open Sans", sans-serif;
  font-size: 9pt;
  font-weight: 300; }

.login-field-required {
  position: absolute;
  right: 14px;
  top: calc(50% + .1em);
  color: #98141F;
  font-weight: 700;
  user-select: none; }

.login-status-error {
  color: white;
  background-color: #98141F;
  border-radius: 5px;
  padding: 6px 15px;
  margin-bottom: 4px;
  margin-right: -3px;
  width: 100%; }

.password-change-success {
  color: white;
  background-color: #18BF0C;
  border-radius: 5px;
  padding: 3px;
  margin-bottom: 4px;
  margin-right: -3px;
  width: 100%; }

.password-caps-lock {
  position: absolute;
  bottom: 10px;
  right: 1px;
  padding-right: 10px; }

.login-footer {
  text-align: center;
  color: #4F4F4F;
  font-weight: 700;
  font-size: 10px;
  width: 100%;
  position: fixed;
  bottom: 0; }

.validation-summary-valid {
  display: none; }

.input-control {
  width: 250px;
  background-color: #FFFFA6;
  border: 1px solid gray; }

.input-control-username {
  width: 250px;
  background-color: #FFFFA6;
  padding-top: 1px;
  padding-bottom: 1px;
  height: 24px !important; }

.dialog-header {
  background: #40528E;
  top: 0;
  color: #FFFFFF; }

.custom-validation-summary ul {
  color: red; }
