.user-login-form {
  font-family: var(--roomy-medium);
  width: 500px;
  margin: 160px auto 100px;
  padding: 30px;
  background-color: #f0594edd;
  -webkit-box-shadow: 0px 0px 17px 6px #f05a4e87;
          box-shadow: 0px 0px 17px 6px #f05a4e87;
  border-radius: 35px;
  color: white;
  font-weight: 700;
}

.user-login-form label::after {
  color: white !important;
}

.user-login-form input {
  border-radius: 10px;
  border: none;
}

.user-login-form #edit-submit {
  background-color: white;
  border: none;
  color: #f05a4e;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.user-login-form #edit-submit:hover {
  background-color: #f05a4e;
  color: white;
}
