﻿.main {
    width: auto;
    height: auto;
}

.header {
    height: 80%;
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(images/background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.footer {
    background-color: #182d4a;
    height: 20%;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: center;
}

.loginDiv {
    background-color: #116ca8;
    height: 80%;
    width: 70%;
    margin-top: 4%;
    margin-left: 15%;
    padding-top: 0.3%;
    padding-bottom: 0.5%;
}

.main .footer ul {
    margin-top: 13px;
    margin-left: 10%;
    float: left;
    font-size: 1rem;
    color: #FFF;
    font-family: "微软雅黑";
    list-style-type: none;
    line-height: 4vh;
    text-align: left;
}

.noticeDiv {
    margin-left: 1%;
    width: 50%;
    height: 99%;
    float: left;
    text-align: center;
    padding: 0px 2px 2% 2%;
}

.noticeSpan {
    font-family: "微软雅黑";
    font-size: 4vh;
    color: white;
}

.noticeContent {
    font-family: "微软雅黑";
    font-size: 2.5vh;
    line-height: 4vh;
    height: 80%;
    color: white;
    padding: 0px 0px 10px 10px;
    text-align: left;
    overflow-y: auto;
}

.loginArea {
    float: left;
    height: 99%;
    width: 40%;
    margin-left: 3%;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(52, 152, 219, 0.3);
    padding-bottom: 0.5%
}

.gbImg {
    margin-left: 79%;
    margin-top: -30%;
}


.title {
    margin-left: 27%;
    margin-top: 1%;
    background-image: url(images/title.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 50%;
    height: 10%;
    background-size: 70% 100%;
}

.title-test {
    margin: 1% auto;
    width: 50%;
    height: 10%;
    text-align: center;
}

.title-t1 {
    font-size: 75px;
    font-weight: bold;
    background: linear-gradient(to bottom, #FFFFFF, rgb(180, 210, 225));
    background-clip: text;
    color: transparent;
}

.title-t2 {
    display: inline-block;
    width: auto;
    height: auto;
}

.title-t2-p {
    font-size: 37px;
    color: #FFFFFF;
    margin: 0;
}

.title-t2-e {
    font-size: 20px;
    color: #FFFFFF;
    margin: 0;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin-left: 18%;
    margin-top: 3%;
}

.input-group2 {
    position: relative;
    display: table;
    border-collapse: separate;
    margin-top: 5%;
    margin-left: 18%;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon {
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 4px;
}

.input-group-addon {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group .form-control, .input-group-addon {
    display: table-cell;
}

.form-control {
    margin-left: -30%;
    width: 73%;
    height: 40px;
    padding: 2px 10px;
    font-size: 3vh;
    line-height: 1.42857143;
    color: #fff;
    BACKGROUND-COLOR: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

:-ms-input-placeholder {
    color: #fff;
}

::-webkit-input-placeholder {
    color: #fff;
}

input {
    margin: 0;
    font: inherit;
}

.form-control:last-child, .input-group-addon:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.loginImg {
    width: 70%;
    height: 20%;
    margin-left: 15%;
}

.main .header .loginDiv .loginArea .loginFont {
    font-family: "微软雅黑";
    font-size: 4vh;
    color: white;
    margin-top: -1%;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn {
    width: 58%;
    margin-top: 4%;
    display: inline-block;
    padding: 2px 8px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #138dd8;
    font-size: 1.3rem;
    color: #FFF;
    margin-left: -2%;
    font-family: "微软雅黑";
}

.checkbox {
    color: white;
    font-size: 3vh;
    margin-left: -150px;
    margin-top: 2%;

}

.msg {
    margin-right: -120px;
}

.minImg {
    margin-bottom: -1.5px;
}

.code_a {
    color: #0000ff;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
}
