﻿
html,body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
html {
    overflow: hidden; 
}
body {
    overflow: hidden;
    font-size: 12px;
    font-family: Arial, 宋体, Helvetica, sans-serif;
}

.noscript {
    position: absolute;
    z-index: 100000;
    height: 2046px;
    top: 0px;
    left: 0px;
    width: 100%;
    background: white;
    text-align: center;
}

.container {
    position: relative;
    height: 100%;
    width: 100%;
    overflow:auto;
}
.head-north img {
    width: 100%;
    max-height: 64px;
}

#message {
    /*width:160px;*/
    color: red;
    font-weight: bold;
    padding-right:10px;
}

#message2fa {
    /*width:160px;*/
    color: red;
    font-weight: bold;
    padding-right: 10px;
}

.bg0 {
    position:absolute;
    top: 0;
    left:0;
    bottom: 0;
    background-repeat: repeat;
    background-image: url('../../images/login/bg0.png');
}

#loginbg {
    margin: auto;
    width: 930px;
    height: 600px;
    overflow: auto;
    background-size: auto;
    background-image: url('../../images/login/4.png');
}

#twoFactorBg {
    margin: auto;
    width: 930px;
    height: 600px;
    overflow: auto;
    background-size: auto;
    background-image: url('../../images/login/3.png');
}

.loginbox {
    margin-top: 199px;
    margin-left: 595px;
    margin-right: 75px;
}
.loginrow {
    margin-bottom: 28px;
    padding-right: 20px;
}
.loginrow2 {
    text-align: right;
    padding-top: 5px;
    padding-right: 55px;
}
.login {
    border:     0px;
    width:      100%;
    height:     14px;
    padding:    10px;
    outline:    none;
    vertical-align: middle;
}
.login2 {
    width: 140px;
    height: 18px;
}
.inline {
    display: inline-block;
    *-ms-zoom: inherit;
    -ms-zoom: inherit;
    zoom: inherit;
    *display: inline;
}
#validimg {
    position: absolute;
    top: 4px;
    right:8px;
    width:110px;
    height:30px;

    /*float: right;
    margin-right: -14px;
    margin-top: 7px;
    width: 112px;
    height: 29px;*/
}

.login_button, .reset_botton {
    width: 80px;
    /* line-height: 26px; */
    /* border: none; */
    color: whitesmoke;
    font-size: medium;
    font-weight: bolder;
    /* margin-left: 15px; */
    padding: 6px;
    background-color: #ff6633;
    /*background: url(/Content/images/login/login1.jpg);
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-attachment: fixed;*/
}
.reset_botton {
    color: lightgrey;
    /*background: url(/Content/images/login/reset.jpg);*/
}

input::-webkit-input-placeholder { /*WebKit browsers*/
    color: grey;
    font-family: Arial, sans-serif;
}

input::-moz-input-placeholder { /*Mozilla Firefox*/
    color: grey;
    font-family: Arial, sans-serif;
}

input::-ms-input-placeholder { /*Internet Explorer*/
    color: grey;
    font-family: Arial, sans-serif;
}