/*
@media only screen and (max-width: 500px) {
  
}
*/

@media only screen and (max-width: 600px) {
  #submitForm {
    max-width: 379px;
    color:white !important;

  }

  #inputFieldsForm {
  }

  .bottom-text {
 
    }
}

/*
@media only screen and (orientation: landscape) {

}*/

/*
@media only screen and (min-width: 1000px) {

}*/

@media only screen and (min-width: 610px) {
    #submitForm {
color:white !important;
    }
  
    #inputFieldsForm {
    }
  
    .bottom-text {
   
      }
  
}

#inputFieldsForm {
    width:400px;
    height:40px;
    margin-top: 0px;
    padding: 0px;
  
    font-size: 20px;
    padding: 5px;
    font-weight: 400;
    border-radius: 3px;
    line-height: 1.5em;

}
#inputFieldsForm:focus {

    background-color: rgb(221, 221, 221);
}

#submitForm {
   font-size: 20pt !important;
   background-color:#47910a;

   color:white !important;
   font-weight: 300;
   


    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 2px;
    line-height: 1.1em;
   
  
}

#submitForm:hover {
    background-color:darkorange;
  
   
}

.bottom-text {
font-family: 'Arial',Helvetica,Arial,Lucida,sans-serif;
line-height: 1.5em;
color:#0a0a0a;
}
