﻿@media screen and (max-width:1367px) {
    .login-box .bottom-box {
        text-align: center;
    }

        .login-box .bottom-box .left-con-box, .login-box .bottom-box .right-con-box {
            width: 100%;
            text-align: center;
        }

        .login-box .bottom-box .left-con-box {
            margin-bottom: 5px;
        }
}

@media screen and (max-width:1279px) {
    .login-box .left-box {
        width: 60%;
    }

    .login-box .right-box {
        width: 40%;
    }

    .login-box .carousel-caption {
        width: 95%;
        margin: 0 auto;
    }

    .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
        width: 100% !important;
    }

    .carousel-caption {
        padding-bottom: 15px;
    }

        .carousel-caption h2 {
            font-size: 18px;
        }

    .login-container .inner-box.forgot-pass-box > h3 {
        font-size: 14px;
    }
}

@media screen and (max-width:1023px) {
    .login-box .left-box {
        display: none;
    }

    .login-box {
        position: relative;
    }

        .login-box .left-box, .login-box .owl-carousel .owl-wrapper-outer {
            width: 100%;
            height: 280px;
        }

            .login-box .left-box .owl-item, .login-box .owl-carousel .owl-wrapper, .login-box .item {
                height: 100% !important;
            }

        .login-box .right-box {
            overflow: scroll;
            padding: 20px 20px;
            position: fixed;
            top: 50%;
            transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
        }

        .login-box .right-box {
            width: 100%;
        }

        .login-box .bottom-box {
            position: fixed;
            bottom: 0;
            padding: 0 10px 10px;
        }

        .login-box .logo-box, .login-box .top-box h2 {
            text-align: center;
        }
}

@media screen and (max-width:767px) {
    .login-box .bottom-box .left-con-box {
        margin-bottom: 0;
    }

    .login-box .bottom-box {
        bottom: auto;
    }

    .login-box .inner-box {
        margin-bottom: 10px;
    }

    .login-box .forgot-pass {
        font-size: 14px;
    }
}

@media screen and (max-width:479px) {
    .login-box .bottom-box {
        bottom: 0;
    }
}