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

.beg-login-box {
    width: 450px;
    height: 330px;
    margin: auto;
    margin-top: 15%;
    margin-bottom: 5%;
    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;
}

.beg-login-box .beg-login-main {
    height: 185px;
    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 input {
    padding-left: 34px;
}

.beg-login-box footer {
    height: 35px;
    padding: 10px 10px 0 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;
}


/*自定义 START*/

.beg-login-logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 15%;
    margin: 0 auto;
    font-size: 32px;
    color: #cccccc;
    text-align: center;
    font-weight: 600;
}

.beg-login-main .verify input {
    width: 50%;
    display: inline;
}

.beg-login-main .verify img {
    float: right;
    width: 120px;
    height: 38px;
}

.beg-login-main button {
    width: 100%!important;
}


/*自定义 END*/
