body {
  margin: 0;
  font: 16px "Avenir Next", "Open Sans", sans-serif;
  background-image: -ms-linear-gradient(left, #ff6b46 0%, #ffbe45 100%);
  background-image: -moz-linear-gradient(left, #ff6b46 0%, #ffbe45 100%);
  background-image: -o-linear-gradient(left, #ff6b46 0%, #ffbe45 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ff6b46), color-stop(100, #ffbe45));
  background-image: -webkit-linear-gradient(left, #ff6b46 0%, #ffbe45 100%);
  background-image: linear-gradient(to right, #ff6b46 0%, #ffbe45 100%);
}

.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;
}

.main {
  /*background-color: white;*/
}

.mainTop {
  height: 106px;
  width: 100%;
}

.topContainer {
  margin: 0px auto;
  padding: 94px 0px 0px;
  width: 1000px;
  height: 12px;
}

.mainMiddle {
  /*height: 461px;*/
  width: 100%;
}

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

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

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

div#main {
  padding-top: 150px;
  padding-bottom: 2em;
}

div.loginFooter a {
  color: white;
  text-decoration: none;
}

div#alert {
  position: relative;
  width: 350px;
  margin: 0 auto;
  margin-top: 2em;
  /*margin-bottom: 50px;*/
  padding: 25px;
  /*box-shadow: 0px 1px 10px #888;*/
  /*border: 1px solid darkred;*/
  border: 1px solid #555;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*background-color: #ff7d78;*/
  /*color: white;*/
  background-color: #333;
  color: #ff6b46;
}

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.username, div.password {
  position: relative;
  width: 350px;
  overflow: auto;
  text-align: center;
  margin-bottom: 15px;
}

div.loginBox .inputText {
  width: 335px;
  height: 30px;
  background: #c8c8c8;
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  padding-left: 5px;
}

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

input::-webkit-input-placeholder {
  color: #fff;
}

input:-moz-placeholder {
  color: #fff;
}

input:-ms-input-placeholder {
  color: #fff;
}

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: right;
  /*    float: right;
      margin-right: 3px;
      height: 35px;
      margin-top: 5px;*/
}

div.buttonContainerReset {
  display: inline-block;
  margin-right: 0.5em;
  /*position: absolute;*/
  /*right: 120px;*/
  /*height: 35px;*/
  /*width: 30px;*/
}

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

label {
  display: none;
}

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

.loginFooter {
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 100%;
  /*background: #FFF;*/
  /*box-shadow: 0px 1px 10px #888;*/
  /*z-index: 160;*/
}

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

.loginFooterTerms {
  position: absolute;
  bottom: 0;
  padding: 3px;
}

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

div.ioGatesLoginBox {
  position: relative;
  width: 350px;
  margin: 0 auto;
  /*margin-bottom: 30px;*/
  color: #fff;
  background-color: #333;
  /*background-color: white;*/
  overflow: auto;
  /*border: 1px solid black;*/
  padding: 25px;
  /*box-shadow: 0px 1px 10px #888;*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

div.ioGatesLoginBox h1 {
  margin-top: 0;
  font: 18px "Open Sans", sans-serif;
}

div.ioGatesLoginBox .inputText {
  width: 335px;
  height: 30px;
  /*background: #c8c8c8;*/
  background: #222;
  border-color: #222;
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  padding-left: 5px;
}

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

div.ioGatesLoginBox .loginButton {
  display: inline-block;
  /*border: 0px solid #777777;*/
  /*background: white;*/
  /*color: #e0490b;*/
  border: 1px solid #ff6b46;
  background: #ff6b46;
  color: #fff;
  padding: 0.5em 1em;
  margin: 0;
  cursor: pointer;
  font-size: 14px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-appearance: none;
  border-radius: 4px;
  /*box-shadow: 0px 1px 8px #888;*/
  -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 .resetButton {
  background: #555;
  border: 1px solid #555;
}

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

.return-link-container {
  width: 350px;
  margin: 0 auto;
  margin-top: 2em;
  font-size: 16px;
}

.return-link-container a,
.return-link-container a:visited,
.return-link-container a:hover {
  color: white;
  text-decoration: none;
}

.header {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}

.header-left {
  position: absolute;
  top: 42px;
  left: 32px;
}

.header-right {
  position: absolute;
  top: 42px;
  right: 32px;
}

.header-right a,
.header-right a:visited,
.header-right a:hover {
  color: white;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}

.iogates-logo {
  background: url("/layout/react/images/common/logo-iogates-react-white.svg") no-repeat;
  height: 20px;
  width: 165px;
}

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

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