﻿/* Custom container */
body {
  background-color: #f8f8f8;
}

.container-full {
  margin: 0 auto;
  width: 100%;
}

.login-logo {
  margin-top: 10px;
}

.login-header {
  margin-top: 25px;
  font-size: 40px;
  font-stretch: expanded;
  font-weight: 200;
  color: darkgrey;
  letter-spacing: 16px;
}

@media all and (max-device-width: 1200px) {
  .login-header {
    margin-top: 25px;
    font-size: 36px;
    letter-spacing: 14px;
  }
}
@media all and (max-device-width: 998px) {
  .login-header {
    margin-top: 25px;
    font-size: 34px;
    letter-spacing: 14px;
  }
}
@media all and (max-device-width: 640px) {
  .login-header {
    margin-top: 18px;
    font-size: 28px;
    letter-spacing: 10px;
  }
}
@media all and (max-device-width: 360px) {
  .login-header {
    margin-top: 16px;
    font-size: 18px;
    letter-spacing: 10px;
  }
}
.lead {
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 30px;
}

.lead-no-padding {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.sublead {
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 10px;
}

.login-forgot-password {
  cursor: pointer;
}

.login-form-container {
  min-height: 200px !important;
}

.login-form-password {
  margin-bottom: 10px;
}

.btn-login-wizard {
  width: 200px;
  margin-bottom: 20px;
}

.btn-login-back {
  color: darkgrey;
  cursor: pointer;
}

.btn-login-spinner {
  opacity: 0;
  display: none;
}

.has-spinner.active {
  cursor: progress;
}

.has-spinner.active .btn-login-spinner {
  display: inline-block;
  opacity: 1;
}

.login-footer {
  color: rgb(140, 140, 140);
  margin-top: 20px;
  font-weight: bold;
}

.login-indent {
  padding-left: 30px;
}

.login-outage-notification {
  min-height: 40px !important;
}

.login-outage-notification .alert {
  font-size: 16px;
  font-weight: bold;
}

.login-outage-notification .alert a {
  margin-top: 5px;
  display: block;
  font-weight: normal;
}

.login-outage-notification .alert-danger a {
  color: rgb(169, 68, 66);
}

.login-outage-notification .alert-info a {
  color: #31708f;
}

.login-outage-notification li {
  margin-top: 4px;
}

.login-message-margin-bottom-10px {
  padding-bottom: 10px;
  font-size: 18px;
}

.tech-message-margin-bottom-10px {
  padding-bottom: 10px;
}

.login-message-margin-bottom-20px {
  padding-bottom: 20px;
}

a.disabled {
  text-decoration: none;
  color: #bbb;
  cursor: not-allowed;
}

input.disabled {
  cursor: not-allowed;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
