.button-login {
  /* position: relative; */
  /* left: 45%; */
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #e7eaec;
  border-radius: 4px !important;
  border-width: thin !important;
  border-color: #E6EDF5;
  margin-top: 5px;
  width: 100%;
  height: 40px;
  padding: 0;
  padding-top: 10px;
  color: inherit;
  background-color: transparent;
  background: white;
}

.button-login-icon {
  float: left;
  height: 18px;
  padding: 1px 0px 0px 4px;
}

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