body.login {
  background: #ffffff;
  height: auto;
  min-height: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


body.login div#login form#loginform p.submit input.button {
  display: block;
  background: #8c198c;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  padding: 12px 20px;
  border: 0;
  border-radius: 100px;
  box-shadow: none;
  box-sizing: border-box;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  text-shadow: none;
}