@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap);
.login[data-v-66b28ee0] {
  min-height: 100vh;
}
.login__title[data-v-66b28ee0] {
  font-weight: 400;
  font-size: 33px;
  color: #212121;
}
.login__subtitle[data-v-66b28ee0] {
  font-weight: 500;
  font-size: 19px;
  color: #757575;
}
.login__footer[data-v-66b28ee0] {
  display: flex;
  font-weight: 500;
  font-size: 19px;
  color: #757575;
}
.login__panel[data-v-66b28ee0] {
  height: 100%;
  padding: 5%;
  background: #673ab7;
  border-radius: 10px 0 0 10px;
}
.login__panel__title[data-v-66b28ee0] {
  font-weight: 700;
  font-size: 56px;
  color: #fff;
}
