@charset "UTF-8";

/*作者 303598805@qq.com微信 wangjasp*/

.logreg{ background-color: #fff;}
.logreg .form-control{ border-radius: 0; border: solid 1px #ddd;}
.logreg .form-control:focus{ box-shadow: none; border: solid 1px #08898E;}
.logreg .inner{ max-width: 1200px; margin: auto;}
.logreg .header{ padding: 15px 0; height: auto; background-color: #fff; background-image: none;}
.logreg .header .logo{float: left; margin-right: 15px;}
.logreg .header .title{ font-size: 24px; color: #08898E;}
.logreg-body{ padding: 150px 0; background-color: #eee; background: url(../images/bg-v4.jpg);background-repeat: no-repeat;}
.logreg-body .adbox{ font-size: 60px; /*padding: 100px 0;*/ font-weight: bold; color: #08898E;}
.logreg-body .logbox{ background-color: #fff; padding: 40px; }
.logreg-body .logbox .card-header{ font-size: 20px; margin-bottom: 25px;}
.logreg .footer{ padding: 50px; text-align: center;}


@media screen and (max-width:1500px){
    .logreg-body{
        /* background-size: 100%; */
        background-position-x: 30%;
    }
}