* {
  box-sizing: border-box;
  user-select: none; }

body {
  margin: 0;
  padding: 0;
  background: #333;
  font-family: "Open Sans", sans-serif; }

.main-image {
  width: 60%;
  height: 100vh;
  background-image: url(../images/landscape.jpg);
  background-position: right 0px;
  background-size: cover;
  display: table-cell; }

.main-title {
    position: absolute;
    top: calc(50% - 80px);
    left: 0px;
    font-weight: 300;
    font-size: 3.5em;
    text-align: center;
    display: block;
    width: 60%;
    text-shadow: 0px 0px 20px #000, 0px 0px 20px #000, 0px 0px 20px #000;
    color: #FFF;
}

.container {
  display: table;
  width: 100%; }

.login-area {
  width: 40%;
  height: 100vh;
  position: relative;
  background: #24C6DC;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #24a9dc, #514A9D);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #24a9dc, #514A9D);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  color: #FFF; }
  .login-area .back {
    position: absolute;
    top: 40px;
    text-align: center;
    left: calc(50% - 30px);
    height: 60px; }
    .login-area .back a {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border: solid 2px #FFF;
      -webkit-transition: background-color 0.25s ease-in-out;
      -moz-transition: background-color 0.25s ease-in-out;
      -ms-transition: background-color 0.25s ease-in-out;
      -o-transition: background-color 0.25s ease-in-out;
      transition: background-color 0.25s ease-in-out;
      display: block; }
      .login-area .back a svg {
        margin-top: 15px;
        margin-right: 4px; }
        .login-area .back a svg path {
          -webkit-transition: fill 0.25s ease-in-out;
          -moz-transition: fill 0.25s ease-in-out;
          -ms-transition: fill 0.25s ease-in-out;
          -o-transition: fill 0.25s ease-in-out;
          transition: fill 0.25s ease-in-out; }
      .login-area .back a:hover {
        background-color: #FFF; }
        .login-area .back a:hover svg path {
          fill: #514A9D; }
  .login-area h1 {
    font-weight: 300;
    font-size: 2.6em;
    margin-top: 0px;
    margin-bottom: 20px; }
    .login-area h1.small {
      font-size: 2.2em; }
  .login-area .intro {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    font-weight: 100;
    font-size: 1.2em;
    color: #b4d2f1;
    margin-bottom: 20px; }
  .login-area section {
    width: 100%;
    max-width: 480px;
    display: table;
    margin: 0 auto; }
  .login-area .form-group {
    position: relative;
    margin-bottom: 18px; }
    .login-area .form-group .icon {
      position: absolute;
      top: 0px;
      left: -1px;
      width: 55px;
      height: 55px;
      background-color: #514A9D;
      border-radius: 58px 0px 0px 58px;
      -webkit-border-radius: 58px 0px 0px 58px;
      -moz-border-radius: 58px 0px 0px 58px;
      -ms-border-radius: 58px 0px 0px 58px;
      -o-border-radius: 58px 0px 0px 58px; }
      .login-area .form-group .icon svg {
        width: 20px;
        height: 20px;
        position: relative;
        margin-left: 4px;
        top: 16px; }

input[type=text], input[type=email], input[type=password] {
  border-radius: 0px 55px 55px 0px;
  -webkit-border-radius: 0px 55px 55px 0px;
  -moz-border-radius: 0px 55px 55px 0px;
  -ms-border-radius: 0px 55px 55px 0px;
  -o-border-radius: 0px 55px 55px 0px;
  padding: 0px 20px;
  width: calc(100% - 55px);
  height: 55px;
  line-height: 55px;
  border: 0px;
  margin-left: 53px;
  background-color: #FFF;
  border: solid 2px #FFF;
  font-size: 1.2em;
  outline: none; }
  input[type=text]:focus, input[type=email]:focus, input[type=password]:focus {
    border-color: #514A9D; }

.btn {
  border-radius: 55px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  -ms-border-radius: 55px;
  -o-border-radius: 55px;
  padding: 0px 20px;
  width: 100%;
  height: 55px;
  line-height: 55px;
  border: 0px;
  background-color: #514A9D;
  text-decoration: none;
  color: #FFF;
  font-size: 1.1em;
  outline: none;
  cursor: pointer;
  display: block;
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out; }
  .btn:hover, .btn:focus {
    background-color: #48428c; }

.bottom-link {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%; }
  .bottom-link a {
    color: #EEE;
    text-decoration: none; }
    .bottom-link a:hover {
      color: #FFF;
      text-decoration: underline; }

/*** Validation ***/
.validation-summary-errors {
  border-radius: 55px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  -ms-border-radius: 55px;
  -o-border-radius: 55px;
  min-height: 55px;
  margin-bottom: 18px; }
  .validation-summary-errors ul {
    padding-left: 0px; }
    .validation-summary-errors ul li {
      list-style-type: none;
      font-size: 1em; }
  .validation-summary-errors.error {
    background-color: #d24949;
    border: solid 1px #a51515; }

#password-requirements {
  position: fixed;
  -webkit-transition: opacity 0.3s ease, margin-top 0.3s ease;
  -moz-transition: opacity 0.3s ease, margin-top 0.3s ease;
  -ms-transition: opacity 0.3s ease, margin-top 0.3s ease;
  -o-transition: opacity 0.3s ease, margin-top 0.3s ease;
  transition: opacity 0.3s ease, margin-top 0.3s ease;
  opacity: 0;
  visibility: hidden;
  margin-top: -70px; }
  #password-requirements.show {
    margin-top: -90px;
    opacity: 1;
    visibility: visible; }
  #password-requirements.end-valid:after {
    border-top-color: #1abc9c; }
  #password-requirements:after {
    top: 100%;
    left: 28px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #000000;
    border-width: 12px;
    margin-left: -12px; }
  #password-requirements.capital-valid:after {
    border-top-color: #1abc9c; }
  #password-requirements ul {
    padding-left: 0px; }
    #password-requirements ul li {
      width: 55px;
      height: 55px;
      padding-top: 15px;
      list-style-type: none;
      background-color: #000;
      text-align: center;
      float: left;
      color: #FFF; }
      #password-requirements ul li.valid {
        background-color: #1abc9c; }

.pw-tick {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 55px;
  height: 55px;
  border-radius: 0px 55px 55px 0px;
  -webkit-border-radius: 0px 55px 55px 0px;
  -moz-border-radius: 0px 55px 55px 0px;
  -ms-border-radius: 0px 55px 55px 0px;
  -o-border-radius: 0px 55px 55px 0px;
  background-color: #514A9D;
  text-align: center;
  padding-right: 8px;
  padding-top: 18px;
  opacity: 0; }
  .pw-tick svg {
    width: 18px;
    height: 18px; }
  .pw-tick.show {
    opacity: 1; }

/*** Checkboxes ***/
.checkbox {
  margin-left: 20px;
  float: left; }
  .checkbox.center {
    float: none;
    margin: 0 auto;
    display: table; }

.forgot-pw {
  float: right;
  margin-right: 20px;
  margin-top: 10px; }
  .forgot-pw a {
    color: #DDD; }
    .forgot-pw a:hover {
      color: #FFF; }

input[type='checkbox'] {
  height: 0;
  width: 0;
  display: none; }

input[type='checkbox'] + label {
  position: relative;
  display: flex;
  margin: .6em 0;
  align-items: center;
  color: #DDD;
  transition: color 250ms cubic-bezier(0.4, 0, 0.23, 1);
  cursor: pointer; }

input[type='checkbox'] + label > span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  width: 1.5em;
  height: 1.5em;
  background: transparent;
  border: 2px solid #DDD;
  border-radius: 2px;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.4, 0, 0.23, 1); }

input[type='checkbox'] + label:hover, input[type='checkbox']:focus + label {
  color: #fff; }

input[type='checkbox'] + label:hover > span, input[type='checkbox']:focus + label > span {
  background: rgba(255, 255, 255, 0.1); }

input[type='checkbox']:checked + label > span {
  border: .75em solid #4f4f9f;
  animation: shrink-bounce 200ms cubic-bezier(0.4, 0, 0.23, 1); }

input[type='checkbox']:checked + label > span:before {
  content: "";
  position: absolute;
  top: .55em;
  left: .3em;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transform: rotate(45deg);
  transform-origin: 0% 100%;
  animation: checkbox-check 125ms 250ms cubic-bezier(0.4, 0, 0.23, 1) forwards; }

@keyframes shrink-bounce {
  0% {
    transform: scale(1); }
  33% {
    transform: scale(0.85); }
  100% {
    transform: scale(1); } }

@keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #FFF;
    transform: translate3d(0, 0, 0) rotate(45deg); }
  33% {
    width: .3em;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(45deg); }
  100% {
    width: .3em;
    height: .6em;
    border-color: #FFF;
    transform: translate3d(0, -0.6em, 0) rotate(45deg); } }

/*** LEGAL ***/
.legal ol {
  position: relative;
  counter-reset: item;
  padding-left: 0px; }
  .legal ol li {
    display: block;
    color: #eef2f5;
    clear: left; }
    .legal ol li:before {
      content: counters(item, ".") " ";
      counter-increment: item;
      padding-right: 10px;
      font-size: 22px;
      line-height: 33px;
      float: left; }
    .legal ol li li {
      padding-left: 25px; }
      .legal ol li li:before {
        padding-right: 10px;
        font-size: 15px;
        line-height: 22px;
        color: #dbe8ef;
        font-weight: 300; }

/*** Full Width ***/
.full-width .main-image {
  width: 100%; }

.full-width .legal {
  height: 100%; }

.full-width .login-area {
  position: fixed;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  text-align: left;
  padding: 40px 0px; }
  .full-width .login-area .content {
    height: calc(100% - 75px);
    padding: 0px 40px;
    overflow: auto; }
  .full-width .login-area .back {
    top: 30px;
    right: 40px;
    left: auto; }
  .full-width .login-area h1 {
    padding-left: 40px; }
  .full-width .login-area h2 {
    margin-bottom: 10px;
    font-weight: 400; }
  .full-width .login-area p {
    color: #bdd6e8;
    margin-top: 0px; }
    .full-width .login-area p a {
      color: #bdd6e8; }
      .full-width .login-area p a:hover {
        color: #FFF; }
  .full-width .login-area table {
    margin-bottom: 30px; }
    .full-width .login-area table thead th {
      padding: 20px 30px;
      background-color: rgba(0, 0, 0, 0.35);
      color: #FFF; }
    .full-width .login-area table tbody tr:nth-child(odd) td {
      background-color: rgba(0, 0, 0, 0.1); }
    .full-width .login-area table td {
      background-color: rgba(0, 0, 0, 0.15);
      padding: 20px 30px; }
