﻿body, html {
  width: 100%;
  height: 100%; }

.login {
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../img/form-bg.jpg") center 0 no-repeat;
    background-size: cover;
}
    .login .input-wrapper {
        position: absolute;
        left: 50%;
        top: 50%;
        padding: 0px 0 0 0px;
        margin-top: -180px;
        margin-left: -250px;
        width: 500px;
        height: 360px;
        
        border-radius: 6px;
    }

.login .input-wrapper .logo-wrapper {
        display: inline-block;
        padding-right: 10px;
        height: 254px;
        /*border-right: 1px solid #ccc;*/
    }
    .login .input-wrapper .content {
      /*display: inline-block;*/
      vertical-align: top;
      /*padding-left: 100px;*/
      width: 450px;
      margin:auto;

    }
      .login .input-wrapper .content  {
        font-size: 24px;
        color: #000; }
        /*.login .input-wrapper .content input[type="text"]{
            display: block;
            margin-top: 20px;
            width: 305px;
            height: 33px;
            border: 1px solid #ccc;
            padding: 0 10px 0 30px;
        }*/
        /*.login .input-wrapper .content input[type="password"] {
            display: block;
            margin-top: 20px;
            width: 305px;
            height: 33px;
            border: 1px solid #ccc;
            padding: 0 10px 0 30px;
        }*/
        .login .input-wrapper .content input[type="text"].username {
          background: url("../img/icon_03.png") 6px center no-repeat; }
        .login .input-wrapper .content input[type="password"].pwd {
          background: url("../img/icon_06.png") 6px center no-repeat; }
      .login .input-wrapper .content label {
        display: block;
        margin-top: 20px; }
.pn {
    display: block;
    margin-top: 30px;
    width: 405px;
    height: 45px;
    line-height: 45px;
    color: black;
    font-size: 18px;
    border-radius: 2px;
    background: #018be4;
    letter-spacing: 20px;
    cursor: pointer;
    /*margin-left: 80px;*/
}

    .pn[disabled] {
        border: none;
        background:#e5dde6;
  
        text-shadow: 0 1px 0 #8b8787;
        cursor: default
    }

    .pn[disabled]:active {
        box-shadow: none;
    }

    .pn:active {
        box-shadow: inset 0 2px 3px rgba(0,0,0,.5)
    }

.form button.active {
    background-image: url(/Content/images/loading1.gif);
    background-repeat: no-repeat;
    background-position: center 10px;
}
.login_tips {
    text-indent: 3px;
    /*margin-bottom: 16px;*/
    height: 30px;
    line-height: 33px;
    border: 1px solid #ebccd1;
    color: #a94442;
    background-color: #f2dede;
    border-radius: 5px;
    width: 400px;
    /*margin-left: 80px;*/
    font-size:12px;
}

    .login_tips i {
        position: relative;
        top: 1px;
        font-size: 14px;
        padding-right: 5px;
    }

.login_tips-succeed {
    text-indent: 3px;
    margin-bottom: 16px;
    height: 30px;
    line-height: 33px;
    border: 1px solid #5e8800;
    color: #fff;
    background-color: #62b600;
    border-radius: 5px;
    width: 305px;
    margin-left: 80px;
    font-size: 12px;
}

    .login_tips-succeed i {
        position: relative;
        top: 1px;
        font-size: 14px;
        padding-right: 5px;
    }



/*# sourceMappingURL=login.css.map */
