.login-btn button {
  width: 76px;
  padding: 6px 0 4px 0;
  background: #5e28d7;
  border: 1px solid #5e27d8;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.login-btn button:hover {
  background-color: transparent;
  color: #fff;
}

.login-btn {
    display: flex;
    align-items: center;
}