.login-logo {
  filter: brightness(0) invert(1);
}

.customer-login-link {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  border: 1px solid #2f8fe8;
  border-radius: 5px;
  color: #55a9ff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.customer-login-link:hover {
  background: rgba(47, 143, 232, .1);
}
