body {
  background-color: var(--background);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding: 0px 20px 0px 20px;
}
nav{
margin-left:-20px ;
}

.form-group label {
  font-weight: 600;
  color: var(--text-primary);
}

.form-con {
  margin-top: 150px;
  align-self: center;
  margin-bottom: 80px;
}

.description,
.password-hint {
  color: var(--text-secondary);
}

.terms-checkbox {
  display: flex;
  flex-direction: row;
  gap: 5px;
  color: var(--text-primary);
  margin-top: 20px;
}

.terms-checkbox #terms {
  transform: scale(.5);
  width: 10%;
  accent-color: var(--accent);
  /* margin-right: 5px; */

}

.terms-checkbox a {
  color: var(--accent);
  font-weight: 600;
}

.submit-btn {
  margin-top: 30px;
}

.auth-footer {
  color: var(--text-secondary);
  text-align: center;
}

.auth-footer a {
  color: var(--accent);
} 