@import url("https://use.typekit.net/tte5guu.css");
.grid {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.grid > * {
  flex: 1;
  flex-grow: 4;
  padding-left: 1rem;
  padding-right: 1rem; }
  .grid > *:first-child {
    margin-left: -1rem; }
  .grid > *:last-child {
    margin-right: -1rem; }
  .grid > *.column--light {
    flex-grow: 2; }
  .grid > *.column--heavy {
    flex-grow: 8; }

.grid.no-margin > * {
  padding-left: 0;
  padding-right: 0; }
  .grid.no-margin > *:first-child {
    margin-left: 0; }
  .grid.no-margin > *:last-child {
    margin-right: 0; }

@media (max-width: 1280px) {
  .grid__large {
    display: block; } }
@media (max-width: 768px) {
  .grid__medium {
    display: block; }

  .grid__medium > * {
    padding-left: 0;
    padding-right: 0; }
    .grid__medium > *:first-child {
      margin-left: 0; }
    .grid__medium > *:last-child {
      margin-right: 0; } }
@media (max-width: 1024px) {
  .grid__large {
    display: block; }

  .grid__large > * {
    padding-left: 0;
    padding-right: 0; }
    .grid__large > *:first-child {
      margin-left: 0; }
    .grid__large > *:last-child {
      margin-right: 0; } }
.wrapper {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 960px; }
  .wrapper.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  @media screen and (max-width: 768px) {
    .wrapper {
      padding: 0 1rem; } }

.wrapper__large {
  max-width: 1680px; }

.wrapper__small {
  max-width: 640px; }

html,
body {
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem; }

h1,
h2,
h3,
h4,
dt {
  font-family: "vinyl", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  margin: 0 0 2rem;
  text-transform: uppercase; }

h1 {
  font-size: 7rem;
  line-height: 0.9; }
  @media screen and (max-width: 1280px) {
    h1 {
      font-size: 6rem; } }

h2 {
  font-size: 5rem; }
  @media screen and (max-width: 1280px) {
    h2 {
      font-size: 3rem; } }

h3 {
  font-size: 3rem;
  line-height: 1.2; }
  @media screen and (max-width: 1280px) {
    h3 {
      font-size: 2.5rem; } }

h4, dt {
  font-size: 2.5rem;
  line-height: 1.5;
  margin: 0; }
  @media screen and (max-width: 1280px) {
    h4, dt {
      font-size: 1.85rem; } }

dt {
  font-weight: bold;
  margin: 0 0 1rem;
  text-transform: uppercase; }

p, dd {
  color: #95989A;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  line-height: 2;
  margin: 0 0 2rem; }

input,
label {
  color: #fff !important;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif; }

a {
  color: #fff !important; }
  a:hover {
    color: #030000 !important; }

body {
  background: #030000;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  min-height: 100vh;
  position: relative; }

.forgetmenot {
  display: none; }

form {
  background: none !important;
  border-radius: 5px;
  box-shadow: none !important;
  padding: 0 2rem 1rem !important; }

input[type="text"],
input[type="password"] {
  background-color: transparent !important;
  border: solid 2px white;
  border-radius: 0;
  box-shadow: none;
  color: #fff !important;
  font-size: 1rem !important;
  padding: 1rem !important; }
  input[type="text"]:focus,
  input[type="password"]:focus {
    background-color: transparent !important;
    box-shadow: none; }

#login {
  width: 420px !important; }
  #login h1 a {
    background: url("../img/logo/logo-white.svg") center/contain no-repeat;
    height: 140px;
    margin: 0 auto 4rem;
    width: 150px; }
  #login #login_error, #login .message {
    background-color: rgba(255, 255, 255, 0.05) !important; }
  @media screen and (max-width: 600px) {
    #login {
      width: 100% !important; } }

.message {
  border: none !important; }

#nav {
  display: none; }

.submit input[type="submit"] {
  background-color: #fff !important;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  color: #030000 !important;
  display: inline-block;
  font-family: "vinyl", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  height: auto !important;
  letter-spacing: 1px;
  line-height: 1 !important;
  margin: 2rem 0 0;
  padding: 1rem 5rem !important;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }
  .submit input[type="submit"]:hover, .submit input[type="submit"]:active, .submit input[type="submit"]:focus {
    background-color: #030000 !important;
    border-color: #030000 !important;
    color: #fff !important; }

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