:root {
  --login-bg-black: #111415;
  --login-dark-gray: #222425;
  --login-yellow: #FFBC3B;
  --login-yellow-hover: #FFC85E;
  --login-alert: #ED4242;
  --login-label: #A5AEBD;

  --iog-150: #0E0E11FF;
  --iog-300: #202026FF;
  --iog-725: #A4A9B7FF;
  --iog-brick-darker: #C65040FF;
  --iog-brick: #DC5947FF;
  --iog-brick-lighter: #EA614FFF;
  --iog-brick-superlight:#FD6D59FF;
}

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700&display=swap'); 

html {
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  width: 100%;
  margin: 0;
  font: 16px 'Manrope', system-ui, sans-serif;
  color: white;
  background-color: var(--iog-150);
  /* background-image: url("../images/background/background-wave.svg"); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.fas, .fab, .fad {
  font-family: "FontAwesome";
  font-style: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  /*font-style: normal;*/
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

a, a:visited {
  color: var(--iog-brick-lighter);
  text-decoration: none;
  border-bottom: 1px dotted;
}

a:hover {
  color: var(--iog-brick-superlight);
}

a.no-border {
  border: none;
}

div#main {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.main {
  /*background-color: white;*/
}
.main.alert-show div.ioGatesLoginBox .inputText,
.main.alert-show div.loginBox .inputText {
  border: 1px solid var(--login-alert);
}
.main.alert-show .mainBottom {
  margin-top: 20px;
}

.mainMiddle {
  /*height: 461px;*/
}

.mainBottom {
  margin-top: 60px;
  max-width: 530px;
  width: 100%;
}
.mainBottom .tagline {
  text-align: center;
  color: var(--login-label);
  font-size: 18px;
  line-height: 31px;
}
.mainBottom .tagline strong {
  color: white;
  margin-right: 4px;
}

.middleHeader {
  height: 45px;
  width: 100%;
}

.middleBody {
  height: 373px;
  width: 100%;
}

.middleFooter {
  height: 43px;
  width: 100%;
}

div#alert {
  position: relative;
  margin-top: 20px;
  height: 40px;
  /*margin-bottom: 50px;*/
  /*box-shadow: 0px 1px 10px #888;*/
  /*border: 1px solid darkred;*/
  /*background-color: #ff7d78;*/
  /*color: white;*/
  color: var(--login-alert);
}

div#alert.show {
  display: block;
}

div#alert.hide {
  display: none;
}

div.loginBox h1 {
  margin-top: 0;
}

div.loginText {
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 10px;
}
div.loginText h1 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 46px;
}

div.username, div.password {
  position: relative;
  margin-bottom: 30px;
}

div.loginBox .inputText {
  width: 100%;
  height: 50px;
  color: white;
  background: var(--login-dark-gray);
  border-radius: 3px;
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
  padding-left: 5px;
}

div.loginBox .inputText:focus {
  outline: none;
}

input::placeholder,
input::-webkit-input-placeholder,
input::-moz-placeholder,
input::-ms-input-placeholder {
  color: #9EACBB;
}

div.loginBox .button {
  border: 0px solid #777777;
  background: white;
  color: #e0490b;
  padding: 6px 10px;
  cursor: pointer;
  font-size: 12px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-appearance: none;
  border-radius: 4px;
  box-shadow: 0px 1px 8px #888;
}

div.loginBox .button:active {
  box-shadow: none;
  border: 1px solid #c8c8c8;
  outline: none;
}

div.buttons {
  text-align: center;
  /*    float: right;
      margin-right: 3px;
      height: 35px;
      margin-top: 5px;*/
}

div.buttonContainerReset {
  /*position: absolute;*/
  /*right: 120px;*/
  /*height: 35px;*/
  /*width: 30px;*/
}

div.buttonContainerSubmit {
  /*position: absolute;*/
  /*right: 58px;*/
  /*height: 35px;*/
  /*width: 30px;*/
}

label.iePlaceholder {
  position: absolute;
  color: white;
  display: block;
  top: 10px;
  left: 11px;
}

.loginFooter {
  display: flex;
  position: fixed;
  bottom: 24px;
  left: 24px;
  right: 24px;
  justify-content: space-between;
  align-items: center;
  /*background: #FFF;*/
  /*box-shadow: 0px 1px 10px #888;*/
  /*z-index: 160;*/
}
.loginFooter a {
  color: white;
  border: none;
}
.loginFooter .footer-right {
  text-transform: uppercase;
}

.has-chat .footer-right {
  padding-right: 120px;
}

.loginFooterContent {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 3px;
}

.loginFooterTerms {
  display: inline-block;
}

.loginFooterTerms > * {
  padding: 0 1em;
}

div.ioGatesLoginBox {
  position: relative;
  width: 440px;
}

div.ioGatesLoginBox h1 {
  margin-top: 0;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-size: 36px;
}

div.ioGatesLoginBox .inputText,
div.loginBox .inputText {
  width: 100%;
  height: 50px;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 16px;
  color: white;
  background: #202026;
  border-radius: 3px;
  border: 1px solid var(--iog-300);
  text-align: left;
  vertical-align: middle;
  padding: 0 16px;
  box-sizing: border-box;
}

div.ioGatesLoginBox .login-logo {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 40px;
}
div.ioGatesLoginBox .login-logo .react-logo {
  margin-right: 20px;
}
div.ioGatesLoginBox label {
  display: block;
  margin-bottom: 15px;
  color: var(--login-label);
}
div.ioGatesLoginBox .inputText:focus {
  outline: none;
}

div.ioGatesLoginBox .loginButton {
  display: block;
  height: 50px;
  background: var(--iog-brick-darker);
  border-radius: 3px;
  border: none;
  color: white;
  font-size: 16px;
  line-height: 50px;
  box-sizing: border-box;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
}

div.ioGatesLoginBox .loginButton:hover {
  background: var(--iog-brick-lighter);
}

div.ioGatesLoginBox .resetButton {
  background: #555;
  border: 1px solid #555;
}

div.ioGatesLoginBox .loginButton:active {
  box-shadow: none;
  border: 1px solid #c8c8c8;
  outline: none;
}

.return-link-container {
  width: 440px;
  margin-top: 2em;
  font-size: 16px;
  text-align: center;
}
.return-link-container a {
  border: none;
}
.return-link-container .fa-question {
  display: none;
}

.return-link-container a,
.return-link-container a:visited,
.return-link-container a:hover {
  color: var(--login-label);
  text-decoration: none;
}

.header {
  position: fixed;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--login-yellow);
  color: black;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.header a {
  color: black;
}
.header a:hover, .header a:visited {
  color: black;
}

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

.iogates-logo {
  background: url("/layout/react/images/common/logo-iogates.svg") no-repeat;
  background-size: contain;
  background-position: center;
  height: 64px;
  width: 280px;
}

.react-logo {
  background: url("/layout/react/images/common/logo-react.svg") no-repeat;
  height: 75px;
  width: 300px;
}

.lwks-logo {
  background: url("/layout/react/images/common/logo-lwks.svg") no-repeat;
  height: 50px;
  width: 157px;
}

.lwks-workflows-logo {
  background: url("/layout/react/images/common/logo-lwks-workflows.svg") no-repeat;
  height: 46px;
  width: 160px;
  display: none !important;
}

/*# sourceMappingURL=login.css.map */
