body{
    font-family: Inter, system-ui, Avenir, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    background-color: #f2f3f5;
}
*, ::after, ::before {
    box-sizing: border-box;
}

.s-full {
    height: 100%;
}
.s-flex{
    display: flex;
    justify-content: space-between;
}

.login-container{
    height: 100vh;
}
.login-main{
    flex: 1;
    flex-basis: auto;
    overflow: auto;
    box-sizing: border-box;
}

.login-foot{
    height: 60px;
}

.login-card{
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    box-sizing: border-box;
}

.login-form{
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}
.login-form .login-left{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
}

.login-form .login-left .login-img img{
    height: 40px;
}
.login-form .login-left .login-service{
    flex-grow: 1;
    display: flex;
    align-items: center;
}
.login-form .login-left .login-service img{
    width: 450px;
}
.login-form .login-right{
    width: 440px;
    padding: 5rem;
}
.login-form .login-right h2{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 10px;
    text-align: center;
    color: #606266;
}
.login-form .login-right .s-form{
    /*margin-top: 25px;*/
}
.login-right .s-form .form-check-label{
    font-size: 14px;
    color: #606266!important;
}
.login-right .s-form a{
    color: #27B8D0;
    text-decoration: none;
}
.s-form .form-item {
    margin-top: 18px;
}
.s-form .form-control {
    font-size: 14px;
    background-image: none!important;
}
.s-form .invalid-feedback {
    color: #db2828;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    top: 100%;
    left: 0;
}

.s-form .btn.active{
    background: #27b8d0;
    border-color: #27b8d0;
    font-size: 14px;
    padding: 8px 19px;
}
.login-right .other a{
    color: #27b8d0;
    text-decoration: none;
    font-size: 14px;
}


.login-foot {
    text-align: center;
}
.login-foot .copyright{
    align-self: center;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #606266;
    word-break: break-all;
}



.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.d-flex {
    display: flex !important;
}
.flex-column {
    flex-direction: column !important;
}


.s-form .mobile .prefix{
    padding-left: 15px;
}
.s-form .mobile .el-input__inner{
    padding-left: 50px;
}
.s-form .s-btn{
    width: 100%;
    font-size: 14px;
    background: #27b8d0;
    border-color: #27b8d0;
    color: #fff;
    cursor: pointer;
}
.el-checkbox__input.is-checked+.el-checkbox__label{
    color: #27b8d0;
}
.el-checkbox__input.is-checked .el-checkbox__inner{
    border-color: #27b8d0;
    background-color: #27b8d0;
}
.s-form .el-form-item__content:has(.el-checkbox){
    line-height: 1;
}
