/*
 *
 * Template Name: Fullscreen Login
 * Description: Login Template with Fullscreen Background Slideshow
 * Author: Anli Zaimi
 * Author URI: http://azmind.com
 *
 */
body {
    background: #cccccc;
    font-family: '微软雅黑', Helvetica, Arial, sans-serif;
    text-align: center;
    color: #fff;
}
.page-container {
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-260px;
    left:50%;
    width:300px;
    margin-left:-150px;

h1 {
    letter-spacing:10px;
    font-size: 60px;
    font-weight: 700;
    text-shadow: 0 1px 4px rgba(0,0,0,.2);
}

form {
    position: relative;
    width: 100%;
    margin: 15px auto 0 auto;
    text-align: center;
}
input{ border:0px;}
input,select {
    background: #ffffff;color: black;font-family:"微软雅黑";font-size:18px;height: 30px;line-height: 30px;
              margin: 25px 0px 0px;margin-top: 25px;padding-left: 15px;padding-right: 15px;position: static;text-align: left;width: 270px;}

select option{
    background: #2d2d2d; /* browsers that don't support rgba */
    background: rgba(45,45,45,.15);
    color: #ffffff;
}

input:-moz-placeholder { color: #fff; }
input:-ms-input-placeholder { color: #fff; }
input::-webkit-input-placeholder { color: #fff; }

input: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);
}

button {
    cursor: pointer;
    /*width: 300px;
    height: 44px;*/
    margin-top: 25px;
    padding: 0;
    background: #ef4300;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ff730e;
    /*-moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.25) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.25) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:
        0 15px 30px 0 rgba(255,255,255,.25) inset,
        0 2px 7px 0 rgba(0,0,0,.2);*/
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    /*text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;*/
}

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 #ef4300;*/
}

.error {
    display: none;
    position: absolute;
    top: 27px;
    right: -55px;
    width: 40px;
    height: 40px;
    background: #2d2d2d; /* browsers that don't support rgba */
    background: rgba(45,45,45,.25);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.error span {
    display: inline-block;
    margin-left: 2px;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);

}

.connect {
    width: 305px;
    margin: 35px auto 0 auto;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0,0,0,.2);
}

.connect a {
    display: inline-block;
    width: 32px;
    height: 35px;
    margin-top: 15px;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

.connect a.facebook { background: url(../img/facebook.png) center center no-repeat; }
.connect a.twitter { background: url(../img/twitter.png) center center no-repeat; }

.connect a:hover { background-position: center bottom; }
.bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/Public/adminstyle/login/img/backgrounds/5.jpg) no-repeat #000;
    background-size: cover;
    z-index: -1;
    filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/adminstyle/login/img/backgrounds/1.jpg', sizingMethod='scale')";
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/adminstyle/login/img/backgrounds/1.jpg', sizingMethod='scale');
}

/*2016-7-14样式修改*/
@font-face {
    font-family:Lato-Hairline;
    src:url('../font/Lato-Hairline.ttf'); 
}
@font-face {
    font-family:Lato-Light;
    src:url('../font/Lato-Light.ttf'); 
}
input:focus {
    outline: none;
    -moz-box-shadow:
        0 2px 3px 0 rgba(0,0,0,.0) inset,
        0 2px 7px 0 rgba(0,0,0,.0);
    -webkit-box-shadow:
        0 2px 3px 0 rgba(0,0,0,.0) inset,
        0 2px 7px 0 rgba(0,0,0,.0);
    box-shadow:
        0 2px 3px 0 rgba(0,0,0,.0) inset,
        0 2px 7px 0 rgba(0,0,0,.0);
}
h1 {
    font-family:Lato-Hairline;
    margin-bottom:40px;
}
.B_H,.B_J,.B_L {
    position:relative;
    width:90%;
    margin:0 auto;
    margin-bottom:10px;
    padding:10px 0;
    height:30px;
    border-radius:7px;
    border:1px solid #fff;
    overflow:hidden;
}

.B_K {
    margin-bottom:10px;
}
.B_H input,.B_J input,.B_L input{
    margin:0;
    padding:0;
    width:50%;
    background:none;
    color:#fff;
    text-align:center;
}
    .B_J input {
        display:block;
        position:absolute;
        top:10px;
        left:0;
        width:60%;
        padding:0 5%;
    }
    .B_J img {
        display:block;
        position:absolute;
        top:10px;
        left:70%;
        width:20%;
        height:28px;
    }

.B_L {
        border-color:#27ae61;
        height:20px;
}
    .B_L button {
        position:absolute;
        top:0;
        left:0;
        margin:0;
        padding:0;
        width:50%;
        height:100%;
        border-radius:0;
        background:#27ae61;
        border-color:#27ae61;
    }
    .B_L button:nth-child(2) {
        left:50%;
        border-left:1px solid #fff;
    }