.splash-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10.4166666667vh 19.4444444444vw;
  box-sizing: border-box;
  background: #fff url("/i/root/vue/img/splash.svg") no-repeat right;
  background-size: contain;
}
.splash-container a.logo {
  background: url("/i/root/vue/img/logo.svg") no-repeat center transparent;
  background-size: contain;
  width: 30.8333333333vh;
  height: 10.4166666667vh;
  margin-bottom: 2.0833333333vh;
}
.splash-container .title {
  box-sizing: border-box;
  line-height: 5.625vh;
  text-align: justify;
  font-size: 4.1666666667vh;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  color: #0F176D;
  letter-spacing: -0.0777777778vw;
  margin-bottom: 0.8333333333vh;
}
.splash-container .title-sub {
  color: #000;
  font-size: 2.0833333333vh;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 8.3333333333vh;
}
.splash-container .copyright {
  margin-top: auto;
}
.auth-form {
  display: flex;
  flex-direction: column;
  width: 23.9583333333vw;
  min-width: 345px;
  max-width: 500px;
  gap: 20px;
}
.auth-form input,
.auth-form button {
  height: 50px;
}
.auth-form > .action {
  margin-top: 20px;
}
.auth-form > .action button {
  margin-top: 0;
  width: 100%;
}
.auth-form .v-select {
  height: 50px !important;
}
.auth-form .v-select .vs__dropdown-toggle {
  height: 50px !important;
}
#MainAuthPage {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
}