#fsubmitButton {
    border: none ;
    box-shadow: none ;
    background-color: transparent ;
    cursor: pointer ;
    font-size: 20px ;
    color: #0073e6;
    opacity: 0.5 ; ;
}

#fsubmitButton:hover i,
#fsubmitButton:hover {
    opacity: 1 ;
    background-color: transparent ;
    color: #005bb5 ;
}

#message {
    resize: none;
    overflow: auto;
    height: calc(1.5em * 8); 
}

form {
    max-width: 400px;
    margin: auto;
    padding: 20px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

textarea {
    resize: vertical;
}

.form-actions {
    text-align: right;
}
