.badText{
    display: none;
    color: red;
}
.good{
    border-color: green;
    color: green;
}
.bad{
    border-color: red;
    color: red;
}
textarea{
    height: 30vh;
}
#messageContact{
    border: solid 2px rgb(176, 215, 117);
    border-radius: 10px;
}
input, button{
    border: solid 2px rgb(176, 215, 117);
    border-radius: 10px;
    height: 5vh;
}
input{
    width: 200px;
}
#goodpassword{
    display: none;
}