    .ac-overlay {
        background-color: #000000;
        background: url(back.jpg) no-repeat;
        background-size: cover;
    }

    .ac-container {
        border-radius: 0px;
        box-shadow: 0px 0px 5px #575757;
        background-color: #fff;
        padding: 0px 0 25px;
        border-bottom: 4px solid #e5aa04;
        border-top: 4px solid #e5aa04;
		width: 80% !important;
    }

    .ac-container h2 {
        /*background:#068CD2;*/

        color: #ffffff;
        width: 100%;
        padding: 1.5em !important;
        font-size: 24px;
        line-height: 1.5em;
        font-family: 'Open Sans', sans-serif;
        border-bottom: 1px solid #E2E2E2;
        background: #cc331e;
        font-weight: 500;
    }

    .ac-container p,
    .i_accept_container {
        border-top: 0px dashed !important;
        padding: 1px 1em 0px;
        font-family: 'Open Sans', sans-serif;
        line-height: 1.5em;
        margin: 16px;
        margin-top: 19px;
        color: #818181;
        font-size: 16px;
    }

    .ac-container .buttons_area {
        text-align: center;

    }

    .ac-container button {
        border: 1px solid #e5aa04;
        border-radius: 0px !important;
        padding: 8px 0px 8px;
        font-size: 14px;
        line-height: 1.5;
        width: 150px;
        margin-top: 3px;
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 2px;
        background: #e5aa04;
        color: #fff;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
        display: inline-block;
    }

    .ac-container button:hover {
        background: #cc331e;
        color: #fff;
    }

    .ac-container.ask-redirect {
        padding-top: 20px;
    }

    .ac-container .agp_errors {
        margin-top: 20px !important;
    }

    .ac-container .agp_errors ul,
    .ac-container .agp_errors li {
        padding: 2px 6px 3px 6px !important;
    }

    .ac-container .agp_errors {
        margin-bottom: -8px !important;
    }

    .ac-container .success_message {
        padding: 0px !important;
        padding-top: 7px !important;
        padding-bottom: 1px !important;
    }

    @media(max-width:767px) {
        .ac-container {
            left: 4% !important;
            top: 4% !important;
            transform: translate(0%, 0%) !important;
            width: 92% !important;
            position: relative !important;
            margin-top: 17px !important;
            margin-bottom: 17px !important;
        }
    }

.ac-container p {
    font-size: 16px!important;
    line-height: 24px!important;
}