.bg-img {
  width: 100%;
  height: 100%; 
}

.bg-img > img {
  box-sizing: border-box;
  width: max(50px, 100%);
  height: max(50px, 100%, 721px);

}


.footer-box > p {
  font-size: 15px;
}
 
.header-box > p {
  font-weight: 500;
  font-size: 16px;
}

.head-text {
  font-weight: 500;
  color: rgb(108, 108, 108);
}

.footer-box > div > button {
  background-color: rgb(74, 100, 65);
  color: white;
  font-weight: bold;
  font-size: 15px;
  border: none;
  padding: 15px 50px;
  border-radius: 10px;
  transition: opacity 1s, box-shadow 0.5s;
  cursor: pointer;
}

.submit-button:hover {
 opacity: 0.8;
}

#cpwmessage,
#pwmessage {
  font-size: 12px;
  color: rgb(231, 0, 0);
}

.submitted-form-text  {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  color: rgb(108, 108, 108);
  text-align: center;
  padding: 50px;
  padding-bottom: 0px;
}

.submitted-form-text-p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: rgb(108, 108, 108);
  text-align: center;
  padding: 50px;
  padding-top: 0px;
}