html {
    height: 100%;
    overflow: auto;
    font-size: 100%;
}
body {
    padding: 0;
    margin: 0;
    height: 100%;
    min-width: 964px !important;
    min-height: 920px;
    overflow: hidden;
    zoom: 1;
}

.main {
    height: 100%;
    overflow: hidden;
    position: relative;
    background:url('../images/login/bg@2x.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.wrap-content {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    margin-top: 115px;
}
.content {
    width: 964px;
    height: 512px;
    background-color: #fff;
    position: relative;
    /* top: -88px; */
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    /* margin-top: 227px; */
    box-shadow: 9px 10px 10px #0E5F72;
}
.welcome {
    padding-top: 56px;
    padding-left: 51px;
    width: 203px;
    height: 22px;
    font-weight: bold;
    font-size: 23px;
    color:rgba(0,0,0,1);
    /* line-height:17px; */
    white-space: nowrap;
}
.report-title {
    width: 295px;
    height: 31px;
    font-size: 32px;
    font-weight:bold;
    color:rgba(0,146,211,1);
    /* line-height:28px; */
    padding: 41px 0 65px 53px;
    white-space: nowrap;
}
.report-title span {
    display: inline-block;
    /* margin: 27px 0 44px 35px; */
}
.login-form {
    position: relative;
}
.login-area {
    width: 275px;
    height: 38px;
    background-color: #fff;
    margin: 0 0 27px 53px;
    border:1px solid #DCDCDC;
    /* padding: 0 0 0 13px; */
    white-space: nowrap;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    border-radius: 5px;
}
.login-area input {
    width: 80%;
    outline: none;
    border: none;
    background-color: #fff !important;
    margin-left: 20px;
    font-size: 15px;
    font-weight: normal;
    color: #000;
}
.login-area input:-webkit-autofill {
    -webkit-box-shadow: 0px 0 0px 10000px #fff inset !important; 
    outline:none;
}  
.icon {
    display: inline-block;
    width: 20px !important;
    height: 19px !important;
    margin: 9px 0 9px 20px;
}
.username-icon {
    background: url('../images/login/user.png') no-repeat;
    background-size: 100% 100%;
}
.password-icon {
    background: url('../images/login/key.png') no-repeat;
    background-size: 100% 100%;
}

.right-content {
    padding: 90px 22px 70px 0;
}
.right-image {
    width: 464px;
    height: 353px;
    background: url('../images/login/pic@2x.png') no-repeat;
    background-size: 100% 100%;
}
.rememberPassword {
    margin: 0 0 62px 54px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.rememberPassword input[type=checkbox] {
    -webkit-appearance: none; /*清除复选框默认样式*/
    border: none;
    outline: none;
    width: 19px;
    height: 19px;
    /* border: 1px solid rgba(153,153,153,1); */
    background: url(../images/login/Choice.png) ; /*复选框的背景图*/
    background-size: contain;
}
.rememberPassword input[type=checkbox]:checked {
    border: none;
    background: url(../images/login/Choice-1.png) ; /*复选框的背景图*/
    background-size: contain;
}
.rememberPassword label {
    margin-left: 11px;
    color: #999999;
    font-size: 15px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}

.login-submit {
    height: 38px;
    line-height: 38px;
    width: 275px;
    background-color: #00A0E9;
    color: #fff;
    margin-left: 53px;
    outline: none;
    border: none;
    border-radius:5px;
    font-size:16px;
}

.login-error-alert {
    text-align: center;
    width: 277px;
    color: #ff591c;
    /* margin-top: -16px; */
    font-size: 15px;
    position: absolute;
    top: -30px;
    margin-left: 53px;
}

.success-color {
    color: #00A0E9;
}

.footer {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    position: absolute;
    bottom: 105px;
}
.footer div {
    display: inline-block;
    white-space: nowrap;
    width:273px;
    height:11px;
    font-size:11px;
    /* margin-top: 224px; */
}

