body {
  background-color: #131313;
}
p {
  color: aliceblue;
  text-align: center;
  font-size: 14px;
}

#body {
  display: flex;
  flex-direction: column;
  display: flex;
  height: 100vh;
  margin: 0px;
  padding: 0px;
  justify-content: center;
  align-items: center;
}
#box {
  background-color: rgb(51, 51, 51);
  display: flex;
  width: 60vw;
  margin: 0px;
  padding: 5vh;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  min-height: max-content;
  justify-content: center;
  justify-items: center;
  padding: 5vh;
  width: 60vw;
  max-width: 300px;
  max-height: 200px;
}
#logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
  text-align: center;
  
}
#logo_morph {
  width: 100px;
  margin-bottom: 35px;
}

.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;
}
#eyeicon {
  position: relative;
  display: inline-block;
}
.inpt-img {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 20px;
  height: 20px;}

  #form{
    display: flex;
    flex-direction: column;
  }

