@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,300i,400,400i,600,600i,700');

* {
  box-sizing: border-box;
}
html {
  height: 100%;
  overflow: hidden;
}
body {
  margin: 0;
  position: relative;
  height: 100%;
  min-height: 480px;
  padding-bottom: 60px;
  overflow-x: hidden;
  background-color: #fff !important;
  padding: 0;
  max-height: 100vh;
}
body.ready .loadwait {
  display: none;
}
body .ng-cloak {
  display: none;
}
body,
input,
textarea,
select,
button {
  color: #606468;
  font: 400 0.875rem/1.5 'Open Sans', 'Segoe UI', sans-serif;
}
.login__overlay {
  background-color: #fff;
  /* background: -webkit-radial-gradient(#40404b, #111118) rgba(34, 34, 40, 0.94); */
  /* background: radial-gradient(#40404b, #111118) rgba(34, 34, 40, 0.94); */
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  opacity: 0.9;
  -webkit-transition: opacity 0.2s ease-in 0.4s;
  transition: opacity 0.2s ease-in 0.4s;
}
a {
  color: #eee;
  outline: 0;
  text-decoration: none;
}
a:focus,
a:hover {
  text-decoration: underline;
}
input {
  border: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  transition: background-color 0.3s;
}
.site__container {
  position: relative;
  flex: 1;
  padding: 1.6rem 0;
  z-index: 50;
  width: 42.5%;
  max-width: 50vw;
  margin: 0;
  float: left;
  clear: none;
}
.site__brand {
  width: 100%;
  text-align: center;
  padding: 10px 0px;
}
.site__brand img {
  width: 158px;
  margin-bottom: 30px;
}
.footer {
  clear: both;
  display: block;
  /* bottom: 25px; */
  width: 100vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 7vh;
  padding: 0;
  z-index: 100;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  /* box-shadow: 0px 5px 5px #333; */
  color: #aaa;
  font-size: 11px;
  overflow: hidden;
}
.form input[type="password"],
.form input[type="text"] {
  width: 100%;
}
.form button {
  width: 100%;
}
.form__login {
  color: #adb1b4;
  margin: 1rem 0px;
  border-color: transparent;
  background-color: #F0F0F0;
  margin-bottom: 10px;
  padding: 1rem;
  display: inline-block;
  width: 100%;
}
.form__login label,
.form__login input[type="text"],
.form__login input[type="password"],
.form__login button {
  border-radius: 0.25rem;
  padding: 5px;
}
.form__login label {
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  line-height: 1.5;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: none;
}
.form__login label.small {
  font-size: 11px;
}
.form__login label.fa-fw {
  width: 46px;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgb(250, 255, 189) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}
.form__login input[type="text"],
.form__login input[type="password"] {
    background-color: #fff !important;
    background: #fff !important;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 100%;
  height: 29px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 0;
  outline: none;
  color: inherit;
  -webkit-appearance: none;
  font-size: 13px;
  font-weight: 300;
  font-family: 'Source Sans Pro', sans-serif;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  border-radius: 0px;
  color: #000;
}

.form__login input[type="text"]:focus,
.form__login input[type="password"]:focus {
  background-color: rgba(255, 255, 255, 0.05);
}
.form__login input[type="text"]::-webkit-input-placeholder,
.form__login input[type="password"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #868a8f;
}
.form__login input[type="text"]::-moz-placeholder,
.form__login input[type="password"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #868a8f;
}
.form__login input[type="text"]:-ms-input-placeholder,
.form__login input[type="password"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #868a8f;
}
.form__login input[type="text"]:-moz-placeholder,
.form__login input[type="password"]:-moz-placeholder {
  /* Firefox 18- */
  color: #868a8f;
}
.form__login button {
  text-transform: uppercase;
  background-color: #0097AC;
  padding: 6px 25px;
  font-family: inherit;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 1px;
  box-sizing: border-box;
  margin: 0;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
  transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
  color: #fff;
  border: 2px solid transparent;
  text-align: center;
}
.form__login button.sso {
  border: 1px solid #d0d0d0;
  background: #f5f5f5;
  color: #333;
  text-align: left;
  padding: 12px 25px;
  height: 48px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form__login button.sso > img {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  width: auto;
  vertical-align: middle;
  margin-right: 15px;
  x-margin-top: -6px;
}
.form__login button.sso:hover,
.form__login button.sso:active {
  outline: none;
  background-color: #f0f0f0;
}
.form__login button:hover {
  outline: none;
  border-color: #007282;
  background-color: #007282;
  cursor: pointer;
}
.form__login button:active {
  outline: none;
  background-color: #238eb2;
}
.form__login button:disabled {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
  color: #ccc;
  cursor: wait;
}
.form__field {
  display: flex;
  margin-bottom: 1rem;
}
.form__field.shadowed {
  /* box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.5); */
  background-color: rgb(250, 255, 189) !important;
  background-image: none !important;
  color: rgb(0, 0, 0) !important;
  padding: 0;
}
.form__field.message {
  display: block;
  clear: both;
  font-weight: 100;
}
.form__field.message ul > li {
  font-size: 90%;
}
.form__field > img {
  min-width: 130px;
  min-height: 130px;
  width: 130px;
  height: 130px;
}
.form__input {
  flex: 1;
}
.align {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.text__center {
  text-align: center;
}
.grid__container {
  margin: 0 auto;
  max-width: 22rem;
  width: 90%;
  margin-bottom: 30px;
}
.checkbox {
  width: 20px;
  position: relative;
  margin: 6px 10px;
}
.checkbox > label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  background: linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(217, 217, 217, 0.1) 40%, rgba(179, 179, 179, 0.1) 100%);
  border-radius: 4px;
  box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.5);
  line-height: 1;
  padding: 0 0 0 0;
}
.checkbox > label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #adb1b4;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}
.checkbox input[type=checkbox] {
  visibility: hidden;
}
.checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.checkbox + label {
  background: transparent;
  color: #adb1b4;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}
.cloaked {
  display: none;
}
.with-forgot .link-forgot {
  display: block !important;
}
/* ORJR */
*, .orjr{}
.iframe_importer{width: 56%;height: 100%;float: left;z-index: 1;max-height: 93vh;}
iframe {
    border: none;
    height: 100%;
    overflow: hidden;
    display: inline-block;
    float: left;
    width: 100%;
}
.footer iframe{max-height: 100px;overflow: hidden;height: 100px;margin: 1px 0 0 0;}
#loginForm > div.ng-scope > div > form > div > div:nth-child(1),
#loginForm > div.ng-scope > div > form > div > div:nth-child(2)
{x-display: none}
h2 {
    font-size: 32px;
    font-family: Titillium Web;
    color: inherit !important;
    margin-top: 0;
    margin-bottom: 1vw;
    font-weight: normal;
    text-align: center;
    color: #666 !important;
}
