@media screen and (max-width: 720px) {
  .DashboardMobile img {
    width: 300px;
  }

  .SignInMobile {
    /* margin-top: 20px; */
    max-width: 380px !important;
    padding: 30px 40px !important;
  }

  .SignInMobile img {
    width: 70% !important;
  }

  .ForgetPassMobile {
    /* margin-top: 20px; */
    max-width: 380px !important;
    padding: 30px 40px !important;
  }

  .ForgetPassMobile img {
    width: 70% !important;
  }

}