.hapi-form {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}

.hapi-form label {
    color: #fff;
    font-weight: normal;
}


.hapi-form .red {
    color: red;
}

.hapi-form textarea {
    height: 100px;
}

.hapi-form button[type="submit"] {
    display: block;
    width: 100%;
    background: #ff8843;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}

.hapi-form button[type="submit"]:hover
{
    background: #ff8843;
    transition: background 0.3s ease-in-out;
}
