/*=== DESKTOP TO SMALL MOBILE ===*/

/*SET RESPONSIVE CONTAINER 600-120*/
@media only screen and (min-width: 120px) and (max-width: 600px) {
  body {
    background: white !important;
  }

  .container {
    width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
    padding-bottom: 20px !important;
    box-shadow: none !important;
  }
}

/*SET RESPONSIVE CONTAINER 550-120*/
@media only screen and (min-width: 120px) and (max-width: 550px) {
  .table-form-sign {
    width: 85% !important;
  }

}