body {
  overflow-x: hidden;
  /* background-image: url('../images/pix2.jpg'); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

nav {
  background-color: #ffffff;
  padding: 15px 0 !important;
  border-bottom: 1px solid #fff !important;
  box-shadow: 2px 2px 8px grey;
}

a {
  text-decoration: none !important;
}

.form-section {
  margin-top: 40px;
}

.form-control {
  transition: all 0.3s !important;
  border-radius: 4px !important;
  height: 48px !important;
  border: 1px solid #e1e1e1 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  width: 100% !important;
  background: transparent !important;
  padding: 0 16px !important;
}

.eye {
  position: absolute;
  top: 66%;
  right: 12%;
  cursor: pointer;
}

.eye1 {
  position: absolute;
  top: 57%;
  right: 12%;
  cursor: pointer;
}

.btnReg:hover {
  background-color: #0069d9 !important;
}

.warning-risk {
  position: absolute;
  top: -27%;
  left: 7%;
  font-weight: bold;
}

.warning-section {
  margin-bottom: 80px;
}

.warning-btn {
  position: absolute;
  top: -10%;
  left: 7%;
  font-weight: bold;
}

#form {
  background: #fff;
  padding: 30px 30px;
  border: 1px solid #cccccc;
}

.fixed-bottom a {
  text-decoration: none !important;
  color: #fff !important;
}

.warning {
  padding: 20px 20px;
  border: 1px solid #cccccc;
}

.warning-section {
  margin-top: 100px;
}

input {
  background: #fff !important;
  border: 1px solid #cccccc !important;
}

input:focus {
  outline: none !important;
}

.data {
  font-size: 15px !important;
}

@media (max-width: 768px) {
  .logo {
    margin-left: 26px;
  }

  .register {
    margin-right: 10px;
  }
  .copy {
    padding-top: 5px !important;
  }
  .copy a {
    display: none;
  }

  .copy small {
    font-size: 11.5px;
  }

  .warning-btn {
    position: absolute;
    top: -7%;
    left: 17%;
    font-weight: bold;
  }

.number{
  margin-top: -15px !important;
}
  .eye {
    position: absolute;
    top: 62%;
    right: 18%;
    cursor: pointer;
  }

  .eye1 {
    position: absolute;
    top: 53.5%;
    right: 18%;
    cursor: pointer;
  }
}

nav {
    background-color: #ffffff;
    padding: 10px 0 !important;
    border-bottom: 1px solid #fff !important;
    box-shadow: none;
}
.btn {
    border-radius: 0!important;
    padding: 0.75rem 0.75rem!important;
}

.navbar-nav .btn  {
    padding: 0.65rem 1.5rem!important;
}


