@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
* {
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  overflow-x: hidden;
}
.mask-img {
  height: 100%;
  background-image: url(../images/Mask\ group\ \(5\).jpg);
  background-size: 100%;
  background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
}
.mask-img img{
 visibility: hidden;
}
.form_sec h1{
  font-family: "Raleway", sans-serif; 
  font-weight: 600;
  font-size: 36px;
}
.form_sec{
  place-items:center;
}
.form_sec p{
  font-family: "Raleway", sans-serif; 
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 25px;
}
form input {
  width: 467px;
  height: 41px;
  border: solid 1px #BBBBBB; /* This applies the border color to all sides */
  border-radius: 52px;
  padding-left: 48px;
  padding-right: 13px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 24px;
}
.inp-icon{
  top: 13px;
  left: 16px;
}
form button{
  width: 100%;
  border-radius: 52px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #34B076;
  border: none;
  height: 41px;

}
@media (max-width: 775.98px) {
  .mask-img img{
    display: none;
  }
  .form_sec{
    margin-top: 100px;
  }
  form input {
    width: 350px;
  }
}
@media (min-width: 768px) and (max-width: 950.98px) { 
  form input {
    width: 367px;
  }
 }