html{
    height: 100%;
    font-family: PingFangSC-Light,'helvetica neue','hiragino sans gb',arial,'microsoft yahei ui','microsoft yahei',simsun,sans-serif;
    font-size: 14px;
}
body.signin {
    background: #18c8f6;
    height: auto;
    background:url( "../img/bj.png") no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: rgba(255,255,255,.95);
}
.logopanel h1{
    font-size: 36px;
}
.signin-info h3{
    font-size: 28px;
}

.signinpanel {
    width: 900px;
    margin: 12% auto 0 auto;
}
.btn-login{
    border: 1px solid #00a3ff;
    background-color: #00A3FF;
    color: #fff;
    border-radius: 2px;
}
.btn-login:hover{
    color: #fff;
    background-color: #0097ee;
    border: 1px solid #0097ee;
}

.signinpanel .row{
  border-radius: 24px;
  background-image: -moz-linear-gradient( -45deg, rgb(0,108,192) 0%, rgb(0,128,210) 100%);
  background-image: -webkit-linear-gradient( -45deg, rgb(0,108,192) 0%, rgb(0,128,210) 100%);
  background-image: -ms-linear-gradient( -45deg, rgb(0,108,192) 0%, rgb(0,128,210) 100%);
  width: 900px;
  height: 480px;
  box-shadow: 0 0 2px #fff;
}


.signinpanel .logopanel {
    float: none;
    width: auto;
    padding: 0;
    background: none;
}

.signinpanel .row .col-sm-7{
	margin: 0;
	padding: 0;
	width: 50%;
	display:flex;
    justify-content: center;
    flex-wrap: wrap;
}
.signinpanel .row .col-sm-7 p{
    width:100%;
    margin-top:20px;
}
.signinpanel .row .col-sm-5{
	width: 50%;
	height: 100%;
	padding: 0;
}

.signinpanel .row .col-sm-5 #signupForm{
	width: 100%;
	height: 100%;
    border-radius:0 24px 24px 0;
}
#signupForm .tab-content .tab-pane input{
    height: 40px;
    line-height:40px;
    /*border-bottom:1px solid #ccc;*/
    padding-left: 50px;
    font-size: 16px;
}
#signupForm .tab-content .tab-pane .login_box{
    margin-top: 18px;
}
/*#signupForm .tab-content .tab-pane #phoneNum{*/
/*    border-top:none;*/
/*    border-left: none;*/
/*    border-right:none;*/
/*    border-bottom: 1px solid #ccc;*/
/*}*/
/*#signupForm .text-center{*/
/*	display: block;*/
/*	padding-left: 30px;*/
/*	margin: 0;*/
/*	width: 100%;*/
/*	height: 30px;*/
/*	line-height: 30px;*/
/*	border-bottom: 1px #ccc solid;*/
/*	font-size: 18px;*/
/*	text-align: left;*/
/*	color: #0080d1;*/
/*}*/


.signinpanel .signin-info{
	margin: 64px 0 0 0;
}

.signinpanel .signin-info ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    font-size: 20px;

}

.signinpanel .form-control {
    display: block;
}

.signinpanel .uname {
    background: #fff url( "../img/username.png") no-repeat 5% center;
}
.signinpanel .uphone {
    background: #fff url( "../img/phone.png") no-repeat 5% center;
}
.signinpanel .pword {
    background: #fff url( "../img/password.png") no-repeat 5% center;
}

.signinpanel .btn {
    margin-top: 10px;
	width: 100%;
	height: 38px;
    clear: both;
	font-size: 18px;
}

.signinpanel form {
    background: #fff;
    border: 1px solid rgba(255,255,255,.3);
    -moz-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 45px;
    color:#666;
}
/*忘记密码*/
#registerPwdsForm{
    width: 100%;
    height: 100%;
    border-radius:0 24px 24px 0;
}
#registerPwdsForm .tab-pane>input{
    height: 54px;
    line-height: 54px;
    margin-top: 14px;
    padding-left: 50px;
}
#phone .yanzheng{
    font-size: 16px;
    color: #ccc;
    height: 40px;
    line-height: 40px;
    border: 1px #e5e6e7 solid;
    margin: 18px 0 18px 0;
    box-sizing: border-box;
}
#phone .login_box{
    border: 1px #e5e6e7 solid;
}
#registerPwdsForm .yanzheng{
    font-size: 16px;
    color: #ccc;
    height: 56px;
    line-height: 56px;
    margin-top: 14px;
    border: 1px #e5e6e7 solid;
    width: 100%;
    box-sizing: border-box;
}
#registerPwdsForm .yanzheng input,#phone .yanzheng input{
    height: 54px;
    line-height: 54px;
    position: relative;
    top:-2px;
    color:#555;
}

#registerPwdsForm .yanzheng-inp,#phone .yanzheng-inp{
    display: inline-block;
    width: 38%;
    height: 40px;
    border-left: 1px #ccc solid;
    text-align: center;
    color: #0080D1;
    font-size: 14px;
    position: relative;
    top:-2px;
}
#registerPwdsForm .uname_pwd{
    display: inline-block;
    background: #fff url( "../img/password.png") no-repeat 5% center;
}

#registerPwdsForm  .yanz, #phone .yanz{
    display: inline-block;
    background: #fff url( "../img/password.png") no-repeat 8% center;
    border:none;
    padding-left: 50px;
    margin-bottom: 0;
    width: 60%;
}
#phone #phoneCode{
    height: 36px;
    line-height: 36px;
    color:#555;
}
.nav-tabs>li.active>a {
    color: #0080d1 !important;
}

/*.col-sm-7 .xiaochengxu{*/
/*	display: block;*/
/*	text-align: center;*/
/*	margin: 38px auto 0;*/
/*}*/

.col-sm-7 p{
	font-size: 18px;
	text-align: center;
	line-height: 38px;
}

.signinpanel form >h3{
    color: #333333;
    font-size: 24px;
    font-family: "microsoft yahei";
    font-weight: 400;
}
.signup-footer{border-top: solid 1px rgba(255,255,255,.3);margin:20px 0;padding-top: 15px;}
.outside-login{
    border-top: #dcdee3 1px solid;
    padding: 7% 0 0;
    text-align: center;
    position: relative;
    margin: 9% 0% 0;
    border-radius: 0 0 1% 1%;
}
.outside-login-tit{
    position: absolute;
    top: -8px;
    left: 50%;
    margin: 0 0 0 -50px;
    text-align: center;
    width: 100px;
    height: 14px;
    line-height: 1;
    color: #999;
}
.outside-login-tit span{
    position: relative;
    z-index: 2;
}
.outside-login-tit:before {
    top: 0;
    left: 0;
    background-color: #fff;
}
.outside-login-tit:after {
    top: 7px;
    left: 0;
    background-color: #fff;
}
.outside-login-tit:after, .outside-login-tit:before {
    content: '';
    display: block;
    width: 100%;
    height: 7px;
    position: absolute;
    z-index: 1;
}
.outside-login-con {
    font-size: 0;
    padding-top: 10px;
}
.outside-login-list {
    width: 116%;
    margin-left: -8%;
}
.outside-login-btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 33.3333%;
}
.outside-login-list .actived {
    display: inline-block;
}
.outside-login-btn em {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    margin: 0 auto 5px;
    white-space: normal;
    font-size: 20px;
    color: #fff;
}
.outside-login-btn:first-child, .outside-login-btn:last-child {
    width: 30.3333%;
}
.outside-login-btn span {
    font-size: 14px;
    color: #333;
}
.signup-footer div{
    margin-bottom: 10px;
    text-align: center;
}
.oschina em{
    background-color: #4ec34d;
}
.git em{
    background-color: #211b1b;
}
.my em{
    background-color: #ff4700
}
@media screen and (max-width: 768px) {
    .signinpanel,
    .signuppanel {
        margin: 0 auto;
        width: 413px!important;
        padding: 20px;
    }
    .signinpanel form {
        margin-top: 20px;
    }
    .signup-footer {
        margin-bottom: 10px;
        text-align: center;
    }
    .signuppanel .form-control {
        margin-bottom: 10px;
    }
    /*.signup-footer .pull-left,*/
    /*.signup-footer .pull-right {*/
    /*    float: none !important;*/
    /*    text-align: center;*/
    /*}*/
    .signinpanel .signin-info ul {
        display: none;
    }
}
@media screen and (max-width: 320px) {
    .signinpanel,
    .signuppanel {
        margin:0 20px;
        width:auto;
    }
}
