
body {background-color: #77aa77;font-family:arial;font-size:16px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 2 1'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%2377aa77'/%3E%3Cstop offset='1' stop-color='%234fd'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%23cf8' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23cf8' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='2' y2='2'%3E%3Cstop offset='0' stop-color='%23cf8' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23cf8' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='2' height='1'/%3E%3Cg fill-opacity='0.5'%3E%3Cpolygon fill='url(%23b)' points='0 1 0 0 2 0'/%3E%3Cpolygon fill='url(%23c)' points='2 1 2 0 0 0'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;}
h2 {color:white;font-weight:bold;text-align:center;font-size:2em;display:block;}
.form__group{margin-bottom:2em;}
.block2{display:block;}
.form__label {text-align:left;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;color:#191919;
  margin-left: 2rem;
  margin-top: 0.7rem;
  display: block;
  transition: all 0.3s;
  transform: translateY(0rem);
}

#msg {margin-top:14px;display:none;}

.form__input {
  font-family: 'Roboto', sans-serif;
  color: #333;
  font-size: 1.2rem;
	margin: 0 auto;
  padding: 0.5rem 1rem;
  border-radius: 0.2rem;
  background-color: rgb(255, 255, 255);
  border: none;
  width: 90%;
  display: block;
  border-bottom: 0.3rem solid transparent;
  transition: all 0.3s;
}

.form__input:placeholder-shown + .form__label {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-4rem);
  transform: translateY(-4rem);
}

.transparentbox1 {text-align:center;
  background-color:rgba(38,173,159,0.5);
border-radius:20px;
max-width:90%;max-height:100%;
padding:20px 50px;width:25vw;
margin-left:auto;margin-right:auto;margin-top:10vh;
}

.buttonS {
  border:none;font-size:2em;padding:0.5em 1em;
  background:white;border-radius: 20px;
  cursor: pointer;color:rgba(38,173,159);
}
.buttonS:hover {
  color:white;background:rgba(38,173,159);

}

@media only screen and (max-width: 600px) {
.transparentbox1 {
  width:80vh;padding:10px;
}
.form__input {padding:5px;}
}