.button-login {
  position: relative;
  left: 45%;
  display: inline-block;
  border: none;
  border-radius: 2px;
  margin-top: 10px;
  width: 140px;
  height: 35px;
  padding: 0;
  background-color: transparent;
}

.button-login-icon {
  /* float: left; */
  /* height: 18px; */
  /* padding: 1px 0px 0px 4px; */
  width: 140px;
  border: 0;
}

.button-login-text {
  line-height: 21px;
  background-image: -webkit-linear-gradient(bottom, #ddd, white);
  font-size: 12px;
}
