* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

body {
  font-size: 16px;
  position: relative;
  font-family: 'Raleway'; }

span {
  display: block; }

div.container {
  display: grid;
  grid-template-columns: auto;
  position: relative;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  align-items: center; }
  @media only screen and (min-width: 1024px) {
    div.container {
      width: 100vw; } }

div.background {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1; }
  div.background img {
    display: block;
    max-height: 100vh;
    transform: translate(-50%, -50%); }

div.container .overlay {
  display: grid;
  grid-template-columns: auto;
  z-index: 2;
  height: 100%;
  align-items: center;
  background: rgba(0, 75, 90, 0.8); }
  @media only screen and (min-width: 1024px) {
    div.container .overlay {
      background: none; } }

div.container div.overlay div.wrapper {
  display: grid;
  grid-template-columns: auto; }
  @media only screen and (min-width: 1024px) {
    div.container div.overlay div.wrapper {
      background-color: rgba(255, 255, 255, 0.85);
      margin: 0 auto;
      padding: 4rem 8rem; } }

.container .wrapper .logo {
  display: block;
  grid-template-columns: auto;
  position: absolute;
  top: 5rem;
  left: 50%; }
  .container .wrapper .logo img {
    display: block;
    height: 8rem;
    transform: translate(-50%, 0); }

section.form {
  margin: 0 auto;
  overflow: hidden;
  height: auto;
  height: 100%;
  width: 80%;
  max-width: 21.5rem; }
  @media only screen and (min-width: 1024px) {
    section.form {
      width: auto; } }
  section.form section.field-container .field-list {
    grid-row-gap: 1rem; }
    section.form section.field-container .field-list .field .input {
      border: 1px solid #C3C3C3;
      background-color: rgba(112, 112, 112, 0.85); }
      section.form section.field-container .field-list .field .input svg {
        display: block;
        height: 1rem;
        fill: rgba(255, 255, 255, 0.5); }
      section.form section.field-container .field-list .field .input input.control {
        color: #FFF;
        -webkit-text-fill-color: #FFF;
        font-weight: 700;
        font-family: Montserrat;
        text-align: center; }
        section.form section.field-container .field-list .field .input input.control::placeholder {
          color: #FFF;
          -webkit-text-fill-color: #FFF; }
    section.form section.field-container .field-list .field .check label span {
      color: #D3F0F5;
      -webkit-text-fill-color: #D3F0F5;
      font-weight: 400; }
      @media only screen and (min-width: 1024px) {
        section.form section.field-container .field-list .field .check label span {
          color: #18405A;
          -webkit-text-fill-color: #18405A; } }
    section.form section.field-container .field-list .field .link a span.forgot-my-password {
      color: #ED3C12;
      -webkit-text-fill-color: #ED3C12; }
    section.form section.field-container .field-list .field .link a span.register {
      color: #43A6BA;
      -webkit-text-fill-color: #43A6BA; }
      @media only screen and (min-width: 1024px) {
        section.form section.field-container .field-list .field .link a span.register {
          color: #18405A;
          -webkit-text-fill-color: #18405A; } }
    section.form section.field-container .field-list .field .link.right {
      margin-left: auto;
      display: inline; }
      section.form section.field-container .field-list .field .link.right > span {
        color: #D3F0F5;
        -webkit-text-fill-color: #D3F0F5;
        font-weight: 200;
        display: inline; }
        @media only screen and (min-width: 1024px) {
          section.form section.field-container .field-list .field .link.right > span {
            color: #18405A;
            -webkit-text-fill-color: #18405A; } }
      section.form section.field-container .field-list .field .link.right a span.register {
        display: inline; }

.wrapper > section.error-container {
  display: grid;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 2rem;
  background: rgba(255, 255, 255, 0.75);
  grid-row-gap: .125rem; }

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