html {
  background-color: #ebf8fd;
  min-width: 50em;
}
body {
  padding: 2em;
  margin: 0 auto;
}

.sign-in-container {
  border-radius: 2em;
  display: flex;
  flex-direction: column;
  padding: 4em;
  width: 36em;
  min-width: 36em;
  z-index: 10;
}

.logo {
  width: 5em;
  position: absolute;
}

.graphic-container {
  padding: 2em;
  height: 100%;
  min-width: 10em;
  display: flex;
  position: relative;
}

.graphic {
  width: 40em;
  min-width: 40em;
  height: 30em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15em;
  margin-left: -20em;
  flex-shrink: 0;
}

.subtitle {
  font-family: Pretendard Variable;
  font-weight: 400;
  font-size: 1em;
  line-height: 19.09px;
  letter-spacing: 6px;
  color: #7d8494;
  margin: 2em 0;
}

.title {
  font-family: Pretendard Variable;
  font-size: 2em;
  font-weight: 800;
  line-height: 47.3px;
  letter-spacing: -0.4000000059604645px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #3a3a41;
}

.input-container {
  margin-top: 2em;
  position: relative;
  display: flex;
  flex-direction: column;
}

.input-container input {
  width: 100%;
  padding: 1em 0;
  border: none;
  border-bottom: 1px solid #7d8494;
  background-color: transparent;
  color: #3a3a41;
  font-family: Pretendard Variable;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.09px;
  letter-spacing: 0.16px;
  outline: none;
}

.checkbox-container {
  display: flex;
  align-items: center;
  margin-top: 2em;
}

.checkbox-container input {
  border: 0;
}

.button {
  background: linear-gradient(90deg, #00a5e5 0%, #05507d 100%);
  border-radius: 1em;
  margin-top: 2em;
}

.button p {
  font-family: Pretendard Variable;
  font-size: 20px;
  font-weight: 800;
  line-height: 60px;
  letter-spacing: -0.4px;
  color: #ffffff;
  margin: 0;
  text-align: center;
}

.links {
  display: flex;
  /* justify-content: space-between; */
  margin-top: auto;
  flex-direction: column;
}

.links a {
  font-family: Pretendard Variable;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.09px;
  letter-spacing: 0.16px;
  color: #7d8494;
}
