﻿body {
    font-family: "Poppins", Roboto, "Helvetica Neue", sans-serif !important;
}

@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }

    .left-panel-content .btn {
        font-weight: 600 !important;
        font-size: 20px;
        width: 47%;
        height: 52px !important;
    }
}

.welcome-text {
    font-size: 22px;
    color: #709A2D;
    font-weight: 700;
}

.landing-page .left-panel {
    background-color: #fff;
}

.landing-page .left-panel-mobile {
    width: 100%;
}

.landing-page .right-panel div {
    background-image: url("/content/newlogin/right-panel.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-position: left;
}

.leaf-top-left {
    background-image: url("/content/newlogin/top-left.svg");
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 250px;
    width: 500px;
    cursor: pointer;
}

@media (max-height: 1080px) {
    .left-panel-content .list-text {
        font-size: 15px;
        font-weight: 300;
        font-family: Urbane,Roboto, "Helvetica Neue", sans-serif;
    }
}

.left-panel-content {
    margin-left: 70px;
}

    .left-panel-content .green-tick {
        font-size: 2rem;
        color: #709A2D;
    }

    .left-panel-content .list-text {
        font-size: 18px;
        font-weight: 300;
        font-family: Urbane,Roboto, "Helvetica Neue", sans-serif;
        line-height:34px;
    }

    .left-panel-content .btn {
        font-weight: 500;
        height: 3rem;
    }

        .left-panel-content .btn.login {
            color: #fff !important;
            border: #EF662F !important;
            background-color: #EF662F !important;
        }

        .left-panel-content .btn.signup {
            color: #EF662F !important;
            border: 1px solid #EF662F !important;
            background-color: #fff !important;
        }

    .left-panel-content .btn-primary.active.login, .left-panel-content .btn-primary:active.login, .left-panel-content .btn-primary:focus.login, .left-panel-content .btn-primary:hover.login {
        color: #fff !important;
        background-color: #C45427 !important;
    }

    .left-panel-content .btn-primary.active.signup, .left-panel-content .btn-primary:active.signup, .left-panel-content .btn-primary:focus.signup, .left-panel-content .btn-primary:hover.signup {
        color: #C45427 !important;
        background-color: #F3F3F4 !important;
    }

@media (max-width: 768px) {
    .left-panel-content {
        margin-left: 1rem;
        width:97%;
    }
    .left-panel-content-buttons {
        margin-left: 0 !important;
        width: 100% !important;
    }
}

.text-centered {
    width: 95%;
}

    .text-centered .large-text {
        font-size: 5rem;
        font-weight: 500;
        line-height: 92px;
    }

    .text-centered .medium-text {
        word-wrap: break-word;
        font-size: 2.5rem;
    }

    .text-centered .small-text {
        font-size: 0.5rem;
    }

@media (max-width: 768px) {
    .text-centered .large-text {
        word-wrap: normal;
        font-size: 4rem;
        font-weight: 500;
        line-height: 92px;
    }

    .text-centered .medium-text {
        word-wrap: normal;
        font-size: 2rem;
    }
}

@media (max-height: 1080px) {
    .text-centered .large-text {
        word-wrap: normal;
        font-size: 3.5rem;
        font-weight: 500;
        line-height: 70px;
    }

    .text-centered .medium-text {
        word-wrap: normal;
        font-size: 1.5rem;
    }
}


.text-orange {
    color: #EF662F;
}

    .text-orange .bold {
        font-weight: 700;
    }

.btn {
    border-radius: 0;
}

.btn-primary {
    background-color: #709A2D !important;
    border-color: #709A2D !important;
    color: #fff !important;
}

    .btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
        background-color: #6C962A !important;
        border-color: #6C962A !important;
    }

        .btn-primary:active:focus, .btn-primary.active:focus {
            background-color: #6C962A !important;
            border-color: #6C962A !important;
        }

.btn-danger {
    background: #EF662F;
    border-radius: 0;
    color: #ffffff;
}

.learn-more-button-link {
    color: #ffffff;
    font-weight: 500;
}

#masterFooter {
    bottom: 0;
    right: 0;
    left: 0;
    height: 40px;
    margin-top: -40px; /* negative value of footer height - Ensure it is changed in #main as well */
    clear: both;
    text-align: left;
    color: #709A2D;
    border-top: 1px;
}

#masterFooterMain /*added new one for Privacy Policy*/ {
    bottom: 15px;
    right: 0;
    left: 70px;
    height: 60px;
    margin-top: -40px; /* negative value of footer height - Ensure it is changed in #main as well */
    clear: both;
    text-align: left;
    color: #709A2D;
    border-top: -1px;
    font-size: .75rem;
}


@media (max-width: 768px) {
    #masterFooterMain {
        left: 0px;
        text-align: center;
        background-color: #fff;
    }
}

@media (min-height: 1080px) {
    #masterFooterMain {
        position: fixed;
    }
}