html,
body {
    width: 100%;
    height: 100%;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.modal-md {
    width: 35.72em !important;
}

.slide {
    width: 100%;
    height: 800px;
    background: no-repeat center center;
    background-size: cover;
}

p {
    font-size: 1.2em;
}

h4 {
    font-size: 19px;
    color: rgb(102, 102, 102);
}

h3 {
    margin-top: 1em;
    font-size: 1.7em;
    color: #333333;
}

h1 {
    font-family: 'proximanova', Georgia, sans-serif;
    font-size: 4.4em;
    color: #333333;
}

img {
    max-width: 100%;
}

form {
    width: 100%;
}

form#form input:not([type="image"]) {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}

form#form input[type="image"] {
    cursor: pointer;
}

form#form input[type="submit"] {
    background-color: #8868c9;
    border-radius: 50px;
    border: 1px solid #8050c9;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    width: 425px;
    height: 54px;
    transition: background-color 0.5s ease;
}

form#form input[type="submit"]:hover {
    background-color: #8050c9;
    border: 1px solid #8050c9;
}

form#form .row {
    padding-bottom: 5px;
}

form#form .modal-h4 {
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    .modal-md {
        width: calc(100% - 20px) !important;
    }

    form#form input[type="submit"] {
        width: 100%;
    }

    #exampleModal .container-fluid {
        padding: 20px 5px;
    }

    #form h2 {
        font-size: 22px;
    }

    form#form .modal-h4 {
        padding-bottom: 15px;
    }

    form#form h4 {
        font-size: 14px;
        margin-bottom: 0;
    }

    form#form input:not([type="image"]) {
        padding: 4px 10px;
    }
}