html,
body {
    height: 100%;
}

body {
    background: url(../images/back.png) center center no-repeat;
    background-size: cover;
    min-height: 100vh;
    padding: 0;
    margin: 0;
}

.form-signin {
    width: 100%;
    max-width: 450px;
    padding: 0 30px 30px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px #fff;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -225px;
    margin-top: -150px;
    box-sizing: border-box;
}

.form-signin .h3 {
    background: url(../images/titline.png) left center repeat-x;
    background-size: contain;
    margin: 0 -30px;
    font-size: 20px;
    padding: 10px;
    height: 30px;
    color: #fff;
    font-weight: normal;
    
    display: block;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 9px 10px;
    font-size: 15px;
    display: block;
    width:100%;
    box-sizing: border-box;
    border:1px solid #dedede;
    padding-left:30px;
    line-height: 20px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input {
    border-radius: 5px;
    outline: none;
    border:1px solid #dedede;
}
.phone{
    background:  url(../images/phone.png) left center no-repeat;
    background-position: 10px;
}
.xm{
    background: url(../images/icon.png)  no-repeat;
    background-position: 8px 2px;
}
.sfz{
    background: url(../images/icon.png)   no-repeat;
    background-position:8px -98px;  
}
.mima{
    background: url(../images/icon.png)   no-repeat;
    background-position:7px -33px; 
}
.yzm{
    background: url(../images/icon.png)   no-repeat;
    background-position:8px -65px;  
}
.form-signin input:focus,.form-signin select:focus{
    border-color: #578DE5;
}
.form-signin select{   
    height:40px;
    line-height: 30px;
    padding:10px;
    font-size: 16px;
    width:100%;
  
}
.form-signin .flex-row{
    margin: 20px 0;
}
.form-signin select option{
    line-height: 30px;
}
.form-signin input[type="text"],input[type="password"] {
    margin: 0px 0;
}

.yzmBtn {
    position: absolute;
    right: -1px;
    top: -1px;
    bottom: -1px;
    background-color: #578DE5;
    color: #fff;
    border: none;
    padding: 0 10px;
    z-index: 12;
}
.disabled{
    background-color: #dedede;
    color:#333;
}

.zuce{
    justify-content:space-between ;
    padding:10px 0 0;
}
.zuce a{
    color:#333;
}
.zuce a:hover{
 text-decoration: underline;
}

.register{
    width:600px;
    max-width:600px;
    height:600px;   
    margin:100px auto;
    position:static;
}
.register .flex-row{
    align-items: center;
    

}
.register .tip{
    padding-left:10px;
    color:red;
    font-size:12px;
}
.register .tip span{
    display: inline-block;
    vertical-align: middle;
    width:50px;
    height:10px;
    background-color: #dedede;
    margin-right:1px
}
.register .tip.ruo span:nth-child(1){
    background-color: red;
}
.register .tip.zd span:nth-child(1),.register .tip.zd span:nth-child(2){
    background-color: orange;
}
.register .tip.qq span{
    background-color: green;
}
.register input[type="password"]{
    margin:0;
}


#loginTabs{

}
#loginTabs .tab-span span{
     width: 50%;
     text-align: center;
     padding:10px 0;
     font-size:16px;
     border-bottom: 3px solid #ededed;
     cursor: pointer;
}
#loginTabs .tab-span span:hover{
    color:#578DE5;
}
#loginTabs .tab-span span.active{
    border-bottom: 3px solid #578DE5;
    color:#578DE5;
}
#loginTabs .tab-conts .tab-cont:not(:first-child){
    display: none;
}