﻿html {
  height: 100%;
  background-attachment: fixed;
  background-size: 100% auto;
}

body {
  height: 100%;
  padding-top: 80px;
}

.container {
  max-width: 400px;
}
.container .wrapper {
  background-color: white;
  padding: 30px;
  box-shadow: 0px 2px 10px 0px rgba(0, 51, 153, 0.1);
  background-color: white;
  border: 0.0625rem solid #dbdbdb;
  border-radius: 0.25rem;
}
.container .wrapper #logo {
  padding: 0 25%;
}
.container .wrapper, .container .wrapper > form {
  display: flex;
  flex-direction: column;
}
