﻿body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

html,
body {
    height: 100%;
    width: 100%;
    position: relative;
    /* background-image: linear-gradient(#3b8eff, #006cff); */
}

body {
    font: 16px;
    -webkit-text-size-adjust: 100%;
    background: url(bg.png) no-repeat center center;
    background-size: 100%;
    color: #333333;
}

.footpage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: url(footer.png) no-repeat bottom center;
    background-size: 100%;
}

.foot-text {
    position: absolute;
    bottom: 30px;
    text-align: center;
    font-size: 14px;
    left: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.8);
}

.footpage a {
    color: rgba(0, 0, 0, 0.8);
}

#container {
    height: 100%;
    width: 100%;
    background-size: 100%;
    position: relative;
}

.wrapper {
    z-index: 3;
    width: 940px;
    height: 497px;
    position: fixed;
    background: white;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
}

.hide-server .wrapper {
    height: 465px;
}

.decorate {
    height: 100%;
    width: 559px;
    background: url(newlogin.jpg) 100%;
    float: left;
}

.main {
    float: right;
    width: 301px;
    padding: 18px 40px 0;
    border-top: 5px solid #eea01a;
}

h1 {
    text-align: center;
    border-bottom: 1px solid #006cff;
    color: #006cff;
    font-size: 24px;
    line-height: 68px;
    font-weight: normal;
    margin-bottom: 10px;
}

.item {
    height: 62px;
    padding-top: 20px;
}

.hide-server .item {
    padding-top: 35px;
}

.item label {
    display: block;
    padding-bottom: 6px;
    font-size: 14px;
    line-height: 16px;
}

input[type=text],
input[type=password],
input[type=email],
select {
    width: 100%;
    height: 38px;
    line-height: 38px;
    border: 1px solid #d7d7d7;
    background-color: #fafafa;
    background-image: linear-gradient(#fefefe, #fafafa);
    border-radius: 4px;
    outline: none;
    text-indent: 4px;
}

option {
    line-height: 30px;
    height: 30px;
    margin: 5px auto;
    cursor: pointer;
}

input:focus,
select:focus {
    border: 1px solid #eea01a;
}

.forget {
    float: right;
    color: #006cff;
}

i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-bottom: -2px;
    background: no-repeat center center;
}

.server i {
    background-image: url(server.png)
}

.name i {
    background-image: url(user.png)
}

.pwd i {
    background-image: url(password.png)
}

.btn {
    color: white;
    width: 100%;
    display: block;
    background-color: #2581fe;
    background-image: linear-gradient(#378bfd, #076fff);
    border: 0;
    border-radius: 20px;
    line-height: 45px;
    text-align: center;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    transition: all .4s linear;
    margin: 10px 0 0;
}

.btn:hover {
    background-color: #1776fb;
    background-image: linear-gradient(#006afd, #408efc);
}

.hide-server .btn {
    margin: 24px 0 0;
}

.btn i {
    background: url(loading.png) no-repeat;
    background-size: cover;
    display: none;
    vertical-align: middle;
    margin-top: -1px;
}

.btn[disabled] {
    background-color: #A9A9A9 !important;
    background-image: none !important;
}

.btn[disabled] i {
    display: inline-block;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.rotation {
    transform: rotate(360deg);
    animation: rotation 2s linear infinite;
    -moz-animation: rotation 2s linear infinite;
    -webkit-animation: rotation 2s linear infinite;
    -o-animation: rotation 2s linear infinite;
}

.other-info {
    font-size: 12px;
    line-height: 14px;
    color: #888888;
    padding: 10px 0 20px;
}

.server-op {
    text-align: center;
}

.hide-server .server-item {
    display: none;
}

#resetPwd,
#forgetPwd {
    display: none;
}

a {
    color: #888888;
    text-decoration: none
}

a:hover {
    color: #cd0200;
    text-decoration: underline
}

.logo {
    background: url(logo.png) no-repeat center center;
    background-size: 100%;
    width: 219px;
    height: 100px;
    position: fixed;
    top: 40px;
    left: 40px;
}

@media only screen and (max-width: 1023px) {
    body {
        background-size: auto 100%;
    }

    .decorate {
        display: none;
    }

    .wrapper {
        width: 301px;
        height: auto;
        height: 400px;
    }

    .hide-server .wrapper {
        height: 380px;
    }

    .main {
        width: 261px;
        padding: 18px 20px 0;
        height: auto;
    }

    .item {
        height: 62px;
        padding-top: 10px;
    }

    .hide-server .item {
        padding-top: 10px;
    }

    h1 {
        line-height: 40px;
    }

    .other-info {
        padding: 5px 0;
    }

    .footpage {
        display: none;
    }

    .logo {
        width: 176px;
        height: 80px;
        position: fixed;
        top: 20px;
        left: 0;
        right: 0;
        margin: auto;
    }
}