html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    height: auto;
    background: url(../../images/login-background.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: rgba(102,135,136,.5);
}

    body header {
        background: rgba(220,220,220,.5);
        height: 70px;
        line-height: 60px;
        padding: 0 45px;
        border-bottom: 1px solid #bacce3;
        color: #fff;
    }

        body header .logo {
            width: 100px;
            height: 35px;
            margin-top: 5px;
        }

        body header h2 {
            margin: 0px 15px 0 30px;
            font-size: 30px;
            font-weight: 500;
            display: inline;
            vertical-align: middle;
            color: #066eb9;
            font-family: 'Microsoft YaHei','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

    body footer {
        position: fixed;
        bottom: 20px;
        width: 100%;
        color: #4e5d77;
        text-align: center;
    }


.form-box {
    width: 400px;
    margin: 125px auto 0 auto;
    border: 5px solid rgba(220,220,220,.3);
}

.form-top {
    overflow: hidden;
    padding: 0 25px 10px 25px;
    background: #fff;
    text-align: left;
}

.form-top-left {
    float: left;
    width: 75%;
    padding-top: 25px;
}

    .form-top-left h3 {
        margin-top: 0;
        font-size: 22px;
        font-weight: 400;
    }

    .form-top-left p {
        opacity: 0.8;
        color: #555;
    }

.form-top-right {
    float: left;
    width: 25%;
    padding-top: 15px;
    font-size: 46px;
    color: #eee;
    text-align: right;
    line-height: 36px;
}

.form-bottom {
    padding: 25px 25px 10px 25px;
    background: #eee;
    text-align: left;
}

    .form-bottom #Code {
        width: 180px;
        display: inline-block;
        margin-top: 0;
    }

    .form-bottom #ValidateCode {
        cursor: pointer;
        height: 34px;
        display: inline-block;
        vertical-align: top;
    }

    .form-bottom #error-box {
        margin-top: 10px;
        height: 45px;
        word-wrap: break-word;
        word-break: normal;
    }


.select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 1px solid #e5e6e7;
}

.select2-dropdown {
    border: 1px solid #e5e6e7;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e5e6e7;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #808080;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered span img {
        margin-bottom: 2px;
    }

@media screen and (max-width:768px) {
    .signinpanel, .signuppanel {
        margin: 0 auto;
        width: 420px !important;
        padding: 20px;
    }

        .signinpanel form {
            margin-top: 20px;
        }

        .signup-footer, .signuppanel .form-control {
            margin-bottom: 10px;
        }

            .signup-footer .pull-left, .signup-footer .pull-right {
                float: none !important;
                text-align: center;
            }

        .signinpanel .signin-info ul {
            display: none;
        }
}

@media screen and (max-width:320px) {
    .signinpanel, .signuppanel {
        margin: 0 20px;
        width: auto;
    }
}
