
  .form1 {
    width: 100%;
    height: 120vh;
    background-image: url("https://assets-global.website-files.com/6501051301e9f454b715083c/6508af3aa4dfdb8be90b84b8_AMN%20Background.png");
    background-size: cover;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
form{
  background: #000;
  display: flex;
  flex-direction: column;
  padding: 2VW 4vw;
  width: 90%;
  max-width: 600px;
  border-radius: 0px;
  opacity: 0.7;
}
form h3 {
  color: #fff;
  font-weight: 800;
  margin-bottom: 20px;
}

h3 {
  color: #fff;
  font-weight: 800;
  margin-bottom: 20px;
}

h1 {
  color: #fff;
  font-weight: 800;
  margin-bottom: 20px;
}

h2 {
  color: #fff;
  font-weight: 800;
  margin-bottom: 20px;
}

from h5 {
  color: #fff;
  margin: 20px;
  font-size: 18px;
  font-weight: 800;
  opacity: 0.9;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow';

}

form input, form textarea{
  border: 0;
  margin: 10px 0;
  padding: 20px;
  outline: none;
  background: #222222;
  color: #fff;
  font-family: 'Franklin Gothic Medium';

  opacity: 100%;
  font-size: 16px;
}
form button{
  padding: 15px;
  background: #15b854;
  color: #000;
  font-size: 18px;
  border: 0;
  cursor: pointer;
  width: 150px;
  margin: 20px auto 0;
border-radius: 12px;
}
