﻿body, html {
    height: 100% !important;
    margin: 0;
}



iframe {
    display: block;
    border: none;
    height: 200vh !important;
    width: 100%;
} 

.alert_pop {
    display: none !important;
}

.dis_txt_box {
    padding: 20px 15px;
    float: left;
    width: 100%;
}

.term_condi_box {
    float: left;
    width: 100%;
}

    .term_condi_box > ul {
        float: none;
        display: inline-block;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .term_condi_box a {
        border-left: 0px solid #fff !important;
    }

    .term_condi_box > ul > li {
        float: left;
        padding: 0px 10px;
        position: relative;
    }

        .term_condi_box > ul > li:nth-child(1):after {
            content: '|';
            position: absolute;
            right: 0;
        }

.all_content {
    margin: 0;
    background: #fff;
    box-shadow: 0px -1px 3px #ccc;
    padding: 15px 20px 0;
}

    .all_content p {
        line-height: 21px;
    }

    .all_content strong {
        background: #eff5f8;
        width: 100%;
        float: left;
        padding: 9px 10px;
        margin-bottom: 10px;
    }

.back_to_login {
    margin: 25px 9px 0 0;
    padding: 0;
    float: left;
    width: auto;
    height: 24px;
}

.logo {
    margin: 0;
    padding: 6px 0 6px;
}

h4.modal-title {
    padding: 8px;
    padding-left: 18px;
    margin-bottom: 7px;
    text-align: center;
}

@media (max-width: 767px) and (min-width: 320px) {
    footer .copy-right {
        margin-top: -2px !important;
        margin-bottom: -7px !important;
    }

    .iphone.iphone_contact {
        text-align: center !important;
    }

    footer .footer-logo.footer-logo {
        margin: -5px 0px !important;
        width: 100% !important;
        text-align: center !important;
    }

    .logo {
        width: 100% !important;
        text-align: center !important;
        display: block !important;
    }

    .term_condi_box > ul > li:first-child {
        padding-left: 0px !important;
    }

    .all_content_height {
        width: 90%;
        /*height:100% !important;*/
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .all_content_height {
        width: 90%;
    }

    .term_condi_box > ul > li:first-child {
        padding-left: 0px !important;
    }

    .term_condi_box {
        margin-left: 0px !important;
    }
}

@media (max-width: 1700px) and (min-width: 900px) {

    .all_content {
        /*min-height: 370px !important;*/
    }
}
