@media (max-width: 600px) {
  .login-page-child {
    display: block;
    position: absolute;
    top: 20px;
    left: 35px;
    border-radius: 191px;
    width: 313px;
    height: 309px;
    object-fit: cover;
  }
  .login {
    position: absolute;
    top: 330px;
    left: 89px;
    font-size: var(--font-size-lg);
    font-weight: 100;
  }
  .login-page-item {
    position: absolute;
    top: 366px;
    left: 50px;
    border-radius: var(--br-21xl);
    background-color: var(--color-orangered);
    box-shadow: 0 4px 4px rgba(195, 63, 21, 0.1);
    width: 134px;
    height: 3px;
  }
  .login-page-inner,
  .mobile-number {
    position: absolute;
    top: 431px;
    left: 50px;
  }
  .login-page-inner {
    border: 0;
    font-family: var(--font-inter);
    font-size: var(--font-size-mid);
    background-color: transparent;
    width: 314px;
    height: 59px;
  }
  .mobile-number {
    margin: 0;
    font-size: inherit;
    font-weight: 400;
    font-family: inherit;
    opacity: 0.4;
  }
  .frame-input,
  .otp {
    position: absolute;
    top: 536px;
    left: 50px;
  }
  .frame-input {
    border: 0;
    font-weight: 100;
    font-family: var(--font-inter);
    font-size: var(--font-size-mid);
    background-color: transparent;
    width: 314px;
    height: 59px;
    overflow-y: auto;
  }
  .otp {
    opacity: 0.4;
  }
  .login1,
  .rectangle-button {
    position: absolute;
    cursor: pointer;
  }
  .rectangle-button {
    border: 0;
    padding: 0;
    background-color: var(--color-orangered);
    top: 657px;
    left: 48px;
    border-radius: var(--br-11xl);
    width: 314px;
    height: 70px;
  }
  .login1 {
    top: 682px;
    left: 170px;
    font-size: var(--font-size-xl);
    color: var(--color-whitesmoke-100);
  }
  .login-page {
    position: relative;
    border-radius: var(--br-xl);
    background-color: var(--color-whitesmoke-500);
    width: 100%;
    height: 896px;
    overflow-y: auto;
    text-align: left;
    font-size: var(--font-size-mini);
    color: var(--color-black);
    font-family: var(--font-inter);
  }

  .order-food {
    top: 150px;
    left: 150px;
    align-items: center;
    appearance: none;
    background-color: #fff;
    font-weight: 20px;
    border-radius: 24px;
    border-style: none;
    box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px -1px,
      rgba(0, 0, 0, 0.14) 0 6px 10px 0, rgba(0, 0, 0, 0.12) 0 1px 18px 0;
    box-sizing: border-box;
    color: #3c4043;
    cursor: pointer;
    display: inline-flex;
    fill: currentcolor;
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    justify-content: center;
    letter-spacing: 0.25px;
    line-height: normal;
    max-width: 100%;
    overflow: visible;
    padding: 2px 24px;
    position: relative;
    text-align: center;
    text-transform: none;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1),
      opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: auto;
    will-change: transform, opacity;
    z-index: 0;
  }

.order-food:hover {
  background: #F6F9FE;
  color: #174ea6;
}

.order-food:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

.order-food:focus {
  outline: none;
  border: 2px solid #4285f4;
}

.order-food:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.order-food:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.order-food:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.order-food:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.order-food:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}
}
