.ws-form input, .ws-form select, .ws-form input, .ws-form textarea {
    width: 100%;
    outline: 0;
    padding: 8px;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 600;
    font-size: 15px;
    height: 40px;
    border: 1px solid #999;
} 
.ws-form textarea {
    height: 100px;
}
.ws-form label {
    font-family: Roboto, Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}