body {
    height: 100%;
    width: 100%;
}

#container {
    height: 100%;
    width: 100%;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
    background-color: transparent;
}

.admin-login-background {
    width: 300px;
    height: 360px;
    position: absolute;
    left: 50%;
    top: 38%;
    margin-left: -230px;
    margin-top: -100px;
    background-color: #ffffff;
    padding: 40px 80px;
    border-radius: 20px;
}

.admin-header {
    text-align: center;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: bold;
    font-size: 36px
}

.admin-input {
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    height: 50px;
    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: 10px 10px 0 0;
}

.admin-input-verify {
    border-radius: 0 0 10px 10px;
}

.admin-button {
    margin-top: 20px;
    font-weight: bold;
    font-size: 18px;
    width: 300px;
    height: 50px;
    border-radius: 5px;
    background-color: #a78369;
    border: 1px solid #d8b29f
}

.admin-icon {
    margin-left: 260px;
    margin-top: 10px;
    font-size: 30px;
}

i {
    position: absolute;
}

.admin-captcha {
    position: absolute;
    margin-left: 205px;
    margin-top: -40px;
}

input::-webkit-input-placeholder {
    color: #d8d6d6 !important;
}

input::-moz-input-placeholder {
    color: #d8d6d6 !important;
}

input::-ms-input-placeholder {
    color: #d8d6d6 !important;
}

.admin-icon {
    color: #0a42e5 !important;
}

.logo{
    width: 60px;
}
.logo img{
    max-width: 60px;
}