    #loginbg {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0px;
        left: 0px;
        z-index: -1;
        background-image: url(../../../../images/login1.jpg);
        background-size: cover;
    }

    #loginbg img {
        position: absolute;
        left: 0px;
        top: 0px;
    }

    @-webkit-keyframes imgFade {
        0% {
            opacity: 1;
        }
        17% {
            opacity: 1;
        }
        25% {
            opacity: 0;
        }
        92% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }

    @-moz-keyframes imgFade {
        0% {
            opacity: 1;
        }
        17% {
            opacity: 1;
        }
        25% {
            opacity: 0;
        }
        92% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }

    @-o-keyframes imgFade {
        0% {
            opacity: 1;
        }
        17% {
            opacity: 1;
        }
        25% {
            opacity: 0;
        }
        92% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }

    @keyframes imgFade {
        0% {
            opacity: 1;
        }
        17% {
            opacity: 1;
        }
        25% {
            opacity: 0;
        }
        92% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }

    #loginbg img {
        -webkit-animation-name: imgFade;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-duration: 32s;

        -moz-animation-name: imgFade;
        -moz-animation-timing-function: ease-in-out;
        -moz-animation-iteration-count: infinite;
        -moz-animation-duration: 32s;

        -o-animation-name: imgFade;
        -o-animation-timing-function: ease-in-out;
        -o-animation-iteration-count: infinite;
        -o-animation-duration: 32s;

        animation-name: imgFade;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-duration: 32s;
    }

    #loginbg img:nth-of-type(1) {
        -webkit-animation-delay: 15s;
        -moz-animation-delay: 15s;
        -o-animation-delay: 15s;
        animation-delay: 15s;
    }

    #loginbg img:nth-of-type(2) {
        -webkit-animation-delay: 10s;
        -moz-animation-delay: 10s;
        -o-animation-delay: 10s;
        animation-delay: 10s;
    }

    #loginbg img:nth-of-type(3) {
        -webkit-animation-delay: 5s;
        -moz-animation-delay: 5s;
        -o-animation-delay: 5s;
        animation-delay: 5s;
    }

    .login {
        background-color: #fff;
        padding: 0px;
    }

    .logoWrapper .logo {
        background: #e22319;
        height: 100%;
        line-height: 0;
        text-align: center;
    }

    .forgot {
        margin-top: 8px;
        display: block;
        margin-left: 43%;
        color: #999;
    }

    .forgot:hover,
    .forgot:active {
        color: #fff;
    }
    /* Logo */

    .logoWrapper {
        float: left;
        height: 50px;
        width: 65px;
        position: absolute;
        z-index: 11;
        overflow: hidden;
    }

    .logoWrapper .logo {
        background: #e22319;
        height: 100%;
        line-height: 0;
        text-align: center;
    }

    .logoWrapper .logo a {
        display: block;
        height: 100%;
        text-indent: -9999px;
        overflow: hidden;
        background-image: url(../../../../images/logo-sm.png);
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .scrolled.logoWrapper .logo a {
        background-image: url(../../../../images/logo-sm.png);
    }
    /* General */

    .animate {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }


    @media (min-width:60em) {
        /* logo */
        .logoWrapper {
            height: 200px;
            width: 65px;
        }
        .logoWrapper .logo a {
            background-image: url(../../../../images/logo-clear.png);
        }
        .formWrapper {
            padding-top: 15px;
            height: 120px;
            display: block;
        }
    }

    .page-user-password.login,
    .page-user-reset.login,
    .page-user-register.login {
        background-color: #eee;
    }

    .page-user-password.login #loginbg,
    .page-user-reset.login #loginbg,
    .page-user-register.login #loginbg {
        display: none;
    }

    .page-user-password.login>.region.region-content,
    .page-user-reset.login>.region.region-content {
        background-color: #fff;
        width: 50%;
        margin: 50px auto;
        padding: 50px;
    }

    .page-user.page-user-profileedit #block-system-main>.content {
        background-color: #fff;
        padding: 15px;
    }

    .page-user-register.login>.region.region-content {
        background-color: #fff;
        width: 60%;
        margin: 20px auto;
        padding: 30px;
    }

    .page-user-register.login label {
        display: block;
    }


    .copyright {
        display: none;
    }