:root {
  --phone-width: 90%;
  --pc-width: 30%;
}

body {
  background-image: url(https://appsemble.app/api/apps/1307/assets/background);
  background-color: antiquewhite;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.packages-app-components-Page-index-module_root,
.xwIUu {
  height: calc(100vh - 100px) !important;
  background-color: rgba(255 255 255);
  border-radius: 10px;
  margin: auto;
  margin-bottom: 2vh !important;
  margin-top: 2vh !important;
  max-width: 100% !important;
  min-width: 980px !important;
  width: var(--phone-width) !important;
}

.packages-app-components-Login-index-module_root,
.zK4wl {
  height: calc(100vh - 100px) !important;
  background-color: rgba(255 255 255);
  border-radius: 10px;
  margin: auto;
  margin-bottom: 2vh !important;
  margin-top: 2vh !important;
  max-width: 100% !important;
  min-width: 980px !important;
  width: var(--phone-width) !important;
}
