html,
body {
  height: 100%;
}

.form-signin {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    gap: 30px;
}
.form-signin .login {
    width: 100%;
    height: 50px;
    display: block;
    text-indent: 15px;
    font-size: 17px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    transition: all .2s;
}
.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:"";
    cursor: default;
}
.show {
    display: block;
}
.hidden {
    display: none;
}
.login_con{
    width: 100%;
    background-color: #fff;
}
.login_tags>span{
    padding: 10px;
    text-align: center;
    width: 50%;
    box-sizing: border-box;
    border-bottom: 2px solid #d9d9d9;
    font-size: 16px;
}
.login_tags>.active{
        border-bottom: 2px solid #1957e3;
}
.auth-other-button {
    display: flex;
    justify-content: space-between;
}
.login-btn{
    width: 100%;
    height: 50px;
    text-align: center;
    text-transform: uppercase;
    transition: .5s;
    background-size: 200% auto;
    color: #fff;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.login-main-view {
    position: relative;
    width: 100%;
    min-width: 1000px;
    height: 100%;
    overflow: hidden;
    background: url(../../static/images/login-bg.06e9c2d3.png) no-repeat;
    background-size: cover;
}
        .login-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.login-container .login-content {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    width: 910px;
    height: 540px;
    background: #fff;
    border-radius: 11px;
    transform: translate(-50%,-50%);
}
.login-container .login-logo {
    position: absolute;
    top: 50px;
    left: 23px;
    width: 80px;
    height: 30px;
    background: url(../../static/images/touxiang.png) no-repeat;
    background-size: 100%;
}
.login-container .login-content-img {
    width: 410px;
    height: 540px;
    background: url(../../static/images/login-left-img.f033fc5c.png) no-repeat;
    background-size: 100%;
}
.login-container .login-title {
    position: absolute;
    top: 101px;
    left: 38px;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}
.login-container .img-foot {
    position: absolute;
    bottom: 15px;
    display: flex;
    justify-content: center;
    width: 410px;
    color: #fff;
}
.login-container .foot-txt {
    width: 110px;
    height: 12px;
    margin: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #c6e4ff;
    cursor: pointer;
}
.login-container .form-container {
    width: 398px;
    height: 100%;
    padding: 50px 0;
    margin: 0 auto;
}
.login-container .form-container h2{
    letter-spacing: 8px;
}