a{
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
form{
    display: block;
    margin-top: 0em;
}
body,p,div{
    margin: 0;
    padding: 0;
    word-break: break-all;
    word-wrap: break-word;
}
body{
    font-size: 12px;
    background-color: #333;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    display:block;
}
.pag{
    width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    color:#666;
    z-index: 2;
    margin: -250px 0 0 -500px;
}
.logo-pag{
    width: 370px;
    margin: -30px auto 0;
}
.logo-pag a.logo{
    width: 230px;
    height: 120px;
    margin: 0 auto;
    background: url("../img/logo2.png") no-repeat;
    display: block;
}
.forms{
    position: relative;
    margin-left:310px;
}
.forms .login{
    z-index: 10;
}
.login{
    position: absolute;
    top: 0;
    left: 0;
}
.forms .register{
    z-index: 10;
}
.register{
    position: absolute;
    top: 0;
    left: 0;
}
.inner{
    width: 370px;
    padding-top: 26px;
    background-color: white;
    border-radius:5px;
    box-shadow: 0 3px 3px ;
}
.form-field{
    clear: both;
    width: 320px;
    margin: 0 auto;
    padding-top: 10px;
}
.form-field input{
    width: 300px;
    height: 30px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    font-size: 14px;
    color: #666;
    line-height: 28px;
    padding: 6px 0 6px 12px;
    box-shadow: 0 0 5px #fff;
    outline: none;
    -webkit-transition: box-shadow 0.25s;
}
.code{
    width: 320px;
    margin: 0 auto;
    padding-top: 10px;
}
.code input{
    width: 150px;
    height: 30px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    font-size: 14px;
    color: #666;
    line-height: 28px;
    padding: 6px 0 6px 12px;
    box-shadow: 0 0 5px #fff;
    outline: none;
    -webkit-transition: box-shadow 0.25s;
}
.code img{
    height:44px;
    width: 100px;
    margin-left:20px;
    display: inline-block;
}
.err-tip{
    position: absolute;
    top:0;
    text-align: left;
    color: red;
    font-size: 12px;
}
.submit-btn{
    width: 320px;
    margin: 0 auto;
    padding: 12px 0 0;
}
.submit-btn button{
    width: 320px;
    height: 42px;
    border: none;
    background-color: orange;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.empty{
    margin-top: 30px;
    overflow: hidden;
}
.bottom-inner{
    width: 200px;
    margin: 10px auto;
    border-radius:15px;
    background-color: gray;
    text-align: center;
    font-size: 12px;
    color: white;
    padding: 4px 0;
    text-shadow: 1px 1px 1px gray;
}
.bottom-inner a{
    color: orange;
}
.screen-bg{
    background-position: 50% 50%;
    background-size: cover;
    bottom: 0;
    right: 0;
    position: fixed;
    overflow: hidden;
    left: 0;
    top: 0;
}
.screen-bg img{
    width: 100%;
    background-size: contain;
    margin: 0;
    visibility: visible;
    opacity: 1;
}
