* {
    box-sizing: border-box;
    color: #ffffff;
    font-family: 'Sailec', sans-serif;
    margin: 0;
    padding: 0;
}
body, html {
    height: 100%;
    font-family: 'Sailec', sans-serif;
    margin: 0;
}
button {
    background: none;
    border: none;
    margin: 0px;
    padding: 0;
    -webkit-appearance: none;
}
input, select, textarea{
    color: #333d47;
}
input {
    border:none;
    border-radius:5px;
    min-width:100%;
}
input#submit {
    min-width:0;
    width:140px;
}
input:-webkit-autofill, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset;
    -webkit-text-fill-color: #b1b3b3;
  }
@font-face {
    font-family: 'PF Din Text';
    src: url("../fonts/PFDinTextStd-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDinTextStd-Reg.otf") format("opentype"), url("../fonts/PFDinTextStd-Regular.woff") format("woff"), url("../fonts/PFDinTextStd-Regular.ttf") format("truetype"), url("../fonts/PFDinTextStd-Regular.svg") format("svg");
    font-weight: 300;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'PF Din Text';
    src: url("../fonts/PFDinTextStd-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDinTextStd-Italic.otf") format("opentype"), url("../fonts/PFDinTextStd-Italic.woff") format("woff"), url("../fonts/PFDinTextStd-Italic.ttf") format("truetype"), url("../fonts/PFDinTextStd-Italic.svg") format("svg");
    font-weight: 300;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'PF Din Text';
    src: url("../fonts/PFDinTextStd-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDinTextStd-Medium.otf") format("opentype"), url("../fonts/PFDinTextStd-Medium.woff") format("woff"), url("../fonts/PFDinTextStd-Medium.ttf") format("truetype"), url("../fonts/PFDinTextStd-Medium.svg") format("svg");
    font-weight: 500;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'PF Din Text';
    src: url("../fonts/PFDinTextStd-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDinTextStd-Bold.otf") format("opentype"), url("../fonts/PFDinTextStd-Bold.woff") format("woff"), url("../fonts/PFDinTextStd-Bold.ttf") format("truetype"), url("../fonts/PFDinTextStd-Bold.svg") format("svg");
    font-weight: 700;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Sailec';
    src: url("../fonts/Sailec-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Sailec-Medium.otf") format("opentype"), url("../fonts/Sailec-Medium.woff") format("woff"), url("../fonts/Sailec-Medium.ttf") format("truetype"), url("../fonts/Sailec-Medium.svg") format("svg");
    font-weight: 500;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Sailec';
    src: url("../fonts/Sailec-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Sailec-Bold.otf") format("opentype"), url("../fonts/Sailec-Bold.woff") format("woff"), url("../fonts/Sailec-Bold.ttf") format("truetype"), url("../fonts/Sailec-Bold.svg") format("svg");
    font-weight: 700;
    font-style: normal;
  }
.bg {
    /* The image used */
    background-image: url("http://dclm.commscentre.co.uk/test/assets/img/hero.jpg");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.header-band {
    background: #333d47;
    display: table;
    height:100px;
    padding: 0px 50px;
    width: 100%;
}
.leisure-logo {
    display: table-cell;
    vertical-align: middle;
}
.oliver-logo {
    display: table-cell;
    padding-top: 5px;
    text-align: right;
    vertical-align: middle;
}
.gradient-band {
    height:5px;
    width: 100%;
    background: linear-gradient(270deg, #f19124, #eb6b21);
}
.body-band {
    display: table;
    height: -moz-calc(100% - 105px);
    height: -webkit-calc(100% - 105px);
    height: calc(100% - 105px);
    width: 100%;
}
.body-band--container {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}
.body-band--2 {
    background-image: url("http://dclm.commscentre.co.uk/test/assets/img/pattern.svg");
    background-size: cover;

    box-shadow: 0px 0px 50px rgba(0,0,0,0.5);
    overflow: hidden;
    position: relative;
    display: table;
    float: right;
    margin-right: 50px;
    height: 450px;
    width: 320px;
}
.body-band--2--container {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}
.gradient-band-left {
    background: linear-gradient(180deg, #f19124, #eb6b21);
    float:left;
    height: 100%;
    width:5px;
}
.text-wrapper {
    display: table;
    height:100%;
}
.text-container {
    display: table-cell;
    padding: 25px 50px 25px 25px;
    vertical-align: middle;
}
.title {
    font-size:30px;
    padding: 0px 0px 25px 0px;
}
.input-tags {
    font-family: 'Sailec', sans-serif,;
    font-weight:bold;
    padding-bottom: 10px;
}
.username {
    padding: 10px;
    margin-bottom: 25px;
}
.password {
    padding: 10px;
    margin-bottom: 25px;
}
#submit {
    box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
    color:#ffffff;
	font-family:'PFDinTextStd-Medium', sans-serif;
    float:left;
    background: #f19124;
    border-radius:100px;
    padding: 15px 0px;
    font-size:16px;
    transition: ease all 0.5s;
  }
  #submit:hover {
    box-shadow: 0px 0px 20px rgba(0,0,0,0.8);
    background: #eb6b21;
  }
.commsasset {
      color:#b1b3b3;
      text-decoration: none;
      float:right;
      font-family: 'PFDinTextStd-Regular', sans-serif;
      font-size:14px;
      font-weight:300;
      padding-top: 25px;
      transition: ease all 0.5s;
      width:100%;
  }
.commsasset:hover {
    color:#ffffff;
}
.need-help-modal {
      color: #b5b5b3;
      display: block;
      font-family: 'PFDinTextStd-Reg', sans-serif;
      font-size:12px;
      margin-top: -5px;
  }
.need-help-modal button {
    color: #b5b5b3;
    transition: ease all 0.5s;
}
.need-help-modal button:hover {
    color: #ffffff;
    cursor: pointer;
}
/* The Modal */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    border-radius: 4px;
    background-color: #fefefe;
    display: table;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    max-width:400px;
    width: 100%;
}

/* The Close Button */
.close {
    color: #ffffff;
    display: inline-block;
    float: right;
    font-family: 'Arial', sans-serif;
    line-height: 24px;
    font-size: 28px;
    font-weight: bold;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;
    background: #222222;
    text-align: center;
    transition: ease all 0.5s;
}
.close:hover {
    background: #2b95a3;
    cursor: pointer;
}
.oliver-logo-modal {
    display: inline-block;
    float: left;
    padding-top: 5px;
}
.oliver-logo-container {
    display: block;
}
.oliver-text-modal {
    color: #999999;
    display: block;
    float: left;
    font-family: 'PFDinTextStd-Reg', sans-serif;
    font-size:14px;
    font-weight:400;
    padding-top: 15px;
    padding-bottom: 25px;
    text-align: left;
    width: 100%;
}
.oliver-button {
    display: block;
    font-family: 'Sailec-Medium', 'Arial', sans-serif;
    font-weight:bold;
    width:100%;
}
.animated-line-container {
    margin-bottom: 10px;
}

.animated-line-link {
    display: inline-block;
    color: #222222;
    float:left;
    text-align: left;
    text-decoration: none;
}

.animated-line-link::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    margin-top: 3px;
    background: #2b95a3;
    transition: ease all .5s;
}

.animated-line-link:hover::after {
    background: #ebc147;
}