input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    border: 1px solid #CCC!important;
}

.layui-btn-primary {
    background: #fb792a ;
    color: #fff
}

.layui-btn-primary:hover {
    color: #fff;
    border: 1px solid #fff
}

.beg-login-box {
    position: absolute;
    width: 450px;
    height: 360px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fafbfc ;
    padding: 10px 15px;
    border:3px solid #e5e5e5
    
}

.beg-login-box header {
    height: 70px;
    padding: 10px;
    border-bottom: 1px solid #cfd4d8;
    text-align: center;
}

.beg-login-box header h1 {
    font-family: '微软雅黑';
    text-align: center;
    font-size: 40px;
    line-height: 70px;
    color: #414141;
    letter-spacing: 3px;
    font-weight: 300px;
    /*text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;*/
}

.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;
    color: #2A6496;
}

.beg-login-box footer p {
    line-height: 35px;
    text-align: center;
}

.beg-pull-left {
    float: left !important;
}

.beg-pull-right {
    float: right !important;
}

.beg-pull-right button {
    margin-top: 10px;
    width: 270px;
}

.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;
}

.verCode {
    padding-left: 15px;
    width: 200px;
    display: inline;
}

@media screen and (max-width:600px) {
    .beg-login-box {
        width: 60%;
        height: 60%
    }
    .beg-login-box header {
        height: 40px;
    }
    .beg-login-box header h1 {
        font-size: 26px;
        line-height: 40px
    }
    .beg-login-box .beg-login-main {
        padding: 20px 20px 0
    }
    .verCode {
        width: 60%;
        float: left;
        height: 36px;
        line-height: 36px
    }
    #codeImage {
        float: right
    }
    .logBtn {
        width: 100%
    }
    .beg-pull-right button {
        width: 100%
    }
    .beg-login-box footer p {
        font-size: 10px
    }
}

@media screen and (max-width:370px) {
    .beg-login-box {
        width: 70%;
        height: 60%
    }
}
@media screen and (max-width:480px) {
    .beg-login-box header h1 {
        font-size: 22px;
        line-height: 40px
    }
}
@media screen and (max-width:415px) {
    .beg-login-box header h1 {
        font-size: 20px;
        line-height: 40px
    }
}
@media screen and (max-width:415px) {
    .beg-login-box header h1 {
        font-size: 18px;
        line-height: 40px
    }
}