﻿* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #ffffff;
    width: 1280px;
    margin: 0px auto;
}

.logo {
    width: 121px;
    margin: 0px auto;
    margin-top: 130px;
    margin-bottom: 20px;
    height: 90px;
}

.logonbox {
    background-color: rgba(255,255,255,0.3);
    border-color: #cccccc;
    border-color: rgba(185,185,185,0.5);
    border-width: 2px;
    border-style: solid;
    border-radius: 5px;
    width: 402px;
    height: 340px;
    margin: 0px auto;
}

.title {
    font-family: 'Microsoft YaHei';
    font-size: 22px;
    padding-top: 20px;
}

.subtitle {
    font-family: 'Microsoft YaHei';
    font-size: 28px;
    margin-top: 18px;
}

.content {
    width: 1280px;
    background-image: url('/resources/images/底部背景.png');
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
}




.loginInfo {
    margin: 20px 56px 0px 56px;
}

.form-item {
    height: 30px;
    width: 290px;
    line-height: 52px;
    padding: 0px 0px 20px 0px;
    border-bottom: 2px solid #dcdcdc;
    clear: both;
    text-align: left;
}

.form-label {
    float: left;
    width: 22px;
    height: 28px;
    padding: 8px 16px 0px 2px;
}

.form-item input {
    height: 48px;
    width: 220px;
    border: 0px;
    font-size: 20px;
    background: none;
}

.loginBtn {
    text-align: left;
    margin-top: 30px;
}

    .loginBtn button {
        background-color: #0a77e0;
        width: 290px;
        height: 48px;
        color: #ffffff;
        font-family: 'Microsoft YaHei';
        font-size: 28px;
        border: 0px;
        border-radius: 5px;
        cursor: pointer;
    }

.copycontent {
    font-family: 'Microsoft YaHei';
    font-size: 20px;
    color: #fefefe;
    text-align: center;
}

.loginInfo .tag {
    position: relative;
    top: -75px;
    color: #e00;
    width: 290px;
    text-align: center;
}
