﻿* {
  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', 'Abel', sans-serif, 'Abel', sans-serif;
  src: url(../fonts/din.woff2) format("woff2"); }

.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: 5px;
  border: none;
  font-size: 16px; }

#login-form input[type=button] {
  border: 0;
  padding: 5px;
  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;
  margin-left: 15px; }

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 (min-width: 1450px) {

	.splitview{
		padding-left:10px;border-left:1px dashed #ffffff;
			
		}
}
@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; } }
