
#wp-submit {
  background-color: #25558B;
  border: 2px solid #25558B;
  border-radius: 4rem;
  color: #FFFFFF;
  letter-spacing: 0.025em;
  padding: 0.5rem 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}

#wp-submit:hover {
  background-color: transparent;
  border: 2px solid #25558B;
  color: #25558B;
}

body {
  background: rgba(121,139,207,0.55);
  background: linear-gradient(165deg, rgba(121,139,207,0.22) 0%, rgba(121,139,207,0.55) 100%);
}

#login {
  width: clamp(320px, 80vw, 640px);
}

#loginform {
  border-radius: 5px;
}

#login-title {
  color: #19396B;
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}