:root {
  font-size: 62.5%;
}

*, *::after, *::before {
  box-sizing: border-box;
}

html body {
  font-size: 1.6rem;
  padding: 0;
  margin: 0;
  font-family: "Ubuntu", sans-serif;
}
html body h1, html body h2, html body h3, html body h4, html body h5, html body h6, html body ul, html body p {
  margin: 0;
}
html body .container {
  background: #EFF5FF;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
html body .container__header {
  height: 17.2rem;
  background: url("../assets/waves.svg") #483EFF;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  padding: 0;
  padding-top: 3.2rem;
  position: relative;
}
html body .container__pages {
  display: flex;
  column-gap: 1.6rem;
  list-style: none;
  padding: 0;
  margin-left: -2rem;
}
html body .container__stepinfo {
  display: none;
}
html body .container__pageitem {
  border: 2px solid #fff;
  color: #fff;
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
}
html body .container__pageitem--selected {
  border-color: #BEE2FD;
  color: #022959;
  background-color: #BEE2FD;
}
html body .container__info {
  background-color: #fff;
  height: 37.6rem;
  width: 34.3rem;
  position: absolute;
  top: 9.9rem;
  border-radius: 10px;
  padding: 3.2rem 2.4rem;
  align-self: center;
}
html body .container__info-title {
  font-weight: bold;
  font-size: 24px;
  color: #022959;
  margin: 0;
}
html body .container__info-subtitle {
  color: #9699AA;
  font-weight: normal;
  font-size: 16px;
  margin-top: 0.9rem;
}
html body .container__form {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  margin-top: 2.2rem;
}
html body .container__form-group {
  display: flex;
  flex-direction: column;
}
html body .container__form-input {
  margin-top: 0.3rem;
  height: 4rem;
  border-radius: 4px;
  border: 1.5px solid #D6D9E6;
  outline: none;
  padding: 1.1rem 1.6rem;
  font-size: 15px;
  font-weight: 500;
  color: #9699AA;
}
html body .container__form-label {
  font-weight: normal;
  font-size: 12px;
  color: #022959;
}
html body .container__form-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
html body .container__action-wrapper {
  background-color: #fff;
  height: 7.2rem;
  padding: 1.6rem;
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-top: auto;
}
html body .container__action {
  width: 9.7rem;
  height: 4rem;
  border: none;
  background: #022959;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
}
@media screen and (min-width: 940px) {
  html body .container {
    background-color: #fff;
    flex-direction: row;
    justify-content: space-around;
    padding: 1.6rem 0;
  }
  html body .container__header {
    width: 27.4rem;
    height: 100%;
    border-radius: 8px;
    background-position: bottom;
  }
  html body .container__pages {
    flex-direction: column;
    column-gap: 0;
    row-gap: 3.2rem;
    align-items: flex-start;
  }
  html body .container__itemwrapper {
    display: flex;
    column-gap: 1.6rem;
  }
  html body .container__stepinfo {
    display: flex;
    flex-direction: column;
    row-gap: 0.4rem;
  }
  html body .container__step-title {
    font-weight: normal;
    font-size: 12px;
    color: #ABBCFF;
  }
  html body .container__form-wrapper {
    align-self: center;
  }
  html body .container__step-subtitle {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
  }
  html body .container__info {
    position: relative;
    width: 100%;
    top: 0;
  }
  html body .container__action-wrapper {
    padding-right: 0;
    margin-top: 9.9rem;
    top: 0;
  }
}

/*# sourceMappingURL=styles.css.map */
