body.body-auth .header-fixed {
  border-bottom: 1px solid #e5e7eb;
}
div.auth-form {
  border-radius: 8px;
  box-shadow: 0px 3px 5px grey;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-top: 30px;
  max-width: 450px;
  min-height: 560px;
  margin: 50px auto;
}
div.auth-form div.logo {
  font-size: 1.9rem;
  font-weight: bold;
}
div.auth-form div.logo a {
  color: #f6c738;
  text-decoration: none !important;
}
div.auth-form h1.get-started {
  font-size: 2rem;
  font-weight: 400;
}
div.auth-form div > label {
  font-size: smaller;
}
div.auth-form div > input.daisy-input {
  background-color: white;
  border: 1px solid #bbb;
}
div.auth-form div > input.daisy-input:focus {
  border-color: #60a5fa;
  outline: 2px solid #93c5fd;
  outline-offset: 1px;
}

div.auth-form hr {
  border: none;
  border-top: 1px solid #e5e7eb;
}
