body {
    background: url(https://globalhrsummit.org/assets/img/dave_img/zemin.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .form-control {
    height: 27px;
    box-shadow: none;
    color: #162A5C;
  }
  .form-control:focus {
    border-color: #162A5C;
  }
  .signup-form {
    width: 90%;
  }
  .signup-form h2 {
    color: #FFF;
    margin: 0 0 15px;
    position: relative;
    text-align: center;
    font-weight: 900;
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 25px;
  }
  .signup-form .hint-text {
    color: #162A5C;
    text-align: center;
    font-size: 12px;
    font-weight: bolder;
  }
  .signup-form form {
    color: #162A5C;
    border-radius: 3px;
    margin-bottom: 15px;
    background: #162A5C;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
  }
  .signup-form input[type="checkbox"] {
    margin-top: 3px;
  }
  .signup-form .btn {
    font-size: 16px;
    font-weight: bold;
    min-width: 140px;
    outline: none !important;
    width: 100%;
  }
  .signup-form .row div:first-child {
    padding-right: 10px;
  }
  .signup-form .row div:last-child {
    padding-left: 10px;
  }
  .signup-form a {
    color: #fff;
    text-decoration: underline;
  }
  .signup-form a:hover {
    text-decoration: none;
  }
  .signup-form form a {
    color: #162A5C;
    text-decoration: none;
  }
  .signup-form form a:hover {
    text-decoration: underline;
  }
  label {
    color: #162A5C;
    font-weight: 400;
    font-size: 13px;
  }
  small {
    color: #162A5C;
    font-weight: 400;
  }
  .form-group {
    margin-bottom: 10px;
  }
  .btnLog{
    background-color: #162A5C;
    color: #FFF;
    border: #162A5C;
  }
  .btnLog:hover{
    background-color: #162A5C !important;
    color: #FFd !important;
    border: #162A5C !important;
  }
  .form-giris{
    background-color: #FFF;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
  }
  /* ############################################################################### */
  
  .countdown__section {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
  }
  .countdown__section:first-child {
    margin-left: 0;
  }
  .countdown__section > .value {
    background-color: #FFF;
    font-size: 25px;
    color: #162A5C;
    border-style: double;
    border-color: #fff;
    transform: scaleY(1.1);
    text-align: center;
    height: 60px;
    width: 60px;
    font-family: Impacto, Impact, sans-serif;
    letter-spacing: 2px;
    border-radius: 10px;
  }
  .countdown__label {
    font-size: 13px;
    padding-top: 4px;
    text-align: center;
    margin-top: -28px;
    color: #162A5C;
    transform: scaleY(1.3);
    font-family: Impacto, Impact, sans-serif;
    letter-spacing: 2px;
  }
  
  @media screen and (max-width: 1600px) {
        .signup-form h2 {
          color: #FFF;
          position: relative;
          text-align: center;
          font-weight: 900;
          font-size: 20px;
          margin-top: 10px;
          margin-bottom: 12px;
        }
  }
  @media screen and (max-width: 768px) {
    body {
      /* background: url(/assets/pics/login_ipad.png) no-repeat center center fixed; */
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      overflow-y: hidden;
      overflow-x: hidden;
    }
        .signup-form {
          width: 75%;
          margin: 0 auto;
          margin-top: 20%;
        }
        .counter {
          margin-top: 25px;
          width: 100%;
      }
      .countdown__section {
        display: inline-block;
        margin-left: 28px;
        margin-right: 2px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 0px;
    }
    #futureofwork{
      display: none;
    }
    #img1{
      display: none;
    }
    #img2{
      display: none;
    }
    #img3{
      display: none;
    }
    .col-4{
      width: 100%;
    }
    #logo_row{
      margin-left: 28%;
    }
  }
  @media screen and (max-width: 420px) {
    body {
      /* background: url(/assets/pics/login_phone.png) no-repeat center center fixed; */
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      overflow-y: hidden;
      overflow-x: hidden;
    }
        .signup-form {
          width: 80%;
          margin: 0 auto;
          margin-top: 20%;
        }
        .countdown__section > .value {
          background-color: #FFF;
          font-size: 25px;
          color: #162A5C;
          border-style: double;
          border-color: #fff;
          transform: scaleY(1.1);
          text-align: center;
          height: 60px;
          width: 55px;
          font-family: Impacto, Impact, sans-serif;
          letter-spacing: 3px;
        }
        .countdown__label {
          font-size: 12px;
          padding-top: 4px;
          text-align: center;
          margin-top: -30px;
          color: #162A5C;
          transform: scaleY(1.3);
          font-family: Impacto, Impact, sans-serif;
          letter-spacing: 2px;
        }
        .counter {
          margin-top: 5px !important;
          width: 103% !important;
      }
      .countdown__section {
        display: inline-block;
        margin-left: 0px !important;
        margin-right: 2px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        padding-top: 0px !important;
    }
    .form-group {
      margin-bottom: 10px;
  }
  }