/* Yewon Arts University logo styles */

.yewon-logo {
  display: block;
  object-fit: contain;
}

.yewon-logo--header {
  height: 38px;
  width: auto;
  max-width: 220px;
}

.yewon-logo--header-dark {
  height: 38px;
  width: auto;
  max-width: 220px;
}

.logo-mark,
.login-logo {
  overflow: hidden;
  padding: 0;
  background: #fff;
  border: none;
}

.header .logo-mark {
  width: auto;
  height: 38px;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}

.login-logo {
  width: 72px;
  height: 72px;
  margin: 0 auto 1rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--border);
  padding: 8px;
}

.login-logo .yewon-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
