html,body{
  width: 100%;height: 100%;
}
a:hover{
    text-decoration: none;
    cursor: pointer;
    color:#fff;
}
a:focus{
    text-decoration: none;
}
.navbar-brand {
	padding: 9px 15px;
}
#banner{
  width: 100%;
  height: 100%;
}
#main{
    margin-top: 0;
    width: 100%;
    height: 100%;
    position:relative;
    background-size: cover!important;
    /* //background: url("/admin/public/images/login/background.png") left bottom; */
}
#main span{
    width:20px;height:18px;background:url(/admin/public/images/login/star.png);
    position:absolute }
#main div.container>div{
    width:420px;
    background-color: rgba(84,84,84,0.4);
    border-radius: 10px;
    padding: 40px 55px 20px 55px;
    text-align: center;
    font-size:16px;
    color:#fff;
    position: absolute;
    top:275px;
    left:55%;
}
h3 a{
    display: inline-block;
    width: 100px;
    color:#fff;
    border-bottom:2px solid #ddd;
    padding: 5px 5px;
    text-align: center;
    margin-bottom: 10px;
    text-decoration: none;
}
h3 a.active{
    color:#00fe7a;
    border-color:#00fe7a;
}
h3:first-child a{
    margin-right: -7px;
}
.form{
    margin: 0;
    display: none;
    list-style: none;
    padding: 0;
}
.form li{
    width: 304px;
    height: 70px;
    line-height: 40px;
}
.form li p{
    text-align: left;
    color:#fff;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
}
.form label input{
   background-color:#00fe7a ;
}
.form li input {
    width: 304px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 7px;
    background-color: transparent;
    outline: none;
    padding-left: 30px;
}
#login{
    display: block;
}
#login li:nth-child(2) input{
    background: url(/admin/public/images/login/figure.png) no-repeat 9px -22px;
}
#login li:nth-child(3) input{
    background: url(/admin/public/images/login/figure.png) no-repeat 9px -260px;
}
#login li:nth-child(4) input{
    padding-left: 0px;
}
#login li:nth-child(5){
    display: flex;
    justify-content: space-between;
    height: 50px;
}
#login li:nth-child(5) input{
    width: 15px;
    height: 15px;
}
#login li:nth-child(5) label{
    width: 50%;
    margin-left: -30px;
}
#login li:nth-child(5) a{
    width: 50%;
    text-align: right;
    color:#fff;
    flex-grow: 1;
}
#login>p:nth-child(7){
    margin-bottom: 5px;
}
#register li:nth-child(8) input{
    padding-left: 0px;
}
#register li:nth-child(8){
    display: flex;
    justify-content: space-between;
    height: 50px;
}
#register li:nth-child(8) input{
    width: 15px;
    height: 15px;
}
#register li:nth-child(8) label{
    width: 50%;
    margin-left: -15px;
    font-size: 15px;
    font-weight: normal;
}
#register li:nth-child(8) a{
    width: 50%;
    text-align: right;
    color:#fff;
    flex-grow: 1;
}
#register li:nth-child(1) input{
    background: url(/admin/public/images/login/figure.png) no-repeat 9px -22px;
}
#register li:nth-child(2) input{
    background: url(/admin/public/images/login/figure.png) no-repeat 9px -103px;
}
#register li:nth-child(4) input{
    background: url(/admin/public/images/login/figure.png) no-repeat 9px -178px;
}
#register li:nth-child(5) input{
    background: url(/admin/public/images/login/figure.png) no-repeat 9px -260px;
}
#register li:nth-child(6) input{
    background: url(/admin/public/images/login/figure.png) no-repeat 9px -260px;
}
#register .captcha-box{
    display: flex;
    justify-content: space-between;
}
#register .captcha-box input{
    width: 48%;
}
#register .captcha-box input:nth-child(2){
    padding: 0;
    text-align: center;
}
#btn{
    background-color: #00fe7a;
    border-color:#00fe7a;
}
#btn1{
    background-color: #00fe7a;
    border-color:#00fe7a;
	padding-left:0;
}
@media (max-width: 767px){
    #main{
        width: 100%;
        /* height:700px; */
        height: 100%;
        position:relative;
        background: url("/admin/public/images/login/background1.png");
        background-size: cover;
    }
    /* #main div.container>div{
        width:300px;
        background-color: rgba(0,17,17,0.7);
        border-radius: 10px;
        padding: 30px 15px 15px 15px!important;
        font-size:12px;
        position: absolute;
        top:85px;
        left:11%;
    } */
    .form li{
        width: 100%;
        height: 50px;
        line-height: 30px;
    }
    .form li:nth-child(4){
        height: 35px;
    }
    .form li p{
        font-size: 12px;
    }
    .form li input{
        width: 100%;
        height: 26px;
    }
    #login li:nth-child(5){
        height: 35px;
    }
    #login>p:nth-child(7) img{
        width: 35px;
    }
    #login li:nth-child(2) input {
        background: url(/admin/public/images/login/figure.png) no-repeat 9px 6%;
    }
    #login li:nth-child(3) input {
        background: url(/admin/public/images/login/figure.png) no-repeat 9px 56%;
    }
    p{
        font-size:9px!important;
    }
    #login li:nth-child(5) input {
        width: 13px;
        height: 13px;
    }
    #login li:nth-child(4) input {
        line-height: 22px;
    }
    .section1, .section2, .section3, .section4, .section5{
        width: 50%;
    }
}
@media (max-width:1200px) and (min-width:1000px){
    #main{
        width: 100%;
        height:1000px;
        position:relative;
        background: url("/admin/public/images/login/background2.png")  no-repeat center center;
    }
    #main div.container div{
        top:150px;
        left:55%;
    }
}
@media (width:768px){
    #main{
        width: 100%;
        height:1000px;
        position:relative;
        background: url("/admin/public/images/login/background2.png")  no-repeat center center;
    }
    #main div.container div{
        top:135px;
        left: 42% !important;
    }
}
@media (width:320px){
    /* #main{
        width: 100%;
        height:568px;
    } 
    #main div.container div{
        top:35px;
        left: 2% !important;
    }*/
    #banner #main div.container>div{
        top: 54%;
        padding: 5px 15px 5px 15px!important;
    }
    div.container h3 a {
        font-size: 13px!important;
    }
    div.container  a {
        font-size: 10px!important;
    }
    .form li{
        height: 45px;
    }
    .form li p{
        line-height: 10px;
    }
    #login li:nth-child(5) {
        height: 28px;
    }
    #login>p:nth-child(7) img {
        width: 30px;
    }
    .guize a{
        line-height: 25px;
        font-size: 10px;
    }
    
}