﻿@media (min-width: 1281px) {

    p {
            margin-top: 0;
            margin-bottom: 1rem;
        }

        .login.login-with-news-feed, .register.register-with-news-feed {
            width: 100%;
            margin: 0;
            padding: 0;
            top: 0;
        }

            .login.login-with-news-feed .news-feed, .register.register-with-news-feed .news-feed {
                position: fixed;
                left: 0;
                right: 500px;
                top: 0;
                bottom: 0;
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
                overflow: hidden;
            }

            .login.login-with-news-feed .news-image, .register.register-with-news-feed .news-image {
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                top: 0;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
            }

            .login.login-with-news-feed .news-caption, .register.register-with-news-feed .news-caption {
                color: rgba(255,255,255,.75);
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                padding: 60px 60px 30px;
                font-size: 18px;
                z-index: 20;
                font-weight: 300;
                background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);
                background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);
                background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0 );
            }

                .login.login-with-news-feed .news-caption .caption-title, .register.register-with-news-feed .news-caption .caption-title {
                    color: #fff;
                    font-weight: 300;
                    font-size: 36px;
                }

            .login.login-with-news-feed .right-content, .register.register-with-news-feed .right-content {
                float: right;
                width: 500px;
            }

            .login.login-with-news-feed .login-header, .register.register-with-news-feed .register-header {
                position: relative;
                top: 0;
                margin: 0;
                left: 0;
                right: 0;
                padding: 150px 60px 0;
            }

        .login .login-header {
            position: absolute;
            top: -80px;
            left: 50%;
            right: 0;
            width: 450px;
            padding: 0 40px;
            margin-left: -225px;
            font-weight: 300;
        }

        .login.login-with-news-feed .login-header .brand {
            color: #242a30;
        }

        .login .login-header .brand {
            padding: 0;
            font-size: 28px;
            color: #2d353c;
        }

            .login .login-header .brand .logo {
                border: 14px solid transparent;
                border-color: rgba(0,0,0,.1) rgba(0,0,0,.2) rgba(0,0,0,.3);
                width: 28px;
                height: 28px;
                position: relative;
                font-size: 0;
                margin-right: 10px;
                border-radius: 6px;
                top: -11px;
            }

            .login .login-header .brand small {
                font-size: 14px;
                display: block;
                color: #707478;
            }

        .login.login-with-news-feed .login-header .icon {
            top: 98px;
            right: 10px;
        }

        .login .login-header .icon {
            position: absolute;
            right: 40px;
            top: -2px;
            opacity: .1;
        }

            .login .login-header .icon i {
                font-size: 70px;
            }

        .login.login-with-news-feed .login-content, .register.register-with-news-feed .register-content {
            width: auto;
            padding: 30px 60px;
        }

        .login .login-content {
            padding: 30px 40px;
            color: #999;
            width: 450px;
            margin: 0 auto;
        }

        .m-b-15 {
            margin-bottom: 15px !important;
        }

        .m-t-20 {
            margin-top: 20px !important;
        }

        .m-b-40 {
            margin-bottom: 40px !important;
        }

        .p-b-40 {
            padding-bottom: 40px !important;
        }

        .form-control.form-control-lg, .form-control.input-lg {
            font-size: 14px;
        }

        .form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text, select.form-control-lg:not([size]):not([multiple]) {
            height: 46px;
            padding: 10px 16px;
            line-height: 1.3333333;
            border-radius: 6px;
        }

        .form-control {
            border: 1px solid #d3d8de;
            box-shadow: none;
            font-size: 12px;
            line-height: 1.42857143;
            padding: 6px 12px;
        }

        *, ::after, ::before {
            box-sizing: border-box;
        }

        .text-black, .text-inverse {
            color: #2d353c !important;
        }

        .text-grey-darker {
            color: #929ba1 !important;
        }

        #imgLogo {
            width: 100%;
            margin-bottom: 20px;
        }
        #footerLogo {
            width: 50%;
            margin-left: -80px;
            opacity: .8;
        }
        #txtFooterLogo {
            margin-left: 140px;
            margin-top: -25px;
            opacity: .5;
        }
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/



@media (min-width: 1025px) and (max-width: 1280px) {
           



    p {
            margin-top: 0;
            margin-bottom: 1rem;
        }

        .login.login-with-news-feed, .register.register-with-news-feed {
            width: 100%;
            margin: 0;
            padding: 0;
            top: 0;
        }

            .login.login-with-news-feed .news-feed, .register.register-with-news-feed .news-feed {
                position: fixed;
                left: 0;
                right: 500px;
                top: 0;
                bottom: 0;
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
                overflow: hidden;
            }

            .login.login-with-news-feed .news-image, .register.register-with-news-feed .news-image {
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                top: 0;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
            }

            .login.login-with-news-feed .news-caption, .register.register-with-news-feed .news-caption {
                color: rgba(255,255,255,.75);
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                padding: 60px 60px 30px;
                font-size: 18px;
                z-index: 20;
                font-weight: 300;
                background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);
                background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);
                background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0 );
            }

                .login.login-with-news-feed .news-caption .caption-title, .register.register-with-news-feed .news-caption .caption-title {
                    color: #fff;
                    font-weight: 300;
                    font-size: 36px;
                }

            .login.login-with-news-feed .right-content, .register.register-with-news-feed .right-content {
                float: right;
                width: 500px;
            }

            .login.login-with-news-feed .login-header, .register.register-with-news-feed .register-header {
                position: relative;
                top: 0;
                margin: 0;
                left: 0;
                right: 0;
                padding: 150px 60px 0;
            }

        .login .login-header {
            position: absolute;
            top: -80px;
            left: 50%;
            right: 0;
            width: 450px;
            padding: 0 40px;
            margin-left: -225px;
            font-weight: 300;
        }

        .login.login-with-news-feed .login-header .brand {
            color: #242a30;
        }

        .login .login-header .brand {
            padding: 0;
            font-size: 28px;
            color: #2d353c;
        }

            .login .login-header .brand .logo {
                border: 14px solid transparent;
                border-color: rgba(0,0,0,.1) rgba(0,0,0,.2) rgba(0,0,0,.3);
                width: 28px;
                height: 28px;
                position: relative;
                font-size: 0;
                margin-right: 10px;
                border-radius: 6px;
                top: -11px;
            }

            .login .login-header .brand small {
                font-size: 14px;
                display: block;
                color: #707478;
            }

        .login.login-with-news-feed .login-header .icon {
            top: 98px;
            right: 10px;
        }

        .login .login-header .icon {
            position: absolute;
            right: 40px;
            top: -2px;
            opacity: .1;
        }

            .login .login-header .icon i {
                font-size: 70px;
            }

        .login.login-with-news-feed .login-content, .register.register-with-news-feed .register-content {
            width: auto;
            padding: 30px 60px;
        }

        .login .login-content {
            padding: 30px 40px;
            color: #999;
            width: 450px;
            margin: 0 auto;
        }

        .m-b-15 {
            margin-bottom: 15px !important;
        }

        .m-t-20 {
            margin-top: 20px !important;
        }

        .m-b-40 {
            margin-bottom: 40px !important;
        }

        .p-b-40 {
            padding-bottom: 40px !important;
        }

        .form-control.form-control-lg, .form-control.input-lg {
            font-size: 14px;
        }

        .form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text, select.form-control-lg:not([size]):not([multiple]) {
            height: 46px;
            padding: 10px 16px;
            line-height: 1.3333333;
            border-radius: 6px;
        }

        .form-control {
            border: 1px solid #d3d8de;
            box-shadow: none;
            font-size: 12px;
            line-height: 1.42857143;
            padding: 6px 12px;
        }

        *, ::after, ::before {
            box-sizing: border-box;
        }

        .text-black, .text-inverse {
            color: #2d353c !important;
        }

        .text-grey-darker {
            color: #929ba1 !important;
        }

        #imgLogo {
            width: 100%;
            margin-bottom: 20px;
        }
        #footerLogo {
            width: 50%;
            margin-left: -80px;
            opacity: .8;
        }
        #txtFooterLogo {
            margin-left: 140px;
            margin-top: -25px;
            opacity: .5;
        }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    #imgLogo {
        width: 60%;
        position: relative;
        left: 10%;
    }
    .news-feed {
        display: none;
    }

    .login.login-with-news-feed .right-content, .register.register-with-news-feed .right-content {
        float: none;
        width: 100%;
    }

    .login.login-with-news-feed .login-content, .register.register-with-news-feed .register-content {
        padding: 250px 30px !important;
    }

    .login .login-header {
        position: absolute !important;
        top: 70px !important;
        left: 0 !important;
        right: 0 !important;
        padding: 0px 20px !important;
        margin: 0;
        font-weight: 300 !important;
    }

    .login.login-with-news-feed .login-header, .register.register-with-news-feed .register-header {
        position: relative;
        padding: 120px 40px 0;
    }
                #LogoSidebar {
                display: none !important;
            }

            #navbarSite {
                overflow: hidden;
                position: relative; /* Set the navbar to fixed position */
                top: 0; /* Position the navbar at the top of the page */
            }
}
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    #imgLogo {
        width: 57%;
    }
                    .news-feed {
                display: none;
            }

            .login.login-with-news-feed .right-content, .register.register-with-news-feed .right-content {
                float: none;
                width: 100%;
            }

            .login.login-with-news-feed .login-content, .register.register-with-news-feed .register-content {
                padding: 250px 30px !important;
            }

            .login .login-header {
                position: absolute !important;
                top: 70px !important;
                left: 0 !important;
                right: 0 !important;
                padding: 0px 20px !important;
                margin: 0;
                font-weight: 300 !important;
            }

            .login.login-with-news-feed .login-header, .register.register-with-news-feed .register-header {
                position: relative;
                padding: 120px 40px 0;
            }
                        #LogoSidebar {
                display: none !important;
            }

            #navbarSite {
                overflow: hidden;
                position: relative; /* Set the navbar to fixed position */
                top: 0; /* Position the navbar at the top of the page */
            }  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    #imgLogo{
                width:100%;
            }
                    .news-feed {
                display: none;
            }

            .login.login-with-news-feed .right-content, .register.register-with-news-feed .right-content {
                float: none;
                width: 100%;
            }

            .login.login-with-news-feed .login-content, .register.register-with-news-feed .register-content {
                padding: 250px 30px !important;
            }

            .login .login-header {
                position: absolute !important;
                top: 70px !important;
                left: 0 !important;
                right: 0 !important;
                padding: 0px 20px !important;
                margin: 0;
                font-weight: 300 !important;
            }

            .login.login-with-news-feed .login-header, .register.register-with-news-feed .register-header {
                position: relative;
                padding: 120px 40px 0;
            }
              .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    #imgLogo {
        width: 100%;
    }
    #frmLogin {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .news-feed {
        display: none;
    }
    .form-control {
        display: block;
        width: 100%;
        height: 40px;
        padding: 20px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

    .login.login-with-news-feed .right-content, .register.register-with-news-feed .right-content {
        float: none;
        width: 100%;
    }

    .login.login-with-news-feed .login-content, .register.register-with-news-feed .register-content {
    }

    .login .login-header {
        font-weight: 300 !important;
    }

    .login.login-with-news-feed .login-header, .register.register-with-news-feed .register-header {
        position: relative;
        padding: 80px 20px 0px 5px;
    }

}