html, body {
  /* background-color: rgba(235, 124, 235, 0.753); */
  background-image: url('../../img/bg-img.png');
  background-repeat: no-repeat;
  background-attachment: fixed; 
  background-size:100% 100%;
  /*background: linear-gradient(to top right, #08aeea 0%, #b721ff 100%);*/
  }
  body, div, input, label {
  padding: 0;
  margin: 0;
  outline: none;
  font-family: Roboto, Arial, sans-serif;
  font-size: 13px;
  color: #666;
  line-height: 22px;
  }
  h1 {
  position: absolute;
  margin: 0;
  line-height: 50px;
  font-size: 50px;
  color: #fff;
  z-index: 2;
  }
  .testbox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  /* padding: 20%; */
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 3%;
    padding-bottom: 4%;
  }
  .form1 {
  width: 100%;
  padding: 20px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 0 20px 0  #3919ac;
  }
  .banner {
  position: relative;
  height: 50px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  background-color: rgb(185, 185, 185);
  padding: 10px;
  }
  .banner::after {
  content: "";
  background-image: linear-gradient(to right, #0079d4, #0065c5, #0052b6, #003ea5, #0a2993);
  position: absolute;
  width: 100%;
  height: 100%;
  color: white;
  padding: 10px;
  }
  /*input {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  }
  input {
  width: calc(100% - 10px);
  padding: 5px;
  }
  input[type="date"] {
  padding: 4px 5px;
  }
  .item:hover p, .item:hover i, .question:hover p, .question label:hover, input:hover::placeholder {
  color:#004d00;
  }
  .item input:hover {
  border: 1px solid transparent;
  box-shadow: 0 0 6px 0 #004d00;
  color:#004d00;
  }
  .item {
  position: relative;
  margin: 10px 0;
  }
  input[type="date"]::-webkit-inner-spin-button {
  display: none;
  }
  .item i, input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  font-size: 20px;
  }
  .item i {
  right: 2%;
  top: 30px;
  z-index: 1;
  }
  [type="date"]::-webkit-calendar-picker-indicator {
  right: 1%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
  }
  .question span {
  margin-left: 30px;
  }
  .btn-block {
  margin-top: 10px;
  text-align: center;
  }
  @media (min-width: 568px) {
  .name-item, .city-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  }
  .name-item input, .city-item input,.name-item div {
  width: calc(50% - 20px);
  }
  .name-item div input {
  width:97%;}
  .name-item div label {
  display:block;
  padding-bottom:5px;
  }
  }
  .nav-link{
    margin-bottom: -30px;
  } */