
.header{
    width: 1300px;
    margin: 0 auto;
    height: 100px;
    box-sizing: border-box;
}
.logo-box{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    height: 100%;
}
.logo{
    width: 165px;
    height: 50px;
}
.logo-left{
    display: flex;
    align-items: center;
}
.logo-right{
    display: flex;
    flex-direction: row;
    width: 300px;
    align-items: center;
    color:#bababa;
    font-size: 14px;
}
.pact{
    margin-right: 30px;
}
.pact:hover{
    color:  #36b368;;
}

.content-body{
    /*background-image: linear-gradient(#e09c8d, #ffdcb4);*/
}
.content-box{
    height: 620px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-box{
    width: 400px;
    height: 580px;
    background: #fff;
    border:1px solid #D2D2D2;
}
.tab-title{
    display: flex;
    justify-content: space-evenly;
    height: 70px;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    color: #333;
    border-bottom: 1px solid #e3e3e3;
}
.tab-active{
    color:  #36b368;;
}
.tab-item{
    display: none;
}

#account_register{
    padding: 0 20px;
    margin-top: 30px;
}

.reset-input{
    font-size: 16px !important;
    height: 50px;
    width:100%;
}
.reset-btn{
    height: 50px;
    margin-top: 10px;
}
.info{
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.code-box{
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}
.code-box input{
    width: 70%;
}
.get-code{
    margin-left: 10px;
    width: 30%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c7b37c;
    color: #fff;
}

