.success-popup {
    position: fixed;
    top: 50%;
    margin-top: -160px;
    margin-left: -250px;
    left: 50%;
    width: 500px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
}


.success-popup .close-x {
    float: right;
    font-size: 35px;
    line-height: 15px;
    color: #fff;
    text-decoration: none !important;
    font-weight: bold;
    padding: 5px;
    margin-right: -6px;
}

    .success-popup .close-x:hover {
        opacity: 0.7;
    }


    .success-popup .popup-header {
        padding: 20px;
        color: #fff;
        background: #4cc171;
        border-radius: 3px 3px 0px 0px;
    }

        .success-popup .popup-header h2 {
            font-size: 24px;
            line-height: 30px;
            letter-spacing: -1px;
            font-weight: normal;
            margin: 0px;
        }

            .success-popup .popup-header h2 img {
                float: left;
                margin-right: 10px;
            }

    .success-popup .popup-content {
        padding: 20px;
        font-size: 16px;
    }

    .success-popup .popup-footer {
        border-top: 1px solid #ddd;
        padding: 20px;
        background-color: #f5f5f5;
    }

    .success-popup .btn {
        margin: 0px 0px 10px 0px;
        width: 100%;
    }

    .success-popup hr {
        margin: 20px 0px;
    }

.popup-header .close {
    margin-right: -2px;
    font-size: 28px;
    padding: 2px;
    margin-top: -8px;
    color: #fff;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

    .popup-header .close:hover {
        opacity: 0.5;
    }



@media (max-width: 767px) {
    .success-popup {
        margin-left: 0px;
        left: 0;
        width: 100%;
    }
}
