body {
  overflow: hidden;
  display: flex;
  height: 100vh;
  flex-direction: column;
  
}
a {
  color: aliceblue;
}
p {
  color: aliceblue;
  padding-bottom: 7vh;
  text-align: center;
  font-size: 14px;
}
#forget {
  color: aliceblue;
  margin-top: 30px;
}
#eyeicon {
  position: relative;
  display: inline-block;
}
.img {
  padding-bottom: 30px;
}
/* <480px */
@media only screen and (max-width: 480px) {
  .mconti {
    flex: 1;
    display: flex; /* فعال کردن Flexbox */
    flex-direction: column; /* چیدمان عمودی */
    justify-content: center; /* تراز کردن افقی به وسط */
    align-items: center;
  }
  .conti1 {
    text-align: center;
    background-color: rgb(51, 51, 51);
    border-radius: 30px;
    min-height: max-content;
    justify-content: center;
    justify-items: center;
    padding: 5vh;
    width: 60vw;
    max-width: 300px;
    max-height: 200px;
  }

  .inpt {
    font-family: KalamehWeb;
    font-size: 16px;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 60vmin;
    max-width: 237px;
    height: 7vmax;
    max-height: 30px;
    border-radius: 30px;
    border-color: #000000;
    border: 5px;
    top: px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 5px;
  }
  .inpt.btn {
    margin: auto;
    font-size: 16px;
    color: #fff;
    background-color: #ff6600;
    border-radius: 30px;
    border: 0;
    font-size: 20px;
    margin-top: 15px;
  }
  .inpt-img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 20px;
    height: 20px;
  }
  .img {
    width: 50%;
  }
}
/* 481< <768 */
@media only screen and (min-width: 481px) {
  .mconti {
    flex: 1;
    display: flex; /* فعال کردن Flexbox */
    flex-direction: column; /* چیدمان عمودی */
    justify-content: center; /* تراز کردن افقی به وسط */
    align-items: center;
  }

  .conti1 {
    text-align: center;
    background-color: rgb(51, 51, 51);
    border-radius: 30px;
    min-height: max-content;
    justify-content: center;
    justify-items: center;
    padding: 5vh;
    width: 60vw;
    max-width: 300px;
    max-height: 200px;
  }

  .inpt {
    font-family: KalamehWeb;
    font-size: 17px;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 60vmin;
    height: 7vmax;
    max-height: 30px;
    max-width: 233px;
    border-radius: 30px;
    border-color: #000000;
    border: 5px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 5px;
  }
  .inpt.btn {
    margin: auto;
    font-weight: bold;
    color: #fff;
    background-color: #ff6600;
    border-radius: 30px;
    border: 0;
    font-size: 18px;
    margin-top: 20px;
  }
  .inpt-img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 20px;
    height: 20px;
  }
  .img {
    width: 50%;
  }
}
/* 768< */
/* @media only screen and (min-width: 768px) {
  .conti1 {
    text-align: center;
    background-color: rgb(51, 51, 51);
    border-radius: 8px;
    min-height: 50vh;
    justify-content: center;
    justify-items: center;
    padding: 5vh;
    width: 60vw;
    max-width: 300px;
    max-height: 200px;
  }

  .inpt {
    font-family: KalamehWeb;
    font-size: 24px;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    height: 7vmax;
    max-width: 30vmin;
    max-height: 50px;
    border-radius: 30px;
    border-color: #000000;
    border: 5px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .inpt.btn {
    margin: auto;
    font-weight: bold;
    color: #fff;
    background-color: #ff6600;
    border-radius: 30px;
    border: 0;
    font-size: 24px;
    margin-top: 20px;
  }
  .inpt-img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 35px;
    height: 35px;
  }
  .img {
    width: 50%;
  }
}  */
/* >1280 */
@media only screen and (min-width: 1280px) {
  .mconti {
    flex: 1;
    display: flex; /* فعال کردن Flexbox */
    flex-direction: column; /* چیدمان عمودی */
    justify-content: center;
    align-items: center;
  }
  .conti1 {
    text-align: center;
    background-color: rgb(51, 51, 51);
    border-radius: 8px;
    min-height: max-content;
    justify-content: center;
    justify-items: center;
    padding: 5vh;
    width: 60vw;
    max-width: 300px;
    max-height: 200px;
  }

  .inpt {
    font-family: KalamehWeb;
    font-size: 18px;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 60vmin;
    height: 7vmax;
    max-height: 30px;
    border-radius: 30px;
    border-color: #000000;
    border: 5px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 5px;
  }
  .inpt.btn {
    margin: auto;
    font-weight: bold;
    color: #fff;
    background-color: #ff6600;
    border-radius: 30px;
    border: 0;
    font-size: 18px;
    margin-top: 15px;
  }
  .inpt-img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 20px;
    height: 20px;
  }
  .img {
    width: 50%;
  }
}
body {
  display: flex;
  margin: 0px;
  padding: 0px;
  background: #131313;
  justify-content: center;
  align-items: center;
}

@media (max-width: 600px) {
    img {
        width: 70px;
    }
}
