﻿.infoCol {
    background: #FFF;
    height: calc(100vh);
    border-right: 1px solid #ddd;
    text-align: center;
    padding: 0;
}

    .infoCol .content {
        position: absolute;
        top: 15%;
        text-align: center;
        width: 100%;
    }

        .infoCol .content .title {
            text-align: center;
            font-size: 44px;
        }

        .infoCol .content .description {
            text-align: center;
            margin-top: 30px;
            font-size: 18px;
            width: 360px;
        }

        .infoCol .content img {
            margin-top: 30px;
        }

.dataCol {
    height: calc(100vh);
    background: #eee;
    padding: 0;
}

    .dataCol .content {
        position: absolute;
        top: 10%;
        width: 100%;
    }

        .dataCol .content .logo {
            text-align: center;
            margin-bottom: 40px;
        }

        .dataCol .content .loginBox {
            width: 75%;
        }

            .dataCol .content .loginBox .sectionTitle {
                color: #777;
                font-size: 16px;
                margin-bottom: 3px;
            }

            .dataCol .content .loginBox .sectionTitleLarge {
                text-align: center;
                font-size: 26px;
                color: #333;
                line-height: normal;
            }

        .dataCol .content .helpSection {
            width: 400px;
            color: #777;
            padding-right: 5px;
            margin-top: -10px;
        }

.loginFooter {
    color: #999;
    padding: 15px 10px;
    direction: rtl;
    text-align: center;
    width: 100%;
    position: relative;
    margin-top: -34px;
    height: 34px;
    clear: both;
}

.wrap {
    height: 100%;
}


@media (max-width: 768px) {
    .dataCol .content .helpSection {
        width: 150px;
    }
    .loginBox{
        width:100% !important;
    }
}