﻿* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  font-weight: normal;
  list-style-type: none; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: none; }

@font-face {
    font-family: 'Din';
    src: url(../../fonts/DIN.eot);
    src: url(../../fonts/DIN.eot?#iefix) format('embedded-opentype'),
        url(../../fonts/DIN.woff2) format('woff2'),
        url(../../fonts/DIN.woff) format('woff'),
        url(../../fonts/DIN.ttf) format('truetype'),
        url(../../fonts/DIN.svg#DIN) format('svg');
    font-weight: normal;
    font-style: normal;
}


.top-margin {
  margin-top: 70px; }

.top-half-margin {
  margin-top: 35px; }

body {
  color: white;
  font-family: 'Din', 'Abel', sans-serif;
  width: 100%; height: 100%; 
 
 }

.right {
  float: right; }

input,
select,
textarea {
  font-family: inherit;
  line-height: 1em; }

a {
  text-decoration: underline;
  color: white; }

.two-col {
  height: 100vh;
  overflow: hidden; }
  .two-col > div {
    width: 50%;
    float: left;
    height: 100vh;
    position: relative; }
  .two-col > div:first-child {
    background: #751625;
    display: flex;
    align-items: center;
    justify-content: center; }
  .two-col > div:last-child {
    background: white;
    overflow: hidden; }

.container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 40px; }

#apps {
  position: absolute;
  bottom: 30px;
  left: 30px; }
  #apps svg {
    fill: white;
    margin: 20px 40px 0 0; }

img {
  width: 100%; }

#login-form input {
  width: 100%;
  max-width: 600px;
  font-size: 15px; }

#login-form input[type=password],
#login-form input[type=text] {
  margin-bottom: 20px;
  color: #666;
  line-height: 25px;
  padding: 20px;
  border: none;
  font-size: 16px; }

#login-form input[type=button] {
  border: 0;
  padding: 20px;
  border: 2px solid white;
  background: #751625;
  color: white;
  font-size: 18px;
  line-height: 25px;
  cursor: pointer;
  text-align: center; }

#login-form #remember {
  width: 20px;
  height: 20px;
  background: white;
  margin-left: 15px; }
/*
#login-form #checkbox {
  width: 20px;
  height: 20px;
  background: white;
  color:#000000;
  margin-left: 15px; }
  */

input[type=checkbox] {
    display: none;
}
input[type=checkbox] + label {
    display: inline-block;
    border: 1px solid #000;
    margin-left: 15px;
    color:#000000;
    font-size:10pt;

  width: 23px;
  height: 23px;
  background: white;
    position: relative;
}
input[type=checkbox]:checked + label:after {
    content: '✔';
    display: inline-block;
    padding-left:20%;
    font-size:10pt;
}


video {
background-color: transparent !important;
}

#video {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  height: 100vh;
  width: 100%;
  
  z-index: -1;
  }

#strapline {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  max-width: 800px; }

#logo-svg path {
  fill: #751625; }

#est {
  font-size: 21px;
  text-align: center;
  color: #751625; }

@media screen and (max-width: 960px) {
  .two-col {
    display: flex;
    flex-direction: column;
    height: auto; }
    .two-col > div {
      width: 100%;
      float: none; }
    .two-col > div:first-child {
      order: 2;
      height: auto; }
    .two-col > div:last-child {
      order: 1;
      height: 50vh; }
  #est {
    font-size: 16px; }
  .container {
    padding: 25px; }
  #apps {
    margin-top: 60px;
    position: static; }
  #strapline {
    width: 66%; }
  #login-form input[type=text], #login-form input[type=password], #login-form input[type=submit] {
    padding: 15px;
    font-size: 16px; }
  .two-col > div:first-child {
    align-items: normal; }
  #video {
    height: 100vh; } }
