@charset "utf-8";

.login-page {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(107deg, #c4f1ff 1.67%, #e7e4fe 100%);
  color: var(--color-6);
}

.login-page::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../assets/images/login/bg.png") center/cover;
}

.login-page .section {
  position: relative;
  width: calc(100% - 40px);
  max-width: 445px;
  z-index: 10;
}

.login-page .section-container {
  padding: 53px 30px 32px;
  border-radius: 10px;
  background: var(--color-f);
  box-shadow: 4px 4px 40px 0px var(--alpha-black-25);
}

.login-page .section-title {
  margin-bottom: 42px;
}

.login-page .section-title h1 {
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  color: var(--color-blue-1);
}

.login-page .lg:not(:last-of-type) {
  margin-bottom: 10px;
}

.login-page .checkbox-group {
  margin: 13px 0 20px;
}

.login-page .login-info {
  text-align: center;
  padding: 10px 0;
}
