/* .user-login-form{
  margin-top: 300px;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: 'Gotham', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #9b288c;
  height: 500px;
  background-color: white;
}
.user-login-form .button{
  font-family: 'Gotham', sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  will-change: color, border, box-shadow, background;
  transition: all 300ms ease-in-out;
  color: #fff;
  border: 2px solid #cc91c6;
  box-shadow: 0 2px 2px 0 rgb(61 5 58 / 30%);
  background: #9b288c;
  line-height: 16px;
}

.user-login-form .button:hover {
  box-shadow: 0 3px 8px 0 rgb(61 5 58 / 30%);
  color: #9b288c;
  background: #ffcb03;
} */
body form.user-login-form input[type="text"],
body form.user-login-form input[type="password"] {
  color: purple!important;
}
body form.user-login-form ul li {
  margin-bottom: 10px;
}
body form.user-login-form ul li:last-of-type {
  margin-bottom: 0;
}

#user-logout-confirm {
  padding: 300px 25px 40px;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  color: #9b288c;
  line-height: 1.2;
}

#user-logout-confirm #edit-submit {
  position: relative;
  display: inline-block;
  padding: 20px;
  border: 2px solid #cc91c6;
  background: #9b288c;
  box-shadow: 0 2px 2px 0 rgba(61, 5, 58, 0.3);
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  font-size: 16px;
  transition: all 300ms ease-in-out;
  will-change: color, border, box-shadow, background;
}

#user-logout-confirm #edit-submit:hover {
  background: #ffcb03;
  box-shadow: 0 3px 8px 0 rgba(61, 5, 58, 0.3);
  color: #9b288c;
  border: 2px solid #9b288c;
}

#user-logout-confirm #edit-cancel {
  font-size: 16px;
}
