#nav {
  display: none !important;
}

#backtoblog {
  display: none !important;
}

#loginform {
  border-radius: 12px;
  border: none;
  box-shadow: 4px 4px 18px rgba(0, 0, 0, 0.1) !important;
  background: oklch(97% 0.001 106.424) !important;
}

#loginform input[type="text"],
#loginform input[type="password"] {
  border-top: none;
  border-left: none;
  border-right: none;
}

#wp-submit {
  background-color: #6D8475 !important;
  border: none;
}