@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");

.form-container {
  background-color: transparent;
  padding: 2px;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
}
h1{
  color: white;
  font-size: 25px;
}
@media (max-width: 480px){
	h1{
    color: white;
    font-size: 19px;
    text-align: center;
  }
  input {
    font-size: 0.8rem;
    height: 0.9rem;
  }

}

form {
  display: flex;
  flex-direction: column;
}

label {
  color: white;
  margin-top: 13px;
  margin-bottom: 8px;
  font-size: 14px;
}

input {
  padding: 10px;
  font-size: 1rem;
  border-radius: 4px;
  border: 1px solid #ddd;
  height: 2rem;
}

.form-container{
  padding-top: 1%;
  padding-bottom: 1%;
}
.help {
  height: 120px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
  font-family: Arial, sans-serif;
  resize: vertical;
}

.buttonforms {
  margin-top: 10px;
  background-color: rgba(92, 0, 117, 0.877);
  font-size: 1.2rem;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
.divclear{
  width: 100%;
  display: flex;
  justify-content: end;
}
.clearButton{
  margin-top: 6px;
  background-color: rgba(255, 255, 255, 0.253);
  font-size: 0.8rem;
  color: white;
  padding: 5px;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  width: 20%;
  right: 10;
}
.buttonforms:hover {
  background-color: rgb(57, 4, 71);
  transition-duration: 0.5s;
}

#responseMessage {
  margin-top: 20px;
  font-size: 1.2rem;
  text-align: center;
}

.error-message {
  text-shadow: rgb(0, 0, 0) 0.1em 0.1em 0.6em;
  margin-top: 4px;
  color: rgb(255, 0, 0);
  font-size: 11px;
}
#responseMessage {
  margin-top: 10px;
  font-size: 0.9rem;
  text-align: center;
  color: white; 
}
