html {
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#login_section {
  width: 400px;
  height: 400px;
  border-radius: 10px;
}
#login_section #login_avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #7952B3;
  display: flex;
  align-items: center;
  justify-content: center;
}
#login_section #login_avatar i {
  font-size: 400%;
  margin-top: -10px;
}
#login_section #login_form input {
  border: none;
  border-bottom: 1px solid;
  border-radius: 0;
  background-color: transparent;
}
#login_section #login_form #login_btn {
  background-color: #7952B3;
}
#login_section #login_form #login_btn:hover {
  background-color: #684799;
}
#login_section #login_form .form-text {
  font-size: 75%;
}

.toast-container {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  margin: auto;
}
.toast-container .toast {
  width: 450px;
}/*# sourceMappingURL=style.css.map */