.custom-input{
    border: 1px solid #dcdee2;
    border-radius:4px;
    color: #515a6e;
    background-color: #fff;
    background-image: none;
    cursor: text;
    transition: border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out;
}

#febs-login {
    height: 100%;
    /*background: #f0f2f5 url(/febs/images/background-5825f033c6ff12cd1ed1f3c99dff5e4b.svg) no-repeat center 110px;*/
    padding-top: 1px;
    margin-top: -1px;
    background: #FFFFFF;
}
.login-page-bg{
    height: 100%;
    width: 55%;
    float: left;
}
.login-page-account{
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: auto;
    flex: 1;
    padding: 32px 0;
    text-align: center;
    width: 44%;
    float: right;
}
#febs-login .layui-logo {
    /*user-select: none;*/
    /*overflow: hidden;*/
    /*position: static;*/
    /*font-size: 27px;*/
    /*width: 100%;*/
    /*padding: 0;*/
    /*line-height: 120px;*/
    /*height: 120px;*/
    /*color: #3491ff;*/
    /*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
    /*transition: height .8s cubic-bezier(0.075, 0.82, 0.165, 1)*/


    width: 100%;
    height: 45px;
    font-size: 47px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #0297E6;
    line-height: 10px;
    text-align: center;
    margin-top: 33%;

}

#febs-login .layui-logo span {
    font-family: PingFang SC;
    font-weight: 600;
    color: #0297E6;
}

#febs-login .layui-logo span b {
    color: #3491ff
}

#febs-login .login-wrap {
    position: relative;
    top: 50%;
    margin-top: -290px;
    height: 540px
}

#febs-login .layui-form {
    overflow: hidden;
    /*background: #fff;*/
    padding: 40px 40px 20px;
    border-radius: 0;
    /*box-shadow: 1px 3px 3px #ccc;*/
    position: relative;
    margin-top: 7%
}

#febs-login .layui-form-item {
    position: relative
}

#febs-login .verify-block {
    display: none
}

#febs-login .layui-input {
    text-indent: 26px
}

#febs-login .codeimg {
    margin-left: 10px;
    cursor: pointer
}

#febs-login .sendsms {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 100px;
    border: none
}

#febs-login .sendsms.layui-btn-disabled {
    background: #f4f4f4;
    color: #bbb
}

#febs-login .houseimg {
    text-align: center
}

#febs-login .houseimg img {
    display: inline-block;
    margin-top: 5%
}

#febs-login .login-type-tab {
    margin-bottom: 20px;
    overflow: hidden
}

#febs-login .login-type-tab li {
    display: inline-block;
    padding-right: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #bbb;
    cursor: pointer;
    transition: color .5s ease
}

#febs-login .login-type-tab li.active {
    color: #333
}

#febs-login .login-type-tab li .qrcode-icon {
    font-size: 24px
}

#febs-login .phonecode-block {
    display: none
}

#febs-login .qrcode-block {
    text-align: center;
    display: none
}

#febs-login .qrcode-block .qrcode {
    border: 1px solid #eee;
    display: inline-block;
    padding: 15px;
    margin: 30px 0;
    width: 158px;
    height: 158px
}

#febs-login .qrcode-block .qrcode .layui-icon {
    line-height: 158px;
    font-size: 44px;
    color: #e6e6e6
}

#febs-login .qrcode-block .p1 {
    font-size: 16px
}

#febs-login .qrcode-block .p2 {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
    margin-bottom: 20px
}

#febs-login .layui-form-item .label-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    line-height: 38px;
    text-align: center;
    color: #d2d2d2 !important
}

.footer {
    text-align: center;
    padding: .5rem 1rem 1rem
}
