.operluma-auth-logo {
  width: 182px;
  height: 48px;
  object-fit: contain;
}

.operluma-auth-message {
  display: none;
  margin-top: 16px;
  border-radius: 4px;
  background: #eefbf7;
  padding: 12px 14px;
  color: #176c58;
  font-size: 14px;
  line-height: 20px;
}

.operluma-auth-message.is-visible {
  display: block;
}

@media (max-width: 639px) {
  .operluma-auth-logo {
    width: 182px;
    height: 48px;
  }
}
