*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none;
}

html {
    height: 100%;
}

body {
    background-color: #000;
    background-image: url(../images/log-bj7.jpg);
    background-size: cover;
    margin: 0;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.53846154;
}

body.bg2 {
    background-color: #000;
    background-image: url(../images/log-bj72.jpg);
    background-size: cover;
    margin: 0;
    overflow: hidden;
}


#main-content {
    height: 100%
}

#main-box {
    width: 100%;
    height: 100%;
    z-index: 1;
    /*background-color: rgba(0, 0, 0, .95);*/
    background-image: -webkit-linear-gradient(left, transparent 0, #1b1f27 100%);
    background-image: -o-linear-gradient(left, transparent 0, #1b1f27 100%);
    background-image: linear-gradient(to right, transparent 0, #1b1f27 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff1b1f27', GradientType=1);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .3
}

.login-body {
    width: 500px;
    padding: 20px;
    z-index: 2;
    margin-top: -260px;
    /*background-color: rgba(38, 43, 54, .9);*/
    background-color: rgba(0, 0, 0, .3);
    margin-left: -250px;
    border-radius: 4px;
    position: absolute;
    top: 55%;
    left: 50%;
}

h1 {
    font-size: 26px;
    color: #fff;
    text-align: center;
}

.login-main {
    position: relative
}

.login-form {
    width: 370px;
    margin: 0 auto;
    padding: 0px 30px 13px 23px
}

.login-form .input-group {
    margin-bottom: 15px;
    border-radius: 4px
}

.login-form .input-group .input-group-addon {
    width: 43px;
    border: none;
    background: #fff
}

.login-form .input-group .input-group-addon i {
    color: rgba(38, 43, 54, .9);
    font-size: 18px
}

.login-form .input-group > input {
    border: none;
    border-left: none;
    padding: 10px 20px;
    color: grey;
    height: auto
}

.login-form .input-group .btn {
    background-color: #fff;
    border: none;
    font-size: 16px;
    padding: 9px 14px
}

.login-form .check-tips {
    color: red;
    margin-top: 10px
}

.login-form .item-box {
    margin-top: 18px
}

.login-form .item-box .item {
    border-radius: 5px
}

.login-form .item {
    padding: 3px 10px 3px 12px;
    border: 1px solid #ececec;
    background-color: #fff;
    margin-bottom: 10px
}

.login-form .focus {
    border: 1px solid #A6E1F3;
    box-shadow: 0 0 12px #BAF7FF
}

.login-form .login_btn_panel {
    margin: 20px 0 10px
}

.login-form .login_btn_panel button {
    border: none
}

.login-form .login_btn_panel a {
    padding-top: 6px;
    color: #f8f8f8;
    letter-spacing: 1px;
}

.login-form .login-btn {
    border-radius: 3px
}

.login-form .login-btn[disabled] {
    opacity: .6;
    filter: alpha(opacity=60);
    cursor: default;
    box-shadow: none
}

.login-form .login-btn .in {
    display: none
}

.login-form .log-in .in {
    display: inline-block
}

.login-form .log-in .on {
    display: none
}

.icon-loading {
    display: inline-block;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    vertical-align: -3px;
    background: url(../images/loading_icon.gif) no-repeat 0 0
}

img.verifyimg {
    width: 96px;
    height: 40px;
    border-radius: 1px;
    cursor: pointer;
    position: absolute;
    right: 0;
    z-index: 99;
}

.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0 4px 4px 0
}

.login-form .input-group {
    width: 319px
}

.login-main input {
    box-shadow: none;
    border: none;
    border-radius: 0 4px 4px 0
}

.btn {
    display: inline-block;
    padding: 7px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.53846154;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-transition: all .4s cubic-bezier(.175, .885, .32, 1);
    -o-transition: all .4s cubic-bezier(.175, .885, .32, 1);
    transition: all .4s cubic-bezier(.175, .885, .32, 1);
}

.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    background-color: #08897e;
    border-color: transparent;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.25;
}

.btn-block {
    display: block;
    width: 100%;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 5px 12px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    color: #222;
    text-align: center;
    background-color: #e5e5e5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:first-child > .btn-group-vertical > .btn,
.input-group-btn:last-child > .btn-group-vertical:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}