main {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
main .main-wrapper {
  width: 400px;
  max-width: 100vw;
  padding: 3rem;
  padding-top: 1rem;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: space-evenly;
}
main .main-wrapper .logo-container {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
main .main-wrapper .logo-container .logo {
  width: 6rem;
}
main .main-wrapper .title {
  padding-top: 0rem;
  padding-bottom: 0.5rem;
  font-size: large;
}
main .main-wrapper .form-group {
  width: 100%;
}
main .main-wrapper .subtitle {
  color: #777;
  font-size: small;
  padding-bottom: 2rem;
}
main .main-wrapper .link {
  padding-top: 2rem;
  font-size: 13px;
  display: inline-block;
}
main .main-wrapper .row {
  display: flex;
  justify-content: space-between;
}
main .main-wrapper .row .form-group {
  width: 49%;
}
main .welcome-container {
  flex: 1;
  min-height: 100vh;
}
main .welcome-container img {
  width: 100%;
}

.show-modal {
  background: rgba(0, 0, 0, 0.397);
}
.show-modal .modal-content {
  width: 900px;
  max-width: 90%;
  padding: 2rem;
}
.show-modal .modal-content .text-h1 {
  padding-bottom: 1rem;
  text-align: center;
}
.show-modal .modal-content .text-h2 {
  padding-bottom: 2rem;
}
.show-modal .modal-content .text-p {
  padding-bottom: 0.5rem;
}

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