*, *::after, *::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
}

body {
  width: 100%;
  height: 100vh;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 12px;
  background-color: #ecf0f3;
  background-image: url('../img/login-bg/bg-poster.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  z-index: -1;
}

.sprayer {
  background-color: #153462;
  background-image: url('../img/transparent/bg-come-join.png');
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  opacity: .4;
  animation: slide 25s linear infinite;
}

.bg-constellation {
  background-image: url('../img/login-bg/hexagons.jpg');
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-main {
  background-image: url('../img/background/mercusuar.jpg');
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.opacity-bg {
  background-color: rgba(255,255,255,.3);
  background-image: url('../img/background/dots-hero.png');
  width: 100%;
  position: absolute;
  z-index: 9999;
  height: 100%;
}

.main {
  position: relative;
  width: 1000px;
  min-width: 1000px;
  min-height: 600px;
  height: 600px;
  padding: 25px;
  background-color: rgba(0,0,0,.0);
  /*box-shadow: 10px 10px 10px #d1d9e6, -10px -10px 10px #f9f9f9;*/
  border-radius: 0;
  overflow: hidden;
}

.form {
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.form__icon {
  object-fit: contain;
  width: 30px;
  margin: 0 5px;
  opacity: 0.5;
  transition: 0.15s;
}
.form__icon:hover {
  opacity: 1;
  transition: 0.15s;
  cursor: pointer;
}
.form__input {
  width: 100%;
  height: 40px;
  margin: 4px 0;
  padding-left: 25px;
  font-size: 13px;
  letter-spacing: 0.15px;
  border: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
  background-color: #ecf0f3;
  transition: 0.25s ease;
  border-radius: 2px;
  border-left:  4px solid #2F318B;
  box-shadow: inset 2px 2px 4px #d1d9e6, inset -2px -2px 4px #f9f9f9;
}
.form__input:focus {
  box-shadow: inset 4px 4px 4px #d1d9e6, inset -4px -4px 4px #f9f9f9;
}
.form__span {
  margin-top: 30px;
  margin-bottom: 12px;
}
.form__link {
  color: #181818;
  font-size: 15px;
  margin-top: 25px;
  border-bottom: 1px solid #a0a5a8;
  line-height: 2;
}

.title {
  font-size: 34px;
  font-weight: 700;
  line-height: 3;
  color: #181818;
}

.title-small {
  font-size: 20px;
  font-weight: 700;
  line-height: 3;
  color: #181818;
}

.description {
  font-size: 14px;
  letter-spacing: 0.25px;
  text-align: center;
  line-height: 1.6;
}

.button {
  width: 180px;
  height: 50px;
  border-radius: 25px;
  margin-top: 50px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.15px;
  background-color: #4B70E2;
  color: #f9f9f9;
  box-shadow: 8px 8px 16px #d1d9e6, -8px -8px 16px #f9f9f9;
  border: none;
  outline: none;
}

/**/
.a-container {
  z-index: 100;
  left: calc(100% - 600px );
}

.b-container {
  left: calc(100% - 600px );
  z-index: 0;
}

.switch {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 400px;
  padding: 50px;
  z-index: 200;
  transition: 1.25s;
  background-color: #ecf0f3;
  overflow: hidden;
  box-shadow: 4px 4px 10px #d1d9e6, -4px -4px 10px #f9f9f9;
}
.switch__circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background-color: #ecf0f3;
  box-shadow: inset 8px 8px 12px #d1d9e6, inset -8px -8px 12px #f9f9f9;
  bottom: -60%;
  left: -60%;
  transition: 1.25s;
}
.switch__circle--t {
  top: -30%;
  left: 60%;
  width: 300px;
  height: 300px;
}
.switch__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  width: 400px;
  padding: 50px 55px;
  transition: 1.25s;
}
.switch__button {
  cursor: pointer;
}
.switch__button:hover {
  box-shadow: 6px 6px 10px #d1d9e6, -6px -6px 10px #f9f9f9;
  transform: scale(0.985);
  transition: 0.25s;
}
.switch__button:active, .switch__button:focus {
  box-shadow: 2px 2px 6px #d1d9e6, -2px -2px 6px #f9f9f9;
  transform: scale(0.97);
  transition: 0.25s;
}

/**/
.is-txr {
  left: calc(100% - 400px );
  transition: 1.25s;
  transform-origin: left;
}

.is-txl {
  left: 0;
  transition: 1.25s;
  transform-origin: right;
}

.is-z200 {
  z-index: 200;
  transition: 1.25s;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: 1.25s;
}

.is-gx {
  animation: is-gx 1.25s;
}

.amalgamation {
  position: relative;
  z-index: 10;
  padding-top: 2%;
  width: 70%;
}

.blue-anthem {
  background-color: #0078C0;
  background: linear-gradient(to bottom, #0088af, #0078C0);
}

.tip-of-the-day {
  background-color: #FFE15D;
  padding: 10px 15px;
  box-shadow: 1px 1px 10px rgba(0,0,0,.1);
}

.tip-of-the-day h3 {
  color: #F49D1A;
}

.user-manual {
  position: absolute;
  bottom: 0;
  right: 20%;
  text-align: center;
}

.user-manual img {
  height: 120px;
  margin: 0 auto;
}

.img-sign {
  height: 50px;
}

.header-logos {
  padding: 10px 0px;
}

.header-logos .logos {
  position: relative;
}

.header-logos .h-emblem {
    height: 50px;
}

.header-logos .flex-fill .b-line {
  position: absolute;
  width: 0.6px;
  height: 40px;
  background-color: #00000042;
  right: 0px;
  top: calc(50% - 20px);
}

@keyframes is-gx {
  0%, 10%, 100% {
    width: 400px;
  }
  30%, 50% {
    width: 500px;
  }
}

@keyframes slide {
  0%   {background-position: 0% 0;}
  25%   {background-position: 50% 0;}
  50% {background-position: 100% 0;}
  75% {background-position: 50% 0;}
  100% {background-position: 0% 0;}
}
@media (max-width: 1200px) {
  .main {
    transform: scale(0.7);
  }
}
@media (max-width: 1000px) {
  .main {
    transform: scale(0.6);
  }
}
@media (max-width: 800px) {
  .main {
    transform: scale(0.5);
  }

  .header-logos .h-emblem {
    height: 30px !important;
  }

  .amalgamation {
    padding-top: 20% !important;
  }

  .sprayer {
    animation: slide 225s linear infinite !important;
  }
}
@media (max-width: 600px) {
  .main {
    transform: scale(0.4);
  }
}