﻿body {
    background-color: #477556;
}

h1 {
    margin-bottom: 20px;
    font-size: 32px;
    color: #565961;
}

h2{
    margin:0;
    font-size:30px;
    color:#1EA74C;
}


.formContainWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1270px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 25px;
    overflow: hidden;
}


.formLeft {
    flex: 1;
}
    .formLeft .formWrap {
        padding: 5vw;
    }

.formRight {
    flex: 1;
}

    .formRight img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .formRight > .formWrap {
        padding: 5vw;
    }

.faq-need-help {
    margin-bottom: 0.5rem;
}

.faq-phone, .faq-email {
    margin-bottom: 0;
    color: grey;
}

.mt-1 {
    margin-top: 1rem;
}

.formTitle p,
.formBtn p {
    color: #646464;
}

.formBtn p {
    text-align: center;
}

.formContain .pageLink {
    color: #F87817;
}

footer {
    text-align: center;
    color: white;
    display: block;
}

    footer p {
        padding-top: 20px;
    }

.formBtn .button {
    width: 100%;
    margin-bottom: 20px;
}

input[type="submit"], input[type="button"], input[type="reset"], .button {
    color: #fff;
    background-color: #1EA74C;
    border-radius: 6px;
    background-image: linear-gradient(to right, #1EA74C, #257B42, #257B42, #1EA74C);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease;
    font-size: 20px;
    font-weight: 500;
    background-size: 300% 100%;
}

    input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button-hover:hover, .button:hover {
        background-position: 100% 0;
        color: #fff;
    }

    input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus, button-focus:focus, .button:focus {
        box-shadow: 0 0 0 3px #257B42;
    }

.button {
    background-color: #1EA74C;
    border-radius: 6px;
    background-image: linear-gradient(to right, #1EA74C, #257B42, #257B42, #1EA74C);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease;
    font-size: 20px;
    font-weight: 500;
    background-size: 300% 100%;
}

    .button:hover {
        background-position: 100% 0;
    }

.email-button {
    background-color: #fff;
    border-radius: 25px;
    transition: all 0.5s ease;
    font-size: 16px;
    font-weight: 500;
    background-size: 300% 100%;
    border: 1px solid #CCCBCB;
}