/*
 *
 * Template Name: Fullscreen Login
 * Description: Login Template with Fullscreen Background Slideshow
 * Author: Anli Zaimi
 * Author URI: http://azmind.com
 *
 */

* {
    margin: 0;
    padding: 0;
}
.us {
    background-image: url(/Content/images/img/zhanghao.png) !important;
    background-size: 20px 24px;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    width: 100%;
    height: 70%;
    text-indent: 34px;
    background-color: rgba(0,0,0,1);

}
.password {
    background-image: url(/Content/images/img/password.png) !important;
    background-size: 20px 24px;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    width: 100%;
    height: 70%;
    text-indent: 34px;
    background-color: rgba(0,0,0,1);
}
.fle {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top: 10px solid rgba(26,188,156,1);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.349019607843137);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.349019607843137);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.349019607843137);
    font-family: 'Î¢ÈíÑÅºÚ Bold', 'Î¢ÈíÑÅºÚ';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    width: 390px;
    min-height: 420px;
    background-color: rgba(255,255,255,1);
}
.login-logo {
    position: relative;
    background: url(/Content/images/img/login-logo.png) no-repeat 50% 0;
    border-width: 0px;
    top: 20px;
    width: 100%;
    height: 66px;
    color: #1ABC9C;
    text-align: center;
}
    .login-logo p {
        position: relative;
        top: 70px;
        font-size: 34px;
    }
body {
    background-size: cover;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    text-align: center;
    color: #fff;
    height: 700px;
    line-height: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.header {
    position: fixed;
    left: 0px;
    top: 40%;
    margin-top: -110px;
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.warp {
    position: absolute;
    z-index: 0;
}
    .header .header-bg {
        border-width: 0px;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 220px;
        overflow-x: hidden;
        overflow-y: hidden;
        -ms-overflow-x: hidden;
        -ms-overflow-y: hidden;
        background-color: rgba(26, 188, 156, 1);
        background-image: url(/Content/images/img/login-bg-flower.png);
        background-position: right top;
        background-repeat: repeat-x;
        background-attachment: scroll;
        background-size: 2000px 360px;
    }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del,
dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr,
th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu,
nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* ------- HTML5 display-role reset for older browsers ------- */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}


img {
    border: none;
}

#supersized-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    text-indent: -999em;
    background: url(../images/loading.gif) no-repeat center center;
}

#supersized {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -999;
    height: 100%;
    width: 100%;
}

    #supersized img {
        width: auto;
        height: auto;
        position: relative;
        display: none;
        outline: none;
        border: none;
    }

    #supersized.speed img {
        -ms-interpolation-mode: nearest-neighbor;
        image-rendering: -moz-crisp-edges;
    }
    /*Speed*/
    #supersized.quality img {
        -ms-interpolation-mode: bicubic;
        image-rendering: optimizeQuality;
    }
    /*Quality*/

    #supersized li {
        display: block;
        list-style: none;
        z-index: -30;
        position: fixed;
        overflow: hidden;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #111;
    }

    #supersized a {
        width: 100%;
        height: 100%;
        display: block;
    }

    #supersized li.prevslide {
        z-index: -20;
    }

    #supersized li.activeslide {
        z-index: -10;
    }

    #supersized li.image-loading {
        background: #111 url(../images/loading.gif) no-repeat center center;
        width: 100%;
        height: 100%;
    }

        #supersized li.image-loading img {
            visibility: hidden;
        }

    #supersized li.prevslide img, #supersized li.activeslide img {
        display: inline;
    }


    #supersized img {
        max-width: none !important;
    }

.page-container {
    
}

h1 {
    font-size: 30px;
    font-weight: 700;
    text-shadow: 0 1px 4px rgba(0,0,0,.2);
}

.login-form {
    position: relative;
    width: 350px;
    margin: 15px auto 0 auto;
    text-align: center;
}


.input-login {
    background-color: rgba(200,200,200, .04) !important;
    border: 1px solid rgba(200,200,200,1) !important;
    border-radius: 6px;
    color: rgba(0,0,0,1);
    font-size: 15px;
    padding-left: 8px;
    outline: none;
    height: 3em;
    margin-top: 1em;
}

input:-moz-placeholder {
    color: #fff;
}

input:-ms-input-placeholder {
    color: #fff;
}

input::-webkit-input-placeholder {
    color: #fff;
}

input-login:focus {
    outline: none;
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset, 0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset, 0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset, 0 2px 7px 0 rgba(0,0,0,.2);
}

.loginBtn {
    cursor: pointer;
    width: 300px;
    height: 44px;
    margin-top: 25px;
    padding: 0;
   
    border-radius: 5px;
    border: 0px;
    background-color: rgba(26, 188, 156, 1);
    font-size: 18px;
    font-weight: 700;
    color: white;
   
}

    button:hover {
        -moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset, 0 2px 7px 0 rgba(0,0,0,.2);
        -webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset, 0 2px 7px 0 rgba(0,0,0,.2);
        box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset, 0 2px 7px 0 rgba(0,0,0,.2);
    }

    button:active {
        -moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset, 0 2px 7px 0 rgba(0,0,0,.2);
        -webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset, 0 2px 7px 0 rgba(0,0,0,.2);
        box-shadow: 0 5px 8px 0 rgba(0,0,0,.1) inset, 0 1px 4px 0 rgba(0,0,0,.1);
        border: 0px solid #46C765;
        outline: none;
    }



 
/*#login{
    margin-top: 20px;
    width: 300px;

}*/

footer {
    position: fixed;
    bottom: 0px;
    margin-bottom: 22px;
    width: 100%;
    text-align: center;
}

.touming {
    color: rgba(250,246,246,0.6);
    filter: Alpha(Opacity=80);
    font-size: 12px;
}
