/**
 * The following styles get applied both on the front of your site and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

 .wp-block-sapaad-contact-form {
	box-sizing: border-box;
	background-size: cover;
	background-position: center;
	padding: 2px;
}

.contact-us {
	color: white;
}

form button, form input.main-button {
    display: inline-block;
    background-color: #4BD100;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 23px;
    letter-spacing: 0.25px;
    border: none;
    outline: none;
    transition: all .3s;
}
