/* Portal login page (app.blade.php). The form itself is styled in css/style.css (new_blade_*). */
body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}

/* style.css sets .container{margin:0} for the portal pages; the login box stays centered */
.container {
  margin-left: auto;
  margin-right: auto;
}
