@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");


@font-face {
    font-family: 'Spoof';
    src: url('../fonts/Spoof-Regular.eot');
    src: local('Spoof Regular'), local('../fonts/Spoof-Regular'),
        url('../fonts/Spoof-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Spoof-Regular.woff2') format('woff2'),
        url('../fonts/Spoof-Regular.woff') format('woff'),
        url('../fonts/Spoof-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Spoof';
    src: url('../fonts/Spoof-Medium.eot');
    src: local('Spoof Medium'), local('../fonts/Spoof-Medium'),
        url('../fonts/Spoof-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Spoof-Medium.woff2') format('woff2'),
        url('../fonts/Spoof-Medium.woff') format('woff'),
        url('../fonts/Spoof-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Spoof';
    src: url('../fonts/Spoof-Light.eot');
    src: local('Spoof Light'), local('../fonts/Spoof-Light'),
        url('../fonts/Spoof-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Spoof-Light.woff2') format('woff2'),
        url('../fonts/Spoof-Light.woff') format('woff'),
        url('../fonts/Spoof-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Spoof';
    src: url('../fonts/Spoof-Bold.eot');
    src: local('Spoof Bold'), local('../fonts/Spoof-Bold'),
        url('../fonts/Spoof-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Spoof-Bold.woff2') format('woff2'),
        url('../fonts/Spoof-Bold.woff') format('woff'),
        url('../fonts/Spoof-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Spoof';
    src: url('../fonts/Spoof-Thin.eot');
    src: local('Spoof Thin'), local('../fonts/Spoof-Thin'),
        url('../fonts/Spoof-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Spoof-Thin.woff2') format('woff2'),
        url('../fonts/Spoof-Thin.woff') format('woff'),
        url('../fonts/Spoof-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Spoof';
    src: url('../fonts/Spoof-Black.eot');
    src: local('Spoof Black'), local('../fonts/Spoof-Black'),
        url('../fonts/Spoof-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Spoof-Black.woff2') format('woff2'),
        url('../fonts/Spoof-Black.woff') format('woff'),
        url('../fonts/Spoof-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}


* {
  padding: 0;
  margin: 0;
  outline: none;
  font-weight: 400;
  font-family: 'Spoof', sans-serif;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  color: #1d1d1d;
}

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

.c-button {
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  padding: 12px 74px;
  margin: 0;
  vertical-align: middle;
  overflow: visible;
  color: #08a0a0;
  font: inherit;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  background: transparent;
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s ease;
}

.c-button:hover, .c-button:focus {
  outline: 0;
  text-decoration: none;
}

.c-button:not(:disabled) {
  cursor: pointer;
}

.c-button--purple {
  background: #967ADC;
  text-shadow: 2px 2px 0 #7652d1;
}

.c-button--purple:hover {
  background: #367286;
}

.c-button--blue {
  background: #ffffff;
}

.c-button--blue:hover {
  background: #333f4f;
}

.c-button--red {
  background: #E9573F;
  text-shadow: 2px 2px 0 #dc3519;
}

.c-button--red:hover {
  background: #e64328;
}

body {
  min-width: 1100px;
  background: #f7f7f7;
  overflow: hidden;
}

input[type="submit"], input[type="button"] {
  -webkit-appearance: none;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

h1 {
  font-weight: bold;
  font-size: 22px;
  color: #404f63;
}

h2 {
  font-size: 17px;
}

p {
  color: #545454;
  font-size: 14px;
  padding-top: 10px;
}
.disabled{pointer-events: none;}
strong, b {
  font-weight: bold;
  color: #08a0a0;
}

img {
  max-width: 100%;
}

.dummy img {
  filter: brightness(3.5);
}

a {
  cursor: pointer;
}

.clear {
  clear: both;
}
.empty {
    background: #bf00001c !important;
}
.clear{clear: both;}
button{font-family: 'Roboto', sans-serif !important;}
body {
    min-width: 1100px;
    background: #f7f7f7;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
}


.l_main, .main {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
}

.l_p {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #02464f;
}

.l_p .l_c a {
  display: block;
}

.l_p .l_c {
  width: 55%;
  margin: auto;
}

.l_p .l_c a img {
  height: 40px;
  margin-bottom: 15px;
  margin-left: -11px;
  filter: sepia(0)brightness(0)grayscale(0.5);
}

.l_p .l_c h1 {
  color: #6f6f6f;
  font-weight: 400;
}

.l_p .l_c h3 {
  color: #676773;
  font-weight: 400;
  font-size: 16px;
  padding-top: 4px;
}

.l_p .l_c .d_f {
  display: block;
  margin-top: 15px;
  position: relative;
}

.l_p .l_c .d_f label {
  display: block;
  padding: 7px 0;
  font-size: 13px
}

.l_p .l_c .d_f .i_b {
  position: relative;
  display: block;
}

.l_p .l_c .d_f .i_b .icon {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 22px;
  color: #099df2;
}

.l_p .l_c .d_f input[type="text"] {
  width: 100%;
  padding: 14px 0 14px 60px;
  border: 1px solid #099df2;
  background: transparent;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.7px;
}

.l_p .l_c .d_f input[type="password"] {
  width: 100%;
  padding: 14px 0 14px 60px;
  border: 1px solid #099df2;
  background: transparent;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.7px;
}

.l_p .l_c .f_p {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #099df2;
  text-decoration: underline;
}

.l_p .l_c .d_f button[type="submit"] {
  width: 100%;
  font-size: 16px;
  padding: 16px;
}

.l_p .l_c .d_f button[type="submit"]:hover {}

.l_p .l_c .f_frm {
  display: none;
  position: relative;
}

.l_p .l_c .f_frm .close {
  position: absolute;
  right: 0;
  color: #aeaeb2;
  font-size: 25px;
  top: 7px;
  cursor: pointer;
}

.r_p {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  background: url(../images/Still_life3.jpg) 50% center;
  background-size: cover;
}

.l_p .l_c .s_up {
  font-size: 15px;
  margin-top: 10px;
}

.l_p .l_c .s_up a {
  cursor: pointer;
  display: inline-block;
  text-decoration: underline;
  color: #099df2;
  font-weight: bold;
}

.l_p .l_c .l_w .btn {
  width: 100%;
  padding: 12px;
  border: none;
  margin: 5px 0;
  opacity: 0.85;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  /* remove underline from anchors */
  font-weight: 700;
}

.fb {
  background-color: #3B5998;
  color: #08a0a0;
}

.fb .fa {
  color: white;
}

.google .fa {
  color: white;
}

.google {
  background-color: #dd4b39;
  color: #08a0a0;
}

.l_p .l_c .or {
  text-align: center;
  margin: 30px auto;
  font-weight: bold;
  border: 1px solid #ccc;
  width: 41px;
  padding: 0;
  border-radius: 50px;
  padding: 8px 9px 12px 11px;
  background: #099df2;
  color: #08a0a0;
}

.l_p .l_c hr {
  position: relative;
  top: -52px;
  z-index: -1;
  border: 1px solid #efefef;
}

.l_p .l_c .s_frm {
  display: none;
  position: relative;
}

.l_p .l_c .s_frm .close {
  position: absolute;
  right: 0;
  color: #aeaeb2;
  font-size: 25px;
  top: 7px;
  cursor: pointer;
}


.l_p {
    flex: 0 0 40%;
    max-width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1A1D1F;
    overflow: hidden;
    position: relative;
}
.l_p .container img{position: relative;left: -10px;}
.l_p .container h1{font-size: 50px;
    font-weight: 100;
    color: #fff;
    margin-top: 40px;
    line-height: 60px;}
.l_p .a_sam{
    font-size: 23px;
    font-weight: 100;
    color: #fff;
    margin-top: 20px;
    line-height: 40px;
    z-index: 2;
    position: relative;
    }
.l_p .container {
  width: 80%;
  height: 45vh;
}
.l_p .camera{
    position: absolute !important;
    top: 75%!important;
    left: 55%!important;
    opacity: 0.6!important;
    transform: rotate(-15deg)!important;
    height: 240px!important;
    z-index: 1;
    filter: grayscale(1);
    }
.logo_n{position: absolute;top: 54px;}
.l_p #comparison {
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}

.l_p figure {
  position: absolute;
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/photoshop-face-before.jpg);
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.l_p #divisor {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/photoshop-face-after.jpg);
  background-size: cover;
  position: absolute;
  width: 50%;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  bottom: 0;
  height: 100%;
}
.l_p #divisor::before, #divisor::after {
  content: "";
  position: absolute;
  right: -2px;
  width: 4px;
  height: calc(50% - 25px);
  background: white;
  z-index: 3;
}
.l_p #divisor::before {
  top: 0;
  box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, 0.3);
}
.l_p #divisor::after {
  bottom: 0;
  box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.3);
}

.l_p #handle {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
.l_p #handle::before, #handle::after {
  content: "";
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
.l_p #handle::before {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}
.l_p #handle::after {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}

.l_p input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  background-color: transparent;
  width: calc(100% + 50px);
  z-index: 2;
}
.l_p input[type=range]:focus, input[type=range]:active {
  border: none;
  outline: none;
}

.l_p input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: transparent;
  border: 4px solid white;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
}

.l_p input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 15px;
  width: 100%;
  background-color: transparent;
  position: relative;
  outline: none;
}

    .r_p {
      flex: 0 0 60%;
      max-width: 60%;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #161616;
    }
    .r_p .l_c a img {
        height: 40px;
        margin-bottom: 15px;
        margin-left: -11px;
        filter: sepia(0)brightness(11)grayscale(0.5);
    }
    .r_p .l_c .d_f {
        display: block;
        margin-top: 25px;
        position: relative;
    }
    .r_p .l_c .d_f label{display: none;}
    input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus input:-webkit-autofill, textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus{
      -webkit-text-fill-color: #fff;
          -webkit-box-shadow: 0 0 0px 1000px #222222 inset;
          transition: background-color 5000s ease-in-out 0s;
          background: #222222;
            color: #fff;
    }
    .r_p .l_c .d_f input[type="text"] {
      width: 100%;
      padding: 20.5px 0 20.5px 55px;
      border: none;
      color: #fff;
      letter-spacing: 0.7px;
      background: #222222;
      border-radius: 12px;
      font-size: 16px;
    }
    .r_p .l_c .d_f input[type="password"] {
      width: 100%;
      padding: 20.5px 0 20.5px 55px;
      border: none;
      color: #fff;
      letter-spacing: 0.7px;
      background: #222222;
      border-radius: 12px;
      font-size: 16px;
    }
    .r_p .l_c {
        width: 35%;
        margin: auto;

        padding: 40px;
        border-radius: 20px;
    }
    .c-button--blue {
        border-radius: 5px;
        color: #fff;
    }
    .c-button--blue:hover
     {
        background: #e0e0e0;
        color: #000;
    }
    p {
        color: #ffffff;
        font-size: 14px;
        padding-top: 10px;
    }

    .r_p .l_c .f_p {
        font-size: 15px;
    line-height: 24px;
    color: rgba(111, 118, 126, 0.74);
    }
    .r_p .l_c .r_m {
        font-size: 15px;
    line-height: 24px;
    color: rgba(111, 118, 126, 0.74);
    }
    .c-button {
      line-height: 20px;
      font-weight: 400;
      width: 100%;
      padding: 21px;
      border-radius: 12px;
      font-size: 16px;
      background: #226BCA;

      }
      .r_p .l_c .s_up {
        font-size: 16px;
        line-height: 24px;
        align-items: center;
        color: #a3a3a3;
    }
    .r_p .l_c .d_f .i_b .icon {
      position: absolute;
      top: 21px;
      left: 21px;
      font-size: 22px;
      color: #5e5b6e;
    }
    .r_p .l_c h1 {
      color: #ffffff;
    font-family: Spoof;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 24px;
    text-align: center;
    }
    .r_p .l_c p{font-size: 18px;
    line-height: 24px;
    color: #fff;
    letter-spacing: 0.08em;margin-top: 20px;
    text-align: center;}
    .av{    padding: 20px;
        font-size: 17px;
        text-align: center;
        line-height: 26px;

        font-weight: 500;
        border-radius: 10px;
        color: #fff;}
        .av.success  {background: rgb(13 156 241 / 61%);}
        .av.expire {background: rgb(241 13 13 / 61%);}



        .r_p .l_c a {
          display: block;
        }

        .r_p .l_c {
          width: 60%;
          margin: auto;
        }



        .r_p .l_c .f_frm {
          display: none;
          position: relative;
        }

        .r_p .l_c .f_frm .close {
          position: absolute;
        left: 0;
        color: #aeaeb2;
        font-size: 25px;
        top: -40px;
        cursor: pointer;
        }


        .r_p .l_c .s_up {
          font-size: 16px;
            margin-top: 20px; text-align:center;
        }

        .r_p .l_c .s_up a {
          cursor: pointer;
          display: inline-block;
          color: #ffffff;
          font-weight: bold;
          border-bottom: 1px solid #fff;
          text-decoration: none;
          font-size: 16px;

        }

        .r_p .l_c .l_w .btn {
          width: 100%;
          padding: 12px;
          border: none;
          margin: 5px 0;
          opacity: 0.85;
          display: inline-block;
          font-size: 16px;
          line-height: 20px;
          text-decoration: none;
          /* remove underline from anchors */
          font-weight: 700;
        }

        .fb {
          background-color: #3B5998;
          color: #fff;
        }

        .fb .fa {
          color: white;
        }

        .google .fa {
          color: white;
        }

        .google {
          background-color: #dd4b39;
          color: #fff;
        }

        .r_p .l_c .or {
          text-align: center;
          margin: 30px auto;
          font-weight: bold;
          border: 1px solid #ccc;
          width: 41px;
          padding: 0;
          border-radius: 50px;
          padding: 8px 9px 12px 11px;
          background: #099df2;
          color: #fff;
        }

        .r_p .l_c hr {
          position: relative;
          top: -52px;
          z-index: -1;
          border: 1px solid #efefef;
        }

        .r_p .l_c .s_frm {
          display: none;
          position: relative;
        }

        .r_p .l_c .s_frm .close {
          position: absolute;
        left: 0;
        color: #aeaeb2;
        font-size: 25px;
        top: 1px;
        cursor: pointer;
        }

        ul.l_point{margin-top: 36px;}
          ul.l_point li{}
          ul.l_point li span{display: inline-block;
        vertical-align: middle;}
          ul.l_point li p{display: inline-block;
        font-size: 15px;
        line-height: 24px;
        color: #6F767E;
        margin: 0px 12px;
        vertical-align: revert;}
        .empty,.ferror {box-shadow: inset 0 0 10px rgb(255 0 0);}
        .error{letter-spacing: 0.08em;margin-top: 20px;background: rgb(241 13 13 / 61%);padding: 20px;font-size: 17px;text-align: center;line-height: 26px;font-weight: 500;border-radius: 10px;color: #fff;}
        .success{letter-spacing: 0.08em;margin-top: 20px;background: rgb(13 156 241 / 61%);padding: 20px;font-size: 17px;text-align: center;line-height: 26px;font-weight: 500;border-radius: 10px;color: #fff;}
