.pinform{
  position:absolute;
  display:flex;
  height:70vh;
  width:95%;
  left:2.5%;
  top:30vh;
  background-color:transparent;
  z-index:1;
}
.pinform form{
  height:100%;
  width:100%;
}
.pino{
  position:absolute;
  display:flex;
  height:20vh;
  width:70%;
  left:15%;
  top:10%;
  background-color:transparent;
}
.pino input{
  width:100%;
  height:100%;
  background:none;
  border:none;
  justify-content:center;
  align-items:center;
  text-align:center;
  color:#dee765;
  font-size:70px;
  letter-spacing: 10px;
}
.save{
        position: absolute;
        display: flex;
        height: 15%;
        width: 15%;
        top: 70%;
        left: 80%;
        background-color: #0062ff;
        border-radius: 0px;
        justify-content: center;
        align-items: center;
        transition: 1s;
        text-align:center;
  transform:scale(1);
}
.save input{
  color:#e4e4e6;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
letter-spacing: 0px;
line-height: 1;
word-spacing: 2px;
font-weight: 500;
text-decoration: none solid rgb(68, 68, 68);
font-style: normal;
font-variant: normal;
text-transform: none;
    border:none;
    background:none;
    font-size:28px;
	transform:scale(0.9);
}
.mform{
  position:absolute;
  display:flex;
  height:50vh;
  width:70%;
  left:15%;
  top:30vh;
  background-color:transparent;
  z-index:1;
}
.mform form{
  height:100%;
  width:100%;
}
.asktextarea{
  position:absolute;
  display:flex;
  height:90%;
  width:100%;
  left:0%;
  top:10%;
  background-color:transparent;
  z-index:1;
}
.asktextarea textarea{
  height:100%;
  width:100%;
  background:transparent;
  border:none;
  color:#e4e4e6;
  font-size:35px;
  font-weight:500;
  line-height:2rem;
}
.savem{
        position: absolute;
        display: flex;
        height: 15%;
        width: 15%;
        top: 102%;
        left: 85%;
        background-color: #0062ff;
        border-radius: 0px;
        justify-content: center;
        align-items: center;
        transition: 1s;
        text-align:center;
  transform:scale(1);
}
.savem input{
  height:100%;
  width:100%;
  left:0;
  top:0;
  color:#e4e4e6;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
letter-spacing: 0px;
line-height: 1;
word-spacing: 2px;
font-weight: 500;
text-decoration: none solid rgb(68, 68, 68);
font-style: normal;
font-variant: normal;
text-transform: none;
    border:none;
    background:none;
    font-size:28px;
}