body {
    margin: 0;
}

.border-radius {
    border-radius: 15px;
}

.yellow-hover:hover {
    color: white !important;
    background-color: #e1c83b;
    transition: all .3s ease;
}

.yellow-hover {
    color: #3a8769 !important;
    border: 1px solid #e1c83b;
    transition: all .3s ease;
}

.button {
    background: #eaf7f4;
    color: #3a8769;
    border: 2px solid #3a8769;
    padding: 15px;
    text-decoration: none;
    display: inline-block;
    min-width: 240px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
    transition: all .3s ease;
    text-transform: uppercase;
}

    .button:hover {
        background-color: #3a8769;
        color: #eaf7f4;
        transition: all .3s ease;
    }

.yellow-button {
    background-color: #eaf7f4;
    border: 1px solid #3a8769;
    text-align: center;
    transition: all .3s ease;
}

    .yellow-button:hover {
        background: #3a8769;
        color: #eaf7f4;
        transition: all .3s ease;
    }

.title {
    color: #3a8769;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
}

p {
    font-family: 'Montserrat', sans-serif;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select {
    width: 100%;
    max-width: 100% !important;
    border-radius: 25px !important;
    padding: 12px;
    text-align: center;
    background: rgba(234, 247, 244,.8);
}


@media only screen and (max-width: 1250px) {
    .title {
        font-size: 35px;
        line-height: 35px;
    }
}

@media only screen and (max-width: 780px) {
    h1 {
        font-size: 40px !important;
        line-height: 40px !important;
    }
}

.green-bg {
    background: #3a8769;
    color: white;
}

    .green-bg:hover {
        background: #eaf7f4;
        color: #3a8769;
        transition: all .3s ease;
    }

::placeholder {
    color: #3a8769;
    opacity: 1;
}
