body .tg-login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
}

.tg-login-box {
  background: #fff;
  width: 100%;
  max-width: 786px;
  padding: 40px;
  box-shadow: #ccc 0px 0px 10px;
}

.tg-form .tg-form-row {
  margin-bottom: 1.2rem;
  text-align: left;
}

.tg-form label {
  display: block;
  text-align: left;
  margin-bottom: 0.4rem;
}
.tg-form label span {
  color: red;
}

.tg-form input {
  width: 100%;
  padding: 0.7rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.tg-form input[type=checkbox] {
  width: auto;
  padding: 0;
  border: none;
  border-radius: 0;
}

.tg-btn-login {
  width: 100%;
  padding: 0.75rem;
  background-color: #0a1f44;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.tg-btn-login:hover {
  background-color: #082036;
}

.tg-login-links {
  margin-top: 1rem;
  text-align: right;
}
.tg-login-links a {
  color: #0a1f44;
  text-decoration: none;
}
.tg-login-links a:hover {
  text-decoration: underline;
}


.tg-sub-menu ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 10px;
  list-style: none;
  background-color: #F5F6FA;
}

.tg-password-requirements {
  font-size: 0.9rem;
  color: #555;
  margin-top: -10px;
  margin-bottom: 10px;
}