.dua .tamp1 label {
  margin-top: 5px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #81e056;
}

.dua .tamp1 .img1 {
  border: 2px solid #81e056;
  margin-top: -20px;
  max-width: 195px;
  height: auto;
}

body {
  /* background-image: url(../assets/img/bg1.jpeg); */
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vh;
  /* overflow: hidden; */
}

.container {
  max-width: 450px;
}

.container .ad {
  color: #81e056;
  border-color: #81e056;
}

.container .ad:hover {
  color: white;
  border-color: #81e056;
  background-color: #81e056;
}

.container .ad:focus {
  box-shadow: none;
}

.container p img {
  width: 40px;
  height: auto;
}

.container .row1 {
  margin-top: 20px;
  background-color: white;
  box-shadow: 1px 1px 10px rgb(175, 175, 175);
  padding-bottom: 15px;
  border-radius: 10px;
  margin-left: 1px;
  margin-right: 1px;
}

.container .row1 h2 {
  padding-top: 10px;
  color: rgb(0, 0, 0);
}

.container .row1 label {
  color: rgb(0, 0, 0);
  font-size: 15px;
}

.container .row1 .lab {
  color: white;
  border-right: none;
}

.container .row1 .btn1 {
  margin-top: -20px;
  width: 47%;
  border-radius: 30px;
}

.container .row1 .btn2 {
  margin-top: -15px;
  float: right;
  width: 47%;
  margin-right: 7px;
  color: #81e056;
  border-color: #81e056;

  border-radius: 30px;
}

.container .row1 .btn2:hover {
  background-color: #81e056;
  border-color: #81e056;
  color: white;
}

.container .row1 .btn2:focus {
  box-shadow: none;
}

.container .row1 .btn1:focus {
  box-shadow: none;
}

.container .row1 footer p {
  font-size: 12px;
  text-align: center;
  margin-top: 35px;
  margin-bottom: -5px;
}

footer {
  font-weight: 550;
  font-size: 14px;
  padding: 10px;
  box-shadow: 1px 1px 10px rgb(192, 192, 192);
}