html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -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{
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    max-width: 500px;
    width: 100%;
}


.cccc{
    
padding: 2.5rem;
    
}

.account__container__right {
    position: relative;
    width: 382px;
    border-radius: 6px;
    background: #fff;
    text-align: center;
}
.login-container {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);

    width: 100%;
}
.login-header {
    
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding-top: 1.5rem;
    padding-right:1.5rem;
    padding-bottom: 1.8rem;
    padding-left: 1.5rem;
    text-align: center;
}
.login-header h1 {
    font-size: 24px;
    margin: 0;
    font-weight: 600;
}
.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:"";
   
}
.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;
}