body {
    background-image: url(../images/background_Prancheta.png);
    background-attachment: fixed;
    background-position: auto;
    background-size: cover;
    margin: 10px auto;
    width:90%;
    margin-left: 5px;
    
    
  }
  img{
      width: 100%;
      height: auto;
      position: relative;
  }
  input{
    width: 90%;
    height: auto;
    position: relative;
    text-align: left;
  }

  @media (min-width: 1200px) {
    input{
        width: 90%;
        height: auto;
        position: relative;
        margin-left: 300px !important;
      }
  }

  @media (min-width: 992px) AND (max-width: 1200px){
    body {
        background-image: url(../images/background_Prancheta.png);
        background-attachment: fixed;
        background-position: auto;
        background-size: cover;
        margin: 10px auto;
        width:90%;
        margin-left: 5px;
        
    }    
    input{
        width: 90%;
        height: auto;
        position: relative;
        margin-top: 25px;
        margin-left: 170px !important;
      }
  }