@font-face {
  font-family: Amiko;
  src: url(./fonts/amiko-regular.ttf);
}

html {
  background-color: #eff3f6;
  font-family: Amiko,Verdana,Tahoma,Segoe,sans-serif !important;
  font-size: 9pt;
}

* {
  letter-spacing: 0.3px;
  box-sizing: border-box;
}

body {
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  height: 100%;
  width: 100%;
  background-color: transparent;
}

img {
  margin: 0 !important;
  border: 0 !important;
}

input {
  font-size: 1rem;
  font-family: Amiko, Verdana, Tahoma, "Trebuchet MS", sans-serif !important;
}

label input[type="checkbox"],
label input[type="radio"] {
  display: none !important;
}

label input[type="checkbox"] + span:before,
label input[type="radio"] + span:before {
  font-family: 'FontAwesome';
  width: 1.2em;
  display: inline-block;
  color: #1d2b33;
  font-size: 1.2rem;
  vertical-align: middle;
}

label input[type="checkbox"]:checked + span:before,
label input[type="radio"]:checked + span:before {
  content: "\f046";
  color: #2271A2;
}

label input[type="radio"]:checked + span:before {
  content: "\f192"
}

label input[type="checkbox"] + span:before {
  content: "\f096"
}

label input[type="radio"] + span:before {
  content: "\f1db"
}

label input[type="checkbox"]:disabled + span:before,
label input[type="radio"]:disabled + span:before,
label input[type="checkbox"]:disabled:checked + span:before,
label input[type="radio"]:disabled:checked + span:before {
  color: #888 !important;
}

select {
  font-size: 1rem;
  font-family: Amiko, Verdana, Tahoma, "Trebuchet MS", sans-serif !important;
}

textarea {
  font-size: 1rem;
  font-family: Amiko, Verdana, Tahoma, "Trebuchet MS", sans-serif !important;
}

a {
  color: black;
  text-decoration: none;
}

div, p {
  font-size: 1rem;
  color: black;
}

.main-wrapper {
  height: auto;
  width: 80%;
  max-width: 400px;
  margin: auto;
  margin-top: 60px;
}

footer {
  width: 80%;
  margin: auto;
  text-align: center;
  padding-bottom: 12px;
}

#main, header {
  height: auto;
  text-align: center;
  width: 100%;
  position: relative;
}

.login-logo {
  width: 100%;
  height: auto;
  margin: auto;
}

.login-logo img {
  max-height: 60px;
  max-width: 100%;
}

form {
  width: 100%;
  height: auto;
}

#main {
  height: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 9px 0px #bed0da;
  -moz-box-shadow: 3px 3px 9px 0px #bed0da;
  box-shadow: 3px 3px 9px 0px #bed0da;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 12px;
}

.login-title {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 2.4rem !important;
  margin-left: 10px;
  margin-right: 10px;
}

.login-text {
  padding-top: 6px;
  padding-bottom: 6px;
}

.login-text p {
  color: #BC4D11;
  margin: 0px;
  padding: 0px;
  margin-left: 12px;
  margin-right: 12px;
}

.login-text a {
  color: #2271A2;
  text-decoration: underline;
}

.login-input {
  height: auto;
  width: 95%;
  margin: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.login-input.align-right {
    text-align: right;
}

.login-input i:before {
  vertical-align: 0px;
}

.login-input.text-input {
  background: #c5ccd3;
  border: 1px solid #bed0da;
  transition: all 0.25s ease;
  text-align: left;
  position: relative;
  height: 2.75rem;
}

.login-input input {
  width: 82%;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 6px;
  padding-right: 6px;
  margin: 0px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  border: 0px solid #bed0da;
  font-size: 1.2rem;
}

.login-input.text-input input {
  position: absolute;
  width: calc(100% - 40px);
  left: 40px;
  display: inline-block;
  border: 0px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 2.61rem;
  padding: 4px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 1.1rem;
  color: #606060;
}

.login-input.text-input i {
  height: 2.75rem;
  line-height: 2.75rem;
  width: 36px;
  margin-left: 3px;
  margin-right: 3px;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
}

.login-input.text-input:hover {
  border-color: #bed0da;
}

.login-input.password-input input {
  width: calc(100% - 40px);
}

.login-input.password-input input.hide-password-toggle {
  width: calc(100% - 40px);
  -webkit-border-top-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
  -ms-border-top-right-radius: 6px;
  -o-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  -ms-border-bottom-right-radius: 6px;
  -o-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.login-input.password-input input + i {
  color: #606060;
  cursor: pointer;
  background-color: transparent;
  -webkit-border-top-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
  -ms-border-top-right-radius: 6px;
  -o-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  -ms-border-bottom-right-radius: 6px;
  -o-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin: 0px;
  position: absolute;
  margin-left: -40px;
  right: 2px;
  top: 1px;
  height: 2.6rem;
  line-height: 2.5rem;
  font-size: 1.4rem;
}

.login-input.password-input input.hide-password-toggle + i.toggle-show-password {
  display: none;
}

.login-input a {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 1.1rem;
  color: #2271a2;
  text-decoration: none;
}

.login-input a:visited {
  color: #2271a2;
}

.login-input button {
  width: auto;
  min-width: 200px;
  max-width: 100%;
  height: auto;
  padding: 12px;
  border: 0px none;
  background-color: #2271a2;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: all .25s ease;
}

.login-input button:hover {
  background-color: #146394;
}

.login-input button.small-button {
    width: auto;
    min-width: unset;
    max-width: unset;
    padding: 8px;
    font-size: 1.1rem;
}

.small-font,
.small-font a {
  font-size: .9rem !important;
}

@media only screen and (max-width: 479.98px) {
  .main-wrapper {
    width: 98%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  #main {
    padding: 0px;
  }

  .login-input button {
    min-width: 150px;
  }
}

.login-input select {
  border: 1px solid #bed0da;
  border-radius: 3px;
  width: 100%;
  padding: 3px;
  padding-top: 4px;
  height: 2.75rem;
  background-color: #FFF;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.login-input select:hover {
  border-color: #aaa;
}

footer {
  font-size: 1rem;
}

footer a {
  color: #000 !important;
  font-weight: normal !important;
  text-decoration: none !important;
}

footer a:visited {
  color: #000 !important;
}

.confirmation-blinder.blinder {
  display: block;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  opacity: 0.6;
  background-color: #000;
  z-index: 9951;
}

body .confirmation {
  min-width: 200px;
  width: auto;
  margin: auto;
  position: absolute;
  top: 180px;
  height: 120px;
  opacity: 1 !important;
  z-index: 9952;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #bed0da;
}

body .confirmation .confirmation-body,
body .confirmation .confirmation-buttons {
  min-width: 200px;
  max-width: 580px;
  width: auto;
  position: relative;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}

body .confirmation .confirmation-body {
  top: 0px;
  width: auto;
  height: 60px;
  padding-top: 5px;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 18px;
  display: table;
  margin: auto;
}

body .confirmation .confirmation-body div {
  font-weight: bold;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

body .confirmation .confirmation-buttons {
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding-right: 20px;
  background-color: #f8f8f8;
  height: 59px;
  border-top: 1px solid #d5dbe0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -ms-border-bottom-left-radius: 10px;
  -ms-border-bottom-right-radius: 10px;
  -o-border-bottom-left-radius: 10px;
  -o-border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

body .confirmation .confirmation-buttons button {
  font-size: 1rem;
  width: auto;
  padding: 5px 15px 5px 15px;
  margin-left: 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  font-weight: bold;
  cursor: pointer;
  float: right;
  color: #fff;
  background-color: #2271A2;
  border: 1px solid #2271A2;
  margin-top: 15px;
  transition: background .25s ease;
  min-height: 20px;
}

body .confirmation .confirmation-buttons select {
  float: right;
  appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  background: url("../Images/arrow-down.png") no-repeat calc(100% - 5px) center, -webkit-gradient(linear,left bottom,left top,color-stop(0, #ECECEC),color-stop(1, #F9F9F9));
  background: url("../Images/arrow-down.png") no-repeat 98% center, -ms-linear-gradient(bottom, #ECECEC, #F9F9F9);
  background: url("../Images/arrow-down.png") no-repeat calc(100% - 5px) center, -moz-linear-gradient(center bottom, #ECECEC 0%, #F9F9F9 100%);
  background: url("../Images/arrow-down.png") no-repeat calc(100% - 5px) center, -o-linear-gradient(#F9F9F9, #ECECEC);
  background-color: #F9F9F9;
  text-indent: 0.01px;
  text-overflow: '';
  width: 180px;
  height: 30px;
  padding-left: 4px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-weight: bold;
  padding-right: 15px;
  padding-top: 2px;
  border: 1px solid #bed0da;
  margin-top: 12px;
  margin-left: 10px;
}

body .confirmation .confirmation-buttons button:hover {
  background-color: #146394;
}

body .confirmation .confirmation-buttons button.confirmation-cancel {
  float: left;
  color: #2271A2 !important;
  background-color: #fff;
}

body .confirmation .confirmation-buttons button.confirmation-cancel:hover {
  background-color: #E9ECEE;
}

body .confirmation .confirmation-checkbox {
  float: right;
  margin-top: 21px;
  margin-left: 10px;
}

body .confirmation .confirmation-checkbox input {
  vertical-align: text-top;
  margin-right: 2px;
}

body .confirmation .confirmation-checkbox input[type="checkbox"] {
  display: none;
}

body .confirmation .confirmation-checkbox input[type="checkbox"] + span:before {
  font-family: 'FontAwesome';
  width: 1.2em;
  display: inline-block;
  content: "\f096"; /* check-empty */
}

body .confirmation .confirmation-checkbox input[type="checkbox"]:checked + span:before {
  content: "\f046"; /* check */
}

body .confirmation .confirmation-input {
  float: left;
  width: 40%;
  margin-top: 15px;
  padding-left: 15px;
}

body .confirmation .confirmation-input input {
  width: calc(100% - 10px);
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #bed0da;
}

@media screen and (max-width: 299.98px) {
  body .confirmation {
    height: 245px;
  }

  body .confirmation .confirmation-body {
    height: 120px;
  }

  body .confirmation .confirmation-buttons {
    height: 124px;
  }
}

#alertOK,
#confirmCancel,
#confirmOK,
#promptOK,
#promptCancel {
  padding: 5px 10px;
  font-size: 1.1rem;
  margin-top: 15px;
}

#confirmOK,
#promptOK {
  margin-right: 5px;
}

#confirmCancel,
#promptCancel {
  float: right;
  margin-right: 5px;
}

.terms-of-use {
  margin: auto;
  width: 70%;
  max-width: 700px;
}

h2#termsOfUse {
  font-size: 1.2rem;
  font-weight: bold;
}

#termsOfUseCheck {
  margin-right: 10px;
}

.popup-view-button {
  margin-top: 5px;
}

button:disabled {
  background-color: #bed0da;
  cursor: not-allowed;
}

button:disabled:hover {
  background-color: #bed0da;
}

#termsOfUsePopup {
  display: none;
  position: fixed;
  top: 10%;
  height: 90%;
  max-height: 400px;
  width: 90%;
  max-width: 410px;
  padding: 15px;
  padding-top: 5px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 4px;
  box-sizing: border-box;
  -moz-box-shadow: 1px 1px 4px #bed0da, -1px -1px 4px #bed0da, -1px 1px 4px #bed0da, 1px -1px 4px #bed0da;
  -webkit-box-shadow: 1px 1px 4px #bed0da, -1px -1px 4px #bed0da, -1px 1px 4px #bed0da, 1px -1px 4px #bed0da;
  -ms-box-shadow: 1px 1px 4px #bed0da, -1px -1px 4px #bed0da, -1px 1px 4px #bed0da, 1px -1px 4px #bed0da;
  -o-box-shadow: 1px 1px 4px #bed0da, -1px -1px 4px #bed0da, -1px 1px 4px #bed0da, 1px -1px 4px #bed0da;
  box-shadow: 1px 1px 4px #bed0da, -1px -1px 4px #bed0da, -1px 1px 4px #bed0da, 1px -1px 4px #bed0da;
}

#termsOfUsePopup p {
  text-align: left;
  height: calc(100% - 45px);
  overflow: hidden;
  overflow-y: auto;
  border: 1px solid #bed0da;
}

#termsOfUsePopup .popup-close-icon {
  float: right;
  margin-top: 5px;
  margin-right: -5px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: 0.25s ease opacity;
  transition: 0.25s ease opacity;
}

#termsOfUsePopup .popup-close-icon:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

@media only screen and (max-width: 511.98px) {
  .login-input button {
    min-width: 150px;
  }

  #main {
    box-shadow: none !important;
    border: none !important;
    border-radius: 0px;
    background-color: #eff3f6;
  }
}

@-moz-document url-prefix() {
  .login-input.password-input input + i {
    font-size: 1.4rem;
  }
}

#passwordRequirements {
  display: none;
  overflow: hidden;
  top: 5px;
  width: calc(100% - 60px);
  margin: auto;
  text-align: left;
  border: none;
  padding-top: 4px;
}

#togglePasswordRequirements {
  cursor: pointer;
  color: #606060;
}

.fa.fa-info-circle {
  transition: color 0.25s ease;
  color: #2271A2;
}

#togglePasswordRequirements .fa.fa-info-circle:hover {
  color: #146394;
}

#passwordRequirements.show {
  display: block;
}

.remember-me {
  text-align: left;
}

input.confirmed {
  border-color: #48B250;
  -webkit-box-shadow: 0px 0px 4px 2px #48B250;
  -moz-box-shadow: 0px 0px 4px 2px #48B250;
  box-shadow: 0px 0px 4px 2px #48B250;
}

input.unconfirmed {
  border-color: #DF390F;
  -webkit-box-shadow: 0px 0px 4px 2px #DF390F;
  -moz-box-shadow: 0px 0px 4px 2px #DF390F;
  box-shadow: 0px 0px 4px 2px #DF390F;
}

.password-meter-wrapper {
  margin-top: 2px;
  padding: 4px;
  width: 100%;
  display: none;
  box-sizing: border-box;
  text-align: left;
}

.password-input.lg + .password-meter-wrapper,
.password-input.large + .password-meter-wrapper {
  max-width: 500px;
}

.password-input.md + .password-meter-wrapper,
.password-input.medium + .password-meter-wrapper {
  max-width: 350px;
  width: 80%;
}

.password-input.sm + .password-meter-wrapper,
.password-input.small + .password-meter-wrapper {
  max-width: 200px;
  width: 60%;
}

.password-meter-wrapper.show {
  display: block;
}

.password-meter-wrapper .password-meter {
  height: 4px;
  border-radius: 2px;
  width: 0px;
}

.password-meter-wrapper .password-meter.password-meter-color-0 {
  width: 10%;
  background-color: #df390f;
}

.password-meter-wrapper .password-meter.password-meter-color-1 {
  width: 25%;
  background-color: #ff8000;
}

.password-meter-wrapper .password-meter.password-meter-color-2 {
  width: 50%;
  background-color: #ffbf00;
}

.password-meter-wrapper .password-meter.password-meter-color-3 {
  width: 75%;
  background-color: #bfff00;
}

.password-meter-wrapper .password-meter.password-meter-color-4 {
  width: 100%;
  background-color: green;
}

.password-meter-wrapper .password-phrase {
  font-size: .9rem;
  padding: 2px;
}

.strong-password-list {
  margin-top: 0px;
  font-size: .9rem;
  list-style: none;
  text-align: left;
  display: none;
}

.strong-password-list.show {
  display: block;
}

.strong-password-list li {
  color: #df390f;
}

.strong-password-list li i {
  margin-right: 5px;
}

.strong-password-list li.done {
  color: green;
}

button {
  box-shadow: 2px 2px 5px 2px #b0b0b0;
}

button:not(:disabled):hover {
  box-shadow: 3px 3px 5px 3px #b0b0b0;
}

#WebAuthnLogin {
    display: none;
}

@keyframes blinkWarning {
    from {
        color: red;
    }
    to {
        color: #ff8000;
    }
}

.input-message {
    font-weight: bold;
    position: absolute;
    bottom: -16px;
    left: 40px;
    text-align: left;
    animation: blinkWarning 3s linear infinite;
}

@media only screen and (max-height: 700px) {
  .main-wrapper {
    margin-top: 12px;
  }
}

@media (min-width: 85.375em) {
  .main-wrapper {
    max-width: 500px;
  }
}

@media (min-width: 120em) {
  html {
    font-size: 10pt;
  }
}

@media (min-width: 160em) {
  html {
    font-size: 12pt;
  }
}

@media (min-width: 256em) {
  html {
    font-size: 13pt;
  }

  .main-wrapper {
    max-width: 600px;
  }
}

@media (min-width: 480em) {
  html {
    font-size: 14pt;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {
  html {
    font-size: 11pt !important;
  }

  .main-wrapper {
    max-width: 600px;
  }
}
