.login-wrapper {
    background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;
    /*height: 100%;*/
    /*width: 100%;*/
    /*padding: 50px 20px;*/
    /*position: relative;*/
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.login-wrapper:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
    background-color: transparent;
}

.admin-login-background {
    background-color: #FFFFFF;
    margin: 0 auto;
    width: 360px;
    max-width: 100%;
    padding: 40px 30px;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    border-radius: 4px;
    z-index: 2;
}

.admin-header {
    text-align: center;
    margin-bottom: 30px;
    color: #222222;
    font-weight: 350;
    font-size: 30px
}

.admin-input {
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    height: 45px;
    width: 300px;
    padding-bottom: 0px;
}

.admin-input::-webkit-input-placeholder {
    color: #a78369
}

.layui-icon-username {
    color: #a78369 !important;
}

.layui-icon-username:hover {
    color: #9dadce !important;
}

.layui-icon-password {
    color: #a78369 !important;
}

.layui-icon-password:hover {
    color: #9dadce !important;
}

.admin-input-username {
    border-top-style: solid;
    border-radius: 4px 4px 0 0;
}

.admin-input-verify {
    border-radius: 0 0 4px 4px;
}

.admin-button {
    margin-top: 30px;
    font-weight: bold;
    font-size: 18px;
    width: 300px;
    height: 45px;
    border-radius: 4px;
    background-color: #1890ff;
    /*border: 1px solid #d8b29f*/
}

.admin-icon {
    margin-left: 275px;
    margin-top: 10px;
    font-size: 20px;
}

i {
    position: absolute;
}

.admin-captcha {
    position: absolute;
    margin-left: 205px;
    margin-top: -43px;
    height: 40px;
    cursor: pointer;
}
