html,
body {
  min-height: 100%;
}

body.temwok-login-page {
  background: #0f3255;
  color: #2f2f2f;
  font-family: "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  min-height: 100vh;
  overflow: hidden;
}

.temwok-login-shell {
  min-height: 100vh;
  width: 100%;
}

.temwok-login-hero {
  background: #0f3255 url("../img/temwok-login-bg.jpg") center center / cover no-repeat;
  height: 100vh;
  min-height: 720px;
  position: relative;
  width: 100vw;
}

.temwok-login-logo {
  left: 50%;
  display: block;
  max-width: 292px;
  position: absolute;
  top: 28%;
  transform: translateX(-50%);
  width: 14.25vw;
}

.temwok-login-card {
  background: #fff;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(15, 50, 85, 0.08);
  left: 50%;
  max-width: none;
  padding: 3.1vw 3.4vw 3vw;
  position: absolute;
  top: 40.2%;
  transform: translateX(-50%);
  width: 32vw;
}

.temwok-login-form .form-group {
  margin-bottom: 1.8vw;
}

.temwok-login-field {
  position: relative;
}

.temwok-login-field-icon {
  color: #0f3255;
  font-size: 1.35vw;
  left: 0.95vw;
  line-height: 1;
  position: absolute;
  top: 1.08vw;
  z-index: 2;
}

.temwok-login-form .form-control {
  background: #fff;
  border: 1px solid #d5dde8;
  border-radius: 9px;
  box-shadow: none;
  color: #2f2f2f;
  font-size: 1.22vw;
  font-weight: 600;
  height: 3.25vw;
  padding: 0.62vw 0.9vw 0.62vw 3.1vw;
}

.temwok-login-form .form-control:focus {
  border-color: #0f3255;
  box-shadow: 0 0 0 2px rgba(15, 50, 85, 0.08);
}

.temwok-login-form .form-control::placeholder {
  color: #7d858f;
  font-weight: 600;
}

.temwok-login-button {
  background: #0f3255;
  border: 0;
  border-radius: 9px;
  color: #fff;
  font-size: 1.22vw;
  font-weight: 700;
  height: 3.15vw;
  margin-top: 0.32vw;
}

.temwok-login-button:hover,
.temwok-login-button:focus,
.temwok-login-button:active {
  background: #0b2846 !important;
  color: #fff;
  outline: none;
}

.temwok-login-links {
  display: flex;
  font-size: 0.82vw;
  font-weight: 600;
  justify-content: space-between;
  margin-top: 0.72vw;
}

.temwok-login-links a,
.temwok-login-credits a {
  color: #6d747d;
}

.temwok-login-links a:hover,
.temwok-login-credits a:hover {
  color: #0f3255;
  text-decoration: none;
}

.temwok-login-credits {
  align-items: center;
  bottom: 12%;
  display: flex;
  gap: 10px;
  justify-content: center;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.temwok-login-credits a {
  color: #d6d5d5;
  font-size: 0.9vw;
  font-weight: 700;
  white-space: nowrap;
}

.temwok-login-credits span {
  background: #d6d5d5;
  display: inline-block;
  height: 20px;
  width: 1px;
}

@media (max-width: 1100px) {
  .temwok-login-logo {
    width: 180px;
  }

  .temwok-login-card {
    padding: 34px 38px 36px;
    width: 430px;
  }

  .temwok-login-form .form-group {
    margin-bottom: 22px;
  }

  .temwok-login-field-icon {
    font-size: 20px;
    left: 15px;
    top: 16px;
  }

  .temwok-login-form .form-control,
  .temwok-login-button {
    font-size: 18px;
    height: 54px;
  }

  .temwok-login-form .form-control {
    padding-left: 48px;
  }

  .temwok-login-links,
  .temwok-login-credits a {
    font-size: 14px;
  }
}

@media (max-width: 560px) {
  body.temwok-login-page {
    overflow: auto;
  }

  .temwok-login-hero {
    background-position: 42% center;
    min-height: 100vh;
    padding: 82px 14px 32px;
  }

  .temwok-login-logo {
    left: 50%;
    top: 88px;
    width: 190px;
  }

  .temwok-login-card {
    left: 50%;
    padding: 30px 22px;
    top: 210px;
    width: calc(100vw - 28px);
  }

  .temwok-login-credits {
    bottom: 36px;
    position: static;
    transform: translateX(0);
  }
}
