@media (max-width: 767px) {
  .text-xs-left {
    text-align: left;
  }
  .text-xs-right {
    text-align: right;
  }
  .text-xs-center {
    text-align: center;
  }
  .text-xs-justify {
    text-align: justify;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
body.blocked {
  overflow: hidden;
}
body.blocked #blocked {
  display: block;
}
#blocked {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 2000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#blocked .loader {
  color: #0085dc;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50% !important;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation:
    load6 1.7s infinite ease,
    round 1.7s infinite ease;
  animation:
    load6 1.7s infinite ease,
    round 1.7s infinite ease;
  margin-top: -0.5em;
  margin-left: -0.5em;
  top: 50%;
  left: 50%;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow:
      0 -0.83em 0 -0.4em,
      0 -0.83em 0 -0.42em,
      0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em,
      0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow:
      0 -0.83em 0 -0.4em,
      0 -0.83em 0 -0.42em,
      0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em,
      0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow:
      0 -0.83em 0 -0.4em,
      -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em,
      -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow:
      0 -0.83em 0 -0.4em,
      -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em,
      -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow:
      0 -0.83em 0 -0.4em,
      -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em,
      -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow:
      0 -0.83em 0 -0.4em,
      0 -0.83em 0 -0.42em,
      0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em,
      0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow:
      0 -0.83em 0 -0.4em,
      0 -0.83em 0 -0.42em,
      0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em,
      0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow:
      0 -0.83em 0 -0.4em,
      0 -0.83em 0 -0.42em,
      0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em,
      0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow:
      0 -0.83em 0 -0.4em,
      -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em,
      -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow:
      0 -0.83em 0 -0.4em,
      -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em,
      -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow:
      0 -0.83em 0 -0.4em,
      -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em,
      -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow:
      0 -0.83em 0 -0.4em,
      0 -0.83em 0 -0.42em,
      0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em,
      0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
html,
body {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#left {
  display: none;
}
#left,
#right {
  height: 100%;
  float: left;
}
#left {
  position: relative;
  border-right: 6px solid #0085dc;
  background-image: url(/img/bg/hom2018.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 133, 220, 0.6);
}
#left:after {
  top: 0;
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 133, 220, 0.8);
  position: absolute;
}
#left #logo {
  position: absolute;
  z-index: 2;
  width: 250px;
  left: 50%;
  margin-left: -125px;
  top: 50px;
}
#left #message {
  position: absolute;
  z-index: 2;
  color: #fff;
  bottom: 50px;
  text-align: center;
  width: 100%;
  font-weight: 700;
  font-size: 25px;
}
#right {
  overflow: hidden;
}
#right > div {
  width: 300vw;
  white-space: nowrap;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
#right > div.forget {
  transform: translateX(-100vw);
}
#right > div.apps {
  transform: translateX(-200vw);
}
#right #login,
#right #forget,
#right #reset,
#right #apps {
  width: 100vw;
  white-space: normal;
  padding: 20px;
  float: left;
}
#right .form-title {
  text-transform: uppercase;
  color: #0085dc;
  font-weight: 600;
  margin-bottom: 20px;
}
#right i {
  color: #0085dc;
  z-index: 1;
}
#right input {
  border: 0;
  border-bottom: solid 1px #4b4b4b !important;
}
#right input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  transition: background-color 5000s ease-in-out 0s;
}
#right .btn {
  background-color: #0085dc;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  border-radius: 45px !important;
  margin: 10px 0;
}
#right #btnSubmit {
  font-size: 16px;
  height: 50px;
  line-height: 40px;
  width: 200px;
}
#right .forget-password {
  background-color: #f2f2f2;
  padding: 20px;
  margin-bottom: 30px;
}
#right .forget-password label {
  font-weight: 600;
}
#right .forget-password p {
  margin: 0;
}
#right #apps {
  margin-top: 20px;
  padding: 0 20px;
}
#right #apps h3 {
  color: #0085dc;
  font-weight: bold;
  margin-bottom: 30px;
}
#right .app {
  width: 100%;
  background-color: #0085dc;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  border: 3px solid #0085dc;
  border-radius: 45px !important;
  margin: 0;
  margin-bottom: 20px;
  padding: 10px 12px;
  transition: all linear 0.25s;
}
#right .app:hover {
  background-color: #fff;
  color: #0085dc;
}
.d-none {
  display: none;
}
.d-block {
  display: block;
}
@media only screen and (min-width: 549px) {
  .form-title {
    text-align: left;
  }
  #right,
  #left {
    width: 50%;
    display: inline-block;
  }
  #right > div {
    width: 150vw;
  }
  #right > div.forget {
    transform: translateX(-50vw);
  }
  #right > div.apps {
    transform: translateX(-100vw);
  }
  #right #login,
  #right #forget,
  #right #reset,
  #right #apps {
    width: 50vw;
  }
  .d-sm-none {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .d-md-block {
    display: block;
  }
}

body {
  position: relative;
}

#disabled {
  height: 100vh;
  width: 100vw;
  pointer-events: none;
  z-index: 1;
}

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 2;
  background-color: color(srgb 0 0 0 / 0.6);
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

#maintenance-image {
  background-image: url(../img/maintenance.svg);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 80vw;
  width: 420px;
  height: 400px;
  border-bottom: solid 1px white;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#title {
  color: white;
  font-weight: bold;
  font-size: 25px;
  padding: 0;
  margin: 0;
  text-align: center;
  max-width: 80vw;
}

#text {
  width: 500px;
  max-width: 80vw;
  color: white;
  text-align: center;
  padding: 0;
  margin: 0;
}

#text a {
  color: white;
  text-decoration: underline;
}
