body, html {
  width: 100%;
  height: 100%; }

.login {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../img/login.jpg") center 0 no-repeat;
  background-size: cover; }
.login .input-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 50px 0 0 50px;
    margin-top: -200px;
    margin-left: -480px;
    width: 955px;
    height: 360px;
    background-color: #fff;
    background-color: rgba(255,255,255,0.75);
    border-radius: 6px;
}

.login .input-wrapper .logo-wrapper {
        display: inline-block;
        padding-right: 60px;
        padding-top:30px;
        height: 254px;
        border-right: 1px solid #ccc;
    }
    .login .input-wrapper .content {
      display: inline-block;
      vertical-align: top;
      margin-left: 50px;
      width: 286px; }
      .login .input-wrapper .content .title {
        font-size: 24px;
        color: #000; }
        .login .input-wrapper .content input[type="text"]{
            display: block;
            margin-top: 20px;
            width: 265px;
            height: 33px;
            border: 1px solid #ccc;
            padding: 0 10px 0 30px;
        }
        .login .input-wrapper .content input[type="password"] {
            display: block;
            margin-top: 20px;
            width: 265px;
            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: 267px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    border-radius: 6px;
    background: #61b02f;
    letter-spacing: 20px;
    cursor: pointer;
}

    .pn[disabled] {
        border: 1px solid #eeecec;
        background: #eeecec;
        color: #9f9f9f;
        text-shadow: 0 1px 0 #fff;
        cursor: default
    }

        .pn[disabled]:active {
            box-shadow: none;
        }

    .pn:active {
        box-shadow: inset 0 2px 3px rgba(0,0,0,.1)
    }

.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
}

    .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
}

    .login_tips-succeed i {
        position: relative;
        top: 1px;
        font-size: 14px;
        padding-right: 5px;
    }
.login .word {
    position: absolute;
    left: 50%;
    top: 30%;
    padding: 70px 0 0 0;
    margin-top: -200px;
    margin-left: -364px;
    width: 692px;
    height: 36px;
}
/*# sourceMappingURL=login.css.map */
