div.moal-contact-form-container {
    width: 100%;
}

div.moal-contact-form-container label {
    font-weight: bold;
    display: block;
    margin-bottom:5px;
}

div.moal-contact-form-container input, div.moal-contact-form-container textarea, div.moal-contact-form-container select {
    padding: .5rem;
    width: 100%;
    display: block;
    margin-bottom: 12px;
    border-width: 1px;
    border-radius: 5px;
}

div.moal-contact-form-container button[type="submit"] {
    background-color: #67d3ff;
    border: 0;
    border-radius: 5px;
    padding: 1rem 1.5rem;
    font-weight: bold;
}

div.moal-contact-form-container button[type="submit"]:hover {
    background-color: #65bee3;
}

div.moal-contact-form-container hr {
    display: none;
}
