html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  -ms-flex-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}


.account{
    width: 948px;
    height:520px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: relative;
    display: flex;
    justify-content: space-between;
}
.account__container__left {
    width: 550px;
    border-radius: 6px;
    background: #fff;
}
.account__container__right {
    position: relative;
    width: 382px;
    border-radius: 6px;
    background: #fff;
    text-align: center;
}
.login-container {
    position: relative;
    padding: 50px 56px 60px;
    box-sizing: border-box;
}
.login-zt{
    display: flex;
    position: relative;
    align-items: baseline;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 26px;
    color: #323233;
    cursor: default;
}
.account__container__right__header {
    margin: 60px 44px 0;
}
.account__container__right__header .title {
    line-height: 36px;
    font-size: 26px;
    font-weight: 500;
    color: #323233;
}
.account__container__right__header>p {
    line-height: 28px;
    margin: 8px 0 20px;
    font-size: 18px;
    color: #323233;
}
.account__container__right__logo {
    margin: 68px 11px 0;
    width: 360px;
    height: 224px;
    background-image: url(https://img01.yzcdn.cn/public_files/db92aa7bab13dcaf76cd108e5acbbaaa.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50%;
}
.account__container__right__logo>img {
    height: 224px;
    width: 360px;
}
.l_float {
    float: left;
}
.r_float {
    float: right;
}
.l_clear {
    clear: left;
    display: block;
    overflow: hidden;
    content:"";
}
.r_clear {
    clear: right;
    display: block;
    overflow: hidden;
    content:"";
}
.b_clear {
    clear: both;
    display: block;
    overflow: hidden;
    content:"";
    margin-top:40px ;
}
.show {
    display: block;
}
.hidden {
    display: none;
}
.login_tags>span{
    padding: 10px;
    text-align: center;
    width: 50%;
    box-sizing: border-box;
    border-bottom: 1px solid #d9d9d9;
}
.login_tags>.active{
        border-bottom: 2px solid #703EFF;
}