﻿.login-box {
  background: white;
  padding: 20px;
  border-radius: 2px;
  width: 90%;
  max-width: 400px;
  text-align: center;
  margin-bottom: 10px;
}

main {
  display: flex !important;
  justify-content: center;
}

@media (min-width: 768px) {
  .login-box {
    
  }
}

.login-box h2 {
  margin-bottom: 20px;
}


.signup-box {
  background: white;
  padding: 20px;
  border-radius: 2px;
  width: 90%;
  max-width: 400px;
  text-align: center;
  margin-bottom: 10px;
}