.split-login-right {
    display: none;
  }
  
  .split-login-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  
  .split-login-footer {
    padding-bottom: 2rem;
  }
  
  .split-login-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    background: #ffffff;
  }
  
  .split-login {
    background: #F2F5F8;
    height: 100vh;
    width: 100vw;
    min-width: 400px;
    min-height: 600px;
	max-height: 809px;
  }
  .title {
      color: #656565;
  }
  .login-cont {
    width: 400px;
  }
  p {
      color: #878787;
	  font-size: 0.8em;
	  margin: 10px 0px 10px;
  }
  a {
      color: #878787;
  }
  .cont-link {
      display: block;
  }
  .fa-user {
      background: #FEDF58;
      font-size: 27.2px;
      padding: 21.4px 23px;
      color: #363636;
      float: left;
  }
  .ts {
      background: #2383eb;
      font-size: 21px;
      padding: 20.7px 23px;
      color: #363636;
      float: left;
      font-weight: bold;
  }
  .a-link-external {
      text-decoration: none;
  }
  .a-link-staff {
      text-decoration: none;
  }
  .link-external {
      background: #ffc130;
  }
  .link-staff {
      background: #005ecf;
  }
  .link-external p {
      color: #363636;
      padding: 22px;
      margin-left: 70px;
      font-size: 18px;
  }
  .link-staff p {
      color: #ffffff;
      padding: 23px;
      margin-left: 70px;
      font-size: 18px;
  }
  
  body {
    margin: 0;
    font-family: "Segoe UI Web (West European)",Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif;
    background: #F2F5F8;   
  }
  
  * {
    box-sizing: border-box;
  }
  .logo {
    width: 100px;
  }
  
  .link-external a {
      background: #FDC709;
      padding: 10px;
  }
  @media (min-width: 1024px) {
    .split-login {
        display: flex;
        flex-direction: row;
        width:81vw;
        padding: 80px 0px 80px 0px;
        margin-left: -9vw;
    }
  
    .split-login-right {
      display: initial;
      background: #002773;
      height: 100%;
      background: url('https://public-cdn.opcw.org/$web/login/img/bg-right.png') no-repeat;
      background-position: center;
    }
  
    .split-login-half {
      width: 50%;
    }
	
	h1{
		font-size: 1.8em;
	}
	
	
  }