@charset "utf-8";

dd{
  padding-bottom: 20px;
}

@media (max-width : 755.98px ){
  #fname{
    width:90%;
  }
  
  #fmail{
    width:90%;
  }
  
  #fdocument{
    width:90%;
    height:10rem;
  }
  #bottom-menu{
    display: none;
  }
}

@media (min-width:756px){
    #fname{
    width:300px;
  }

    #fmail{
    width:300px;
  }
  
  #fdocument{
    width:70%;
    height:10rem
  }

  #bottom-menu{
    width:400px;
  }
}
