.page_title {
  margin-bottom: 0;
}

main {
  margin-bottom: 20px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}

form {
  width: 100%;
}

/* TABLET MODE */
@media screen and (min-width: 600px) {
  .login-form {
    width: 500px;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
  }
}

/* DESKTOP MODE */
@media screen and (min-width: 1000px) {
  main {
    width: 800px !important;
  }
}
