/*#region Base Styles */

html {
  height: 100%;
}

*, a, body, div, html, input, label, p, select {
  font-family: Roboto, sans-serif !important;
}

a {
  font-weight: 400;
  color: #1b5495;
  text-decoration: none !important
}

/*#endregion*/

/*#region Background */

body, .background {
  height: 100%;
  margin: 0px;
  width: 100%;
}

.background-chicago {
  align-items: center;
  background-color: #3D454E;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 767px) {
  .background-chicago {
    background: linear-gradient(221.14deg, #3D454E 0.46%, #3D454E 100%);
  }
}

@media screen and (min-width: 768px) {
  .background-chicago {
    background-image: url('images/background.png');
  }
}

.background-white {
  background-color: #fff;
}

/*#endregion*/

/*#region div*/

.div-center {
  left: 50%;
  position: absolute;
  top: 42%;
}

.div-white-background-transparent {
  background: linear-gradient(0deg, rgba(255,255,255,0.85), rgba(255,255,255,0.85)), linear-gradient(180deg, rgba(255,255,255,0.63) 23.81%, rgba(255,255,255,0) 100%);
  -webkit-border-radius: 3px;
  border-radius: 5px;
  padding: 40px;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  box-shadow: 0px 8px 30px rgba(6, 43, 85, 0.5);
  margin: 0;
}

.disclaimer {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  border: 1px solid #C1C1C1;
  border-radius: 3px;
  color: #102d4f;
  padding: 2px 2px 2px 4px;
  margin-top: 16px;
  line-height: 1rem;
  min-height: 20px;
  width: 98%;
  resize: none;
  outline: none;
}

.disclaimer:focus {
  border: 1px solid #1b54ab;
}

.brand-logo {
    text-align: center;
    padding-top: 8%;
}

.brand-logo img {
  display: block;
  max-width: 358px;
  max-height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.presented-by {
    font-size: 12px;
    font-weight: 700;
    padding-top: 2px;
    padding-bottom: 2px;
 }

.errorContainer {
  margin-top: 5px;
  padding: 5px;
  padding-right: 8px;
  height: auto;
  text-align: left;
  position: relative;
}

.errorMessage {
  color: #823030;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: normal;
}

  .errorMessage::before {
    content: url(../static/images/error_icon.svg);
    height: 14px;
    width: 14px;
    float: left;
    padding-right: 9px;
  }

.scanQrCodeDiv {
  margin-top: 12px;
  margin-bottom: 12px;
}

.privacy-policy {
  background-color: #CDDAE8;
  font-size: 14px;
  font-family: Roboto;
  line-height: 32px;
  text-align: center;
  color: #3D454E;
  bottom: 0px;
  width: 100%;
  position: fixed;
}
/*#endregion*/

/*#region Form */

.form {
  background: linear-gradient(0deg, rgba(255,255,255,0.6), rgba(255,255,255,0.6)), linear-gradient(180deg, rgba(255,255,255,0.63) 23.81%, rgba(255,255,255,0) 100%);
  -webkit-border-radius: 3px;
  border-radius: 5px; /*Rounds the corners*/
  border: 1px solid rgba(255, 255, 255, 0.2); /*subtle outline of the form */
  box-shadow: 0px 8px 30px rgba(6, 43, 85, 0.5);
  box-sizing: border-box;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin: 0;
  padding: 40px;
  text-align: center;
  width: 440px;
  overflow: auto;
}

@supports (backdrop-filter: blur(5px)) {
  .form {
    backdrop-filter: blur(5px);
    background: linear-gradient(0deg, rgba(255,255,255,0.6), rgba(255,255,255,0.6)), linear-gradient(180deg, rgba(255,255,255,0.63) 23.81%, rgba(255,255,255,0) 100%);
  }
}

.logo {
  border-width: 0px;
  text-align: center;
}

.logo-boxes {
  background: url("images/relativity-boxes.svg");
  position: absolute;
  width: 190px;
  height: 190px;
  left: -100px;
  top: -90px;
}

/* Preload the validation images */
.form::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url("images/password_check.svg") url("images/password_error.svg");
}

/*#endregion*/

/*#region Error */

.error {
  color: #823030;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 16px;
  margin-top: 5px;
  padding-right: 8px;
  padding: 5px;
  position: relative;
  text-align: left;
}

.error::before {
  content: url(images/error_icon.svg);
  float: left;
  height: 14px;
  padding-right: 9px;
  width: 14px;
}

/*#endregion*/

/*#region Text */

.text {
  color: #3D454E;
  font-size: 14px;
  font-weight: 700;
}

.text-label {
  line-height: 18px;
  padding-bottom: 8px;
  padding-top: 20px;
  text-align: left;
}

.text-logout, .text-error {
  font-size: 26px;
  font-weight: normal;
  left: -229px;
  position: absolute;
  top: 100px;
  width: 445px;
}

.text-error {
  text-align: center;
}

.login-link {
  font-size: 18px;
  line-height: 20px;
  color: #0075e0;
}

.link-logout {
  position: absolute;
  width: 201px;
  font-size: 18px;
  line-height: 20px;
  left: -110px;
  top: 150px;
}

.forgot-password-link {
  float: right;
}

.forgot-password-link a {
  color: #0075e0;
}

.invalid-browser-text {
  color: #404040;
  background-color: transparent;
  font-size: 12px;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 2px;
  border: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-decoration: none;
}

.invalid-browser-text a:hover {
  text-decoration: underline !important;
  color: #102d4f;
}

.invalid-browser-text a:link {
  text-decoration: none;
  color: #1b5495;
}

.invalid-browser-text a:visited {
  text-decoration: none;
  color: #1b5495;
}

.mobile-cta a {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #1b5495;
}

  .mobile-cta a:hover {
    color: #102d4f;
    text-decoration: underline !important;
  }

.mobile-cta > * {
  margin: 5px 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.helperTextTitle {
  text-align: left;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 600;
  color: #404040;
}

.helperTextTitle2FA {
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 400;
}

.helperText {
  text-align: left;
  line-height: 16px;
  font-size: 16px;
  font-weight: 400;
  padding: 2px 0 2px 0;
  width: 338px;
  color: #404040;
}

.helperText2FA {
  line-height: 16px;
  font-size: 13px;
}

.text-secondary {
  font-size: 14px;
  line-height: 18px;
  color: #6C7584;
}

.manualCodeText {
  width: 220px;
  padding: 12px 16px;
  margin: 0 auto;
  font-size: 18px;
  color: #3D454E;
  background: rgba(255,255,255,0.6);
}

.privacy-link-text {
  color: #0075E0
}

/*#endregion*/

/*#region Input */

.input {
  background-color: rgba(255,255,255,0.3);
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  box-sizing: border-box;
  color: #3D454E;
  font-size: 14px;
  line-height: 18px;
  min-height: 20px;
  padding: 8px 8px 8px 8px;
  width: 100%;
}

  .input:focus {
    outline: 0;
    border-color: #1b54ab
  }

.input-required {
  border-color: #EB5754;
}

.inputimage {
  background-position: 4px 4.5px;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 30px;
}

.inputimage-username {
  background-image: url("images/username_icon.svg");
}

.inputimage-password {
  background-image: url("images/password_icon.svg");
}

.passcode-input {
  background-color: rgba(255,255,255,0.3) !important;
  border: 1px solid #ACBFD6;
  box-sizing: border-box;
  text-align: center;
  border-radius: 3px;
  padding: 8px 8px 8px 8px !important;
  width: 100%;
  -webkit-box-sizing: border-box;
  color: #3D454E !important;
  font-size: 14px !important;
  line-height: 18px !important;
}

  .passcode-input:focus {
    outline: 0;
    border-color: #1b54ab
  }

    .passcode-input:focus::placeholder {
      color: transparent;
    }

/*#endregion*/

/*#region Link */

.link {
  color: #0075e0;
  font-weight: 400;
  text-decoration: none !important;
}

.link-right {
  float: right;
}

.link-return-login {
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  color: #0075e0;
}

.needHelpLink {
  font-size: 14px;
  text-decoration: none;
  color: #0075E0;
}

  .needHelpLink:hover {
    text-decoration: underline;
    cursor: pointer;
  }

/*#endregion*/

/*#region Buttons*/

.button {
  background-color: #0075DF;
  border-radius: 3px;
  border: 1px solid #0075DF;
  box-shadow: 0px 1px 3px rgba(99, 107, 127, 0.2), 0px 2px 2px rgba(99, 107, 127, 0.12), 0px 0px 2px rgba(99, 107, 127, 0.14);
  color: white;
  font-size: 14px;
  font-weight: 500;
  height: 42px;
  line-height: 19px;
  margin-top: 16px;
  transition-duration: 0.2s;
  width: 100%;
}

.button:hover {
  background-color: #0069cc;
  color: white;
  cursor: pointer;
}

.button-white {
  color: #0075DF;
  background-color: white;
}

.button-white:hover {
  background-color: #DCF4F9;
  color: #0075DF;
}

.button-reset-password {
  margin-top: 16px;
  margin-bottom: 28px;
}

.back-button {
  background-color: white;
  color: #0075DF;
}

/*#endregion*/

/*#region QRCode*/

.qrCodeContainer {
  width: 200px;
  height: 200px;
  background: white;
  margin: 0 auto;
  display: flex;
}

.QRCode {
  margin: auto;
}

/*#endregion*/

/*#region Validation*/

.validation-default {
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'><circle cx='6' cy='6' r='1' /></svg>") no-repeat 2px 2px;
  padding-left: 16px;
  background-size: 12px;
}

.validation-default.validation-pass {
  background: url("images/password_check.svg") no-repeat 2px 2px;
  background-size: 12px;
}

.validation-default.validation-fail {
  background: url("images/password_error.svg") no-repeat 2px 2px;
  background-size: 12px;
}

/*endregion*/

/*#region Font kits*/

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url('fonts/roboto/roboto-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('fonts/roboto/roboto-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'), url('fonts/roboto/roboto-v20-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('fonts/roboto/roboto-v20-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url('fonts/roboto/roboto-v20-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('fonts/roboto/roboto-v20-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url('fonts/roboto/roboto-v20-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('fonts/roboto/roboto-v20-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/*#endregion*/
