@font-face {
  font-family: "Repro";
  src: url("../fonts/repro/ABCRepro-Light.woff2") format("woff2"),
  url("../fonts/repro/ABCRepro-Light.woff") format("woff"),
  url("../fonts/repro/ABCRepro-LightItalic.woff2") format("woff2"),
  url("../fonts/repro/ABCRepro-LightItalic.woff") format("woff"),
  url("../fonts/repro/ABCRepro-Medium.woff2") format("woff2"),
  url("../fonts/repro/ABCRepro-Medium.woff") format("woff"),
  url("../fonts/repro/ABCRepro-MediumItalic.woff2") format("woff2"),
  url("../fonts/repro/ABCRepro-MediumItalic.woff") format("woff"),
  url("../fonts/repro/ABCRepro-Regular.woff2") format("woff2"),
  url("../fonts/repro/ABCRepro-Regular.woff") format("woff"),
  url("../fonts/repro/ABCRepro-RegularItalic.woff2") format("woff2"),
  url("../fonts/repro/ABCRepro-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

html {
  font-family: Repro, Arial;
  color: #354052;
  background: #f9f9f9;
}

body {
  height: 100%;
  padding: 0;
  margin: 0;
  background: none;
}

.mainAdWrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}

.adImage {
  display: none;
  max-height: 100%;
  max-width: 55%;
  flex-grow: 1;
}

.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
}

.main.flexCenter {
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media (min-height: 660px) {
  .main {
    justify-content: space-evenly;
  }
}

@media (min-width: 900px) {
  .adImage {
    display: block;
    cursor: pointer;
  }
  .main {
    min-width: 500px;
  }
}

.formBox {
  background: white;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  row-gap: 1.5rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.logo {
  margin:2rem 0;
  width: 30vh;
}

@media (min-width: 600px) {
  .logo {
    width: 450px;
  }
  .formBox {
    width: 400px;
    align-self: center;
    border-radius: 1em;
  }
}

input {
  transition: all 0.333s ease-out 0s;
  outline-color: #78CFF9;
}

input[type="email"],
input[type="password"],
input[type="submit"],
input[type="button"]{
  padding: 1em 1.5em;
  border: solid 1px #e6e6e9;
  border-radius: 5px;
  display: block;
  font-size: 0.875rem;
  width: 100%;

}

input[type="submit"],
input[type="button"] {
  background:#78CFF9;
  color: #28252F;
}

input:invalid,
input:invalid:required {
  border-color: #da3f36;
}

input.button {
  font-size: 1rem;
  color: #28252F;
  appearance: none;
  cursor: pointer;
  border-radius: 30px;
}

input.button:enabled:hover {
  background: #009EEE;
}

input.button:disabled {
  background: #DDDDDB;
}


.loading input.button {
  background: #78CFF9;
}

.checkboxLabel {
  display: flex;
  flex-direction: row;
  gap: 0.5em;
  align-items: center;
}

input[type="checkbox"] {
  display: block;
  height: 16px;
  width: 16px;
}

.smallLink {
  cursor: pointer;
  text-decoration: underline;
}
footer, .smallLink {
  font-size: 0.875em;
  color: #545353;
}
footer a, .smallLink,
footer a:active, .smallLink:active{
  color: #545353;
}
footer a:hover, .smallLink:hover {
  text-decoration: underline;
}

.pipe {
  display: inline-block;
  margin: 0 0.5em;
}


.formIntro {
  text-align: center;
}
.formIntro h2 {
  margin: 0;
  font-weight: normal;
}
.formIntro h2.strong {
  font-weight: 600;
  color: black;
}

.formIntro p {
  color: #545353;
  font-size: 0.875rem;
}

.link,
.link:active {
  color: #354052;
  text-decoration: none;
  cursor: pointer;
}

.blue {
  color: #78CFF9;
}

.link:hover {
  color: #009EEE;
}

.center {
  text-align: center;
}

.formBox.active {
  display: flex;
}

.errorMessage {
  color: #da3f36;
  font-size: 0.875em;
  border: solid #da3f36 1px;
  padding: 0.5em 1em;
  border-radius: 5px;
  align-self: center;
}

.formBox {
  display: none;
  position: relative;
  overflow: hidden;
}

.linkButton {
  font-size: 0.875em;
  padding: 0.7em 1.2em;
  border:1px solid black;
  background: white;
  color: black;
  appearance: none;
  cursor: pointer;
  border-radius: 20px;
  text-decoration: none;
  display: block;
}
.linkButton:active {
  color: black;
  text-decoration: none;
}
.linkButton:hover {
  color: black;
  background: #DDDDDB;
  text-decoration: none;
  border-color: #757575;
}

.hiddenOverlay {
  position: absolute;
  opacity: 0;
  top: -1;
  width: 0;
  height: 0;
}

.visibleOverlay {
  position: absolute;
  opacity: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 0.333s ease-in;
}

#resetPasswordSuccess {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2em;
  background: white;
  line-height: 2em;
  text-align: center;
}
#resetPasswordResponse {
  height: 2em;
  text-align: center;
}
#resetPasswordResponse .lds-ellipsis {
  margin-top: -1.5em;
}
.small {
  font-size: 0.875em;
  color: #616161;
}
.relative {
  position: relative;
}
.loaderContainer {
  position: absolute;
  height: 0;
  width: 100%;
  text-align: center;
  top: -3.5em;
}

#cf-turnstile, .externalLogin {
  clear: both;
}

.externalLogin {
  min-height: 2.4rem;
  margin: 1.2rem;
}

#ssoSection {
  margin-top: 1rem;
}

.largeIconButton {
  display: flex;
  width: 100%;
  flex-direction: row;
  border: none;
  align-items: center;
  cursor: pointer;
  gap: 0.5rem;
  transition: background-color 0.25s ease-in;
  margin-bottom: 1rem;
}

.largeIconButton:hover {
  background: #DDDDDB;
}

.largeIconButton .icon {
  padding: 1.5rem;
}

.largeIconButton .content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.iconButton,
.iconButton:active {
  outline: none;
  cursor: pointer;
  color: #4a4a4a;
  display: inline-block;
}

.iconButton:hover {
  color: black;
}

.alignSelfCenter {
  align-self: center;
}

.flexColumnJustifyCenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.otp-container {
  display: flex;
  gap: 0.8em;
  justify-content: center;
  margin: 1em;
}

.otp-input {
  width: 1.6em;
  height: 1.6em;
  text-align: center;
  font-size: 1.4em;
  border: 2px solid #ccc;
  border-radius: 5px;
  outline: none;
  transition: border-color 0.3s;
  font-family: ui-monospace, monospace;
  padding: 0.1em;
}

.otp-input:focus {
  border-color: #007bff;
}

.otp-input::-webkit-outer-spin-button,
.otp-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.success{
  color:#00897B;
}

.totpSetupContainer{
  margin: auto;
}
.qrCodeContainer {
  display: flex;
  align-items: center;
  background-color: white;
  margin: auto;
  img{
    margin:auto;
  }
}

.timerContainer {
  display: flex;
  margin: -1.5em auto 1em auto;
  width: max-content;
}
.timerWrapper{
  width: 2em;
}

.timerLabel {
  text-align: center;
}

.timer {
  color: #000000;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}

.timer.low {
  color: #4d0000;
}

.timer.medium {
  color: #990000;
}

.timer.high {
  color: #cc0000;
}

.timer.critical {
  color: red;
}
.hidden {
  display: none !important;
}

.tooltip {
  position: absolute;
  background: black;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 1000;
  transition: opacity 0.3s ease;
  top:3em;
  left:3em;
}
a.disabled {
  opacity: 0.5;
  cursor: default;
  display: flex;
}

.largeIconButton{
  color:#000000;
}