@keyframes waving {
    from {
        top: 0;
    }

    to {
        top: 10px;
    }
}

@keyframes waving2 {
    from {
        left: 0;
    }

    to {
        left: -9999px;
    }
}

.erlianhaotelogin {
    width: 100%;
    height: 100%;
    background: url('./images/9.png') no-repeat center;
    background-size: 100% 100%;
    background-clip: border-box;
    position: relative;
    min-height: 7.0rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    .inner-bg {
        // width: 78%;
        width: 100%;
        margin: 16% 11% 25% 11%;
    
    
        &>div {
            width: 70%;
            margin: 0 auto;
        }
    }
    
    .inner-wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 1100px;
        height: 646px;
        margin-left: -550px;
        margin-top: -298px;
        background: url('./images/7.png') no-repeat top;
        background-size: 100% 100%;
        display: flex;
        align-items: flex-end;
    }
    
    .left-imgbox {
        width: 682px;
        height: 596px;
        background: url('./images/6.gif') no-repeat center;
        background-size: 100% 100%;
        background-clip: border-box;
    }
    
    .img-wrapper {
        width: 388px;
        height: 134px;
        background: url('./images/1.png') no-repeat center;
        background-size: 100% 100%;
        margin-bottom: 48px;
    }

    .inner-bg img[role="logo"] {
        height: 40px;
    }
    
    .inner-bg .title {
        font-size: 27px;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
        letter-spacing: 2px;
    }

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    
    .inner-center {
        width: 418px;
        height: 596px;
        border-radius: 0px 0px 15px 15px;
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    
    .welcome-title{
        width: 100%;
        height: 178px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    
    .formgroup2 {
        display: flex;
        align-items: center;
        display: flex;
        margin: 0px 5.5%;
        margin-bottom: 10%;
        align-items: center;
        margin-bottom: 40px;
    }
    
    .APPcodeBox {
        width: 100%;
        display: flex;
        flex-flow: column;
        align-items: center;
        cursor: pointer;
        position: relative;
    }
    
    .APPCtext {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        line-height: 30px;
        opacity: 0.75;
    }
    
    .APPCimg {
        width: 138px;
        height: 150px;
        background: url('./images/3.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        display: none;
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        padding: 23px 11px 12px;
    
        span {
            font-size: 12px;
            opacity: 0.75;
        }
    }
    
    .APPcodeBox:hover .APPCtext {
        color: #1685FF;
    }
    
    .APPcodeBox:hover .APPCimg {
        display: flex;
    }
    
    .APPCimg .codeCase {
        text-align: center;
        padding-top: 32px;
    }

    .login-header{
        width: 100%;
        position: absolute;
        top: 20px;
        padding: 0 32px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    
        .left-title{
            
        }
        .right-timebox{
            display: flex;
            justify-content: center;
            align-items: center;
            height: 60px;
            .curr-time{
                width: 140px;
                font-size: 36px;
                font-family: Microsoft YaHei;
                font-weight: 300;
                color: #FFFFFF;
            }
            .curr-week-date{
                margin-left: 10px;
                .curr-week{
                    font-size: 16px;
                    font-family: Microsoft YaHei;
                    font-weight: 400;
                    color: #FFFFFF;
                }
                .curr-date{
                    font-size: 14px;
                    font-family: Microsoft YaHei;
                    font-weight: 400;
                    color: #FFFFFF;
                }
            }
        }

    }

    
}

:global{
    .erlianhaote{
        .@{ant-prefix}src-pages-user-login-components-login-index-login {
            .@{ant-prefix}src-pages-user-login-components-login-index-prefixIcon{
                color: #00BDA0;
            }
        }
    
        .@{ant-prefix}src-pages-user-login-components-login-index-login {
            .@{ant-prefix}src-pages-user-login-components-login-index-submit{
                background-color: #00BDA0;
                border-color: #00BDA0;
                border-radius: 20px;
            }
        }
    
        .@{ant-prefix}-checkbox-checked::after{
            border: 1px solid #00BDA0 !important;
        }
    
        .@{ant-prefix}-checkbox-checked {
            .@{ant-prefix}-checkbox-inner {
                background-color: #00BDA0 !important;
                border-color: #00BDA0 !important;
            }
        }
    
        .@{ant-prefix}-input-affix-wrapper:not(.@{ant-prefix}-input-affix-wrapper-disabled):hover{
            border-color: #00BDA0 !important;
        }
    
        .@{ant-prefix}-checkbox-wrapper:hover 
        .@{ant-prefix}-checkbox-inner, 
        .@{ant-prefix}-checkbox:hover .@{ant-prefix}-checkbox-inner, 
        .@{ant-prefix}-checkbox-input:focus + .@{ant-prefix}-checkbox-inner {
            border-color: #00BDA0 !important;
        }
    
        .@{ant-prefix}-btn-primary:hover, .@{ant-prefix}-btn-primary:focus{
            background-color: #00BDA0 !important;
            border-color: #00BDA0 !important;
        }
    }
}