.beg-login-bg {
    background: url(../Images/demo-1-bg.jpg) no-repeat center center fixed;
    background-color: #393D49;
}

.beg-login-box {
    width: 450px;
    height: 330px;
    margin: 10% auto;
    background-color: rgba(255, 255, 255, 0.407843);
    border-radius: 10px;
    color: aliceblue;
}

    .beg-login-box header {
        height: 39px;
        padding: 10px;
        border-bottom: 1px solid aliceblue;
    }

        .beg-login-box header h1 {
            text-align: center;
            font-size: 25px;
            line-height: 40px;
            letter-spacing: 5px;
        }

    .beg-login-box .beg-login-main {
        height: 195px;
        padding: 30px 90px 0;
    }

.beg-login-main .layui-form-item {
    position: relative;
}

    .beg-login-main .layui-form-item .beg-login-icon {
        position: absolute;
        color: #cccccc;
        top: 10px;
        left: 10px;
    }

    .beg-login-main .layui-form-item .beg-yz-button {
        position: absolute;
        top: 1px;
        left: 150px;
        width: 120px;
        color: #3da160;
        font-family: 'Microsoft YaHei';
        line-height: 35px;
        height: 35px;
        border: none;
        background-color:transparent;
        border-left: 1px solid #cdcccc;
        font-weight: 600;
        cursor: pointer;
        text-align: center;
    }

        .beg-login-main .layui-form-item .beg-yz-button:hover {
            color: #4ada7c;
        }

    .beg-login-main .layui-form-item input {
        padding-left: 34px;
    }

.beg-login-box footer {
    height: 35px;
    padding: 10px 10px 10px 10px;
}

    .beg-login-box footer p {
        line-height: 35px;
        text-align: center;
    }

.beg-pull-left {
    float: left !important;
}

.beg-pull-right {
    float: right !important;
}

.beg-clear {
    clear: both;
}

.beg-login-remember {
    line-height: 38px;
}

    .beg-login-remember .layui-form-switch {
        margin-top: 0px;
    }

.beg-login-code-box {
    position: relative;
    padding: 10px;
}

    .beg-login-code-box input {
        position: absolute;
        width: 100px;
    }

    .beg-login-code-box img {
        cursor: pointer;
        position: absolute;
        left: 115px;
        height: 38px;
    }

@-webkit-keyframes rotateplane {
    50% {
        width: 440px;
        height: 340px;
        -webkit-transform: rotateY(90deg);
    }
}

@-webkit-keyframes rotateplane2 {
    50% {
        width: 440px;
        height: 340px;
        -webkit-transform: rotateY(90deg);
    }
}

.divtrans {
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}

.divretrans {
    -webkit-animation: rotateplane2 1.2s infinite ease-in-out;
    animation: rotateplane2 1.2s infinite ease-in-out;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}

.yz {
    background-color: #ebe6e6;
    line-height: 30px;
    padding: 2px;
}

.label {
    cursor: pointer;
}

    .label:hover {
        color: #eae113;
    }
.select-logo {
    height: 36px;
    line-height: 36px;
    line-height: 33px\9;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 2px;
    font-size: 9pt;
    padding: 0 5px;
}