@charset "UTF-8";
.login-button {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  background: #000000;
  padding: 10px 30px 10px 30px;
  text-decoration: none;
}

.login-button:hover {
  background: #3cb0fd;
  text-decoration: none;
}