﻿html,
body,
form {
    border: none;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #c0c2c4;
}

* {
    box-sizing: border-box;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 16px;
    padding-right: 16px;
}

@media (min-width: 768px) {
    .container {
        width: 768px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 980px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

.header,
.footer {
    background: #383f46;
}

.header {
    padding: 10px;
}

    .header img {
        height: 50px;
    }

.main {
    position: relative;
    background: url(DefaultBackGround/bg.jpg) no-repeat center center/cover;
    overflow: hidden;
    padding: 0;
}

    .main .form-body {
        padding: 16px;
        background: rgba(255, 255, 255, .95);
    }

@media (min-width: 768px) {
    .main .form-body {
        width: 41.66666667%;
    }
}

@media (min-width: 992px) {
    .main .form-body {
        width: 33.33333333%;
    }
}

.main .form-body h1 {
    font-weight: normal;
    line-height: 1.1;
    color: #333333;
    margin: 0 0 32px;
}

.main .form-body .form-item {
    margin-bottom: 15px;
}

    .main .form-body .form-item span {
        display: inline-block;
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 4px;
    }

    .main .form-body .form-item .form-input,
    .main .form-body .form-item select {
        height: 36px;
        width: 100%;
        padding: 4px 8px;
        font-size: 16px;
        line-height: 21px;
        border-radius: 6px;
        font-weight: normal;
        margin-bottom: 0;
        color: #333333;
        background-color: #ffffff;
        background-image: none;
        border: 1px solid #999ca0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

.main .form-body .rem input {
    margin: 0;
}

.main .form-body .rem label {
    font-size: 12px;
}

    .main .form-body .rem label > * {
        vertical-align: middle;
    }

.main .form-body .btn-login {
    text-align: right;
}

    .main .form-body .btn-login input {
        min-width: 95px;
        padding: 8px 15px;
        font-size: 13px;
        line-height: 1.4;
        border-radius: 6px;
        font-weight: bold;
        color: #ffffff;
        background-color: #c84f2e;
        border-color: #e05932;
        background-image: linear-gradient(to bottom, #e05932 1px, #c84f2e 100%);
        -webkit-appearance: button;
        cursor: pointer;
        display: inline-block;
        margin-bottom: 0;
        text-align: center;
        text-decoration: none;
        touch-action: manipulation;
        border: 1px solid transparent;
        white-space: nowrap;
        user-select: none;
    }

.main .form-body .forget p {
    margin: 0.5em 0;
}

    .main .form-body .forget p a {
        color: #1e69a6;
        text-decoration: none;
        font-size: 13px;
    }

        .main .form-body .forget p a:hover,
        .main .form-body .forget p a:active {
            text-decoration: underline;
        }

.main .form-body .lang select {
    width: 100%;
    margin: 0;
    padding: 3px 3px 3px 1px;
    height: 24px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
    font-weight: normal;
    color: #333333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #999ca0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.main .caption-container {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
}

@media (min-width: 768px) {
    .main .caption-container {
        width: calc(100% - 41.66666667%);
    }
}

@media (min-width: 992px) {
    .main .caption-container {
        width: calc(100% - 33.33333333%);
    }
}

.main .caption-container .caption {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    display: block;
    background-color: #000000;
    color: #e2e3e3;
    opacity: 0;
    text-align: right;
    padding: 8px 16px;
    -webkit-transition: opacity ease-in-out .15s;
    -o-transition: opacity ease-in-out .15s;
    transition: opacity ease-in-out .15s;
}
.logo ul {
    margin:0px;
    padding:0px;
    height:63px;
    line-height:63px;
    float:right;
}
.logo ul li {
    list-style:none;
    margin-right:10px;
    float:left;

}
    .logo ul li a {
        color:white;
        text-decoration:none;
    }
    .logo ul li a:hover {
        color: white;
        text-decoration:underline;
    }
    .logo ul li span {
        color: white;
    }

.footer {
    overflow: hidden;
    color: #e2e3e3;
}

    .footer .logo {
        padding: 10px;
    }

        .footer .logo img {
            height: 40px;
        }

    .footer .copyright-wrap {
        margin: 16px 0;
        overflow: hidden;
        font-size: 13px;
    }

        .footer .copyright-wrap .state {
            display: block;
            color: #e2e3e3;
            float: left;
        }

            .footer .copyright-wrap .state:hover {
                color: #fff;
            }

        .footer .copyright-wrap .copyright {
            float: right;
        }
