.contactform {
    width: 96%;
    margin-left: 1vw;
}

.frminput:hover {
    height: 8vh;
    transition: height ease 2s;
}

.contactform {
    overflow: auto;
}