.login-button {
  width: 100%;
  min-height: 46px;
  margin-bottom: 10px;
  padding: 13px 16px;
  background: #e7ecf5;
  color: #0b1018;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  transition: 0.2s;
}

.login-button:hover {
  background: #fff;
  transform: translateY(-1px);
}
