﻿
* {
    /*position: relative;*/
    padding: 0px;
    margin: 0px;
}

html, body {
    height: 100%;
    width: 100%;
    overflow:hidden;
}

body {
    background-color: #4B92FD;
}


.sckxoa-loginbox {
    position: absolute;
    width: 1290px;
    height: 423px;
    background-image: url(/Content/Styles/Default/Images/loginbox.png);
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
}

.sckxoa-header {
    position: absolute;
    top: 5px;
    left: 50px;
}

.sckxoa-headerbg {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100px;
    width: 100%;
    background-color: #FDFDFD;
    border-bottom: 1px solid #ccc;
}

.sckxoa-footbg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 25px;
    width: 100%;
    background-color: #FDFDFD;
    font-size: 12px;
    font-family: 微软雅黑;
    line-height: 25px;
    color: #777;
}


.sckxoa-inputbox {
    position: absolute;
    right: 69px;
    top: 72px;
    height: 315px;
    width: 289px;
}


.noborder {
    border: 0px solid transparent !important;
    outline: none !important;
}

.skcxoa-logininput {
    position: absolute;
    height: 30px;
    width: 170px;
    right: 35px;
    top: 86px;
}

[type=password] {
    top: 142px;
}

.sckxoa-checkcode {
    /*//position: absolute;*/
    height: 30px;
    width: 170px;
    /*right: 35px;*/
    /*top: 200px;*/
    margin-bottom:10px;
    padding-left:80px;
}

.sckxoa-checkcode>input{
    position:absolute;
    right:0px;
    height:22px;
    width:75px;
} .sckxoa-checkcode>img{
    position:absolute;
    cursor:pointer;
    right:100px;
    height:28px;
    width:70px;
}
 


 #btnLogin{
        /*position:absolute;
     bottom:40px;
     right:40px;*/
     outline:none !important;
     padding:3px 15px;
     font-family:黑体;
     cursor:pointer;
     color:#FFF;
     font-size:16px;
     background-color:#4292FD;
     border:1px solid #4B92FD;
     border-radius:2px;
     margin-left:20px;
     margin-right:50px;

 }
  #btnLogin:hover{
        background-color:#333FFF;
  }

  #rememberMe{
        /*position:absolute;

        bottom:40px;
        left:81px;
        cursor:pointer;
        width:17px;
        height:17px;*/
        vertical-align:middle;
  }

  .sckxoa-aaa{
      position:absolute;
      font-family:微软雅黑;
      font-size:13px;
      top:200px;
      text-align:right;
    
      width:100%;
  }    .sckxoa-aaa>span{
           color:#777;
       }

