@import url("./index.css");

.or-login {
  display: flex;
  background: left 0px top 50% url("../images/orisha-sunrise.svg") no-repeat;
  background-size: auto 80%;
  background-color: var(--or-primary);
  position: relative;
  justify-content: end;
}

.or-login .or-login-logo {
  position: absolute;
  width: 160px;
  left: 24px;
  bottom: 12px;
}

.or-login .or-login-sidebar {
  display: flex;
  position: relative;
  width: 33%;
  min-width: 512px;
  background: right 0px bottom -120px
    url("../images/shards-background-right.svg") no-repeat;
  background-size: 320px;
  background-color: var(--or-surface);
}

.or-login .or-login-sidebar-container {
  position: absolute;
  inset: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin: 54px;
}

@media only screen and (max-width: 1024px) {
  .or-login {
    /* Fix toolbar color on safari */
    background-color: var(--or-background);
  }

  .or-login .or-login-sidebar {
    background-color: var(--or-background);
    width: 100%;
    min-width: 100%;
  }

  .or-login .or-login-sidebar-container {
    margin: 24px;
  }
}

.or-login .or-login-product-logo {
  margin: 0px auto;
  width: 296px;
}

.or-login .or-login-product-version {
  color: var(--or-secondary);
}

.or-login .or-login-title {
  line-height: 38px;
  align-self: flex-start;
  color: var(--or-primary);
}

.or-login .or-login-form {
  gap: 24px;
  display: flex;
  flex-direction: column;
  margin: 32px 0px;
  padding: 32px;
  border-radius: 10px;
  box-shadow: 0px 10px 20px var(--or-purple-100);
  background-color: var(--or-surface);
  overflow-y: hidden;
}

.or-login .or-login-form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}

.or-login .or-login-form-group label {
  margin-bottom: 4px;
}

.or-login .or-login-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
