/*Hide form after Submit*/
*::placeholder {
	color: #888 !important;
}

.mauticform-post-success .mauticform-message {
    color: white;
    background-color: green;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 5px;
    font-weight: 700;
    font-size: 20px;
}

.mauticform-post-success .mauticform-innerform {
    display: none;
}