#powermail_hp_2 {
    display: none;
}
input, textarea {
    border: none;
    border-bottom: solid thin #f327a4;
    background-color:  #0110b3;
    color: white;
    font-family: 'Orator Std';
    margin: 10px;
}
textarea {
    border-left: solid thin #f327a4;
    width: 90%;
}



input[type="text"] {
    width: 10em;
    border: none;
    border-bottom: solid thin #f327a4;
    transition: width 0.5s ease-in-out;
}

    input[type="text"]:focus {
        width: 50%;
    }
input[type="submit"]:hover {
    border-bottom-color: black;
}