* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html, body {
    background: #1C4050;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.logo {
    margin: 0 auto;
    margin-bottom: 37px;
    width: 225px;
    padding-top: 100px;
}

.login .page-bottom {
    width: 530px;
    line-height: 26px;
    margin: 35px auto 0;
    border-top: 1px solid #e5e5e5;
    font-size: 12px;
    background: transparent;
}

.login {
}

.login-box-bg {
    width: 430px;
    margin: 0 auto;
}

.login-box {
    width: 382px;
    margin: 0 auto;
    background-color: #f3f6f8;
    border: 1px solid #D7D7D7;
    border-radius: 2px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}

.login-title {
    text-align: center;
    border-bottom: 2px solid #ccd7de;
    height: 116px;
    background: #fff;
    position: relative;
}

.login-title h2 {
    font-size: 24px;
    color: #333333;
    line-height: 24px;
    padding-top: 33px;
    margin: 0;
}

.login-title p {
    font-size: 14px;
    color: #a3aeb4;
    line-height: 14px;
    padding-top: 14px;
    text-align: center;
}

.tips-p {
    font-size: 14px;
    color: #a3aeb4;
    line-height: 14px;
    text-align: center;
}

p.login-p {
    font-size: 24px;
    color: #333333;
    padding-top: 2px;
    text-align: center;
    letter-spacing: 3px;
}

.login-form {
    width: 280px;
    margin: 32px auto 13px;
}

.form-group {
    position: relative;
}

.form-group {
    clear: both;
    margin-bottom: 15px;
}

.form-group label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #737373;
    padding-left: 2px;
}

/* Form components */
textarea.form-control {
    min-height: 90px;
}

.form-control {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    color: #565656;
    padding: 7px 12px;
    height: 38px;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.form-control:focus {
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
    color: #333333;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.form-control-feedback {
    line-height: 38px !important;
}

.input-group-btn .btn {
    padding: 8px 12px;
}

.input-group-btn .btn-sm {
    padding: 5px 10px;
}

.input-group-btn .btn-lg {
    padding: 10px 17px;
}

/* Labels */
.form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #D7D7D7;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #333333;
    font-size: 16px;

    line-height: 1.42857;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.form-control:focus {
    border-color: #3C9DDE;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(60, 157, 222, 0.6);
    outline: 0 none;
}

.imsg {
    position: absolute;
    right: 20px;
    right: -2px;
    top: -10px;
    padding-left: 20px;
    display: none;
    float: left;
    line-height: 32px;
    height: 34px;
    color: #949494;
    font-size: 12px;
}

.imsg span {
    display: block;
    padding-right: 25px;
}

.msg-info span {
    background: url("../images/tips.png") no-repeat scroll right -72px;
}

.msg-success span {
    background: url("../images/tips.png") no-repeat scroll right 8px;
}

.msg-error span {
    background: url("../images/tips.png") no-repeat scroll right -154px;
}

.f-btn-green {
    border: none;
    height: 40px;
    width: 100%;
    font-size: 16px;
    background: #2E4150;
    color: #fff;
    line-height: 1em;
    padding: 13px 10px 15px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 5px;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.f-btn-green:hover {
    background: #28333c;
    color: #fff
}

/* tip style */
.alert {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 10px;
    margin-top: 10px;
    line-height: 20px;
}

.alert h4 {
    color: inherit;
    margin-top: 0;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p, .alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable {
    padding-right: 35px;
}

.alert-dismissable .close {
    color: inherit;
    position: relative;
    right: -21px;
    top: -2px;
}

.alert-success {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #3C763D;
}

.alert-success hr {
    border-top-color: #C9E2B3;
}

.alert-success .alert-link {
    color: #2B542C;
}

.alert-info {
    background-color: #D9EDF7;
    border-color: #BCE8F1;
    color: #31708F;
}

.alert-info hr {
    border-top-color: #A6E1EC;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #FCF8E3;
    border-color: #FAEBCC;
    color: #8A6D3B;
}

.alert-warning hr {
    border-top-color: #F7E1B5;
}

.alert-warning .alert-link {
    color: #66512C;
}

.alert-danger {
    background-color: #F2DEDE;
    border-color: #EBCCD1;
    color: #A94442;
}

.alert-danger hr {
    border-top-color: #E4B9C0;
}

.alert-danger .alert-link {
    color: #843534;
}

/* form */
.checkbox {
    float: left;
}

.checkbox label {
    color: #8f9396;
}

.form-group a {
    color: #8f9396;
    font-size: 14px;
}

.form-action {
    clear: both;
    padding-top: 19px;
}

.login-tip {
    margin-top: 19px;
    line-height: 14px;
    border-top: 1px solid #d7d7d7;
    padding: 19px 0;
    color: #8f9396;
    font-size: 14px;
}

.login-tip a {
    color: #5973A9;
    font-size: 13px;
    padding: 0 3px;
    font-size: 14px;
}

.login_scan {
    display: none;
}

/*ct*/
@media screen and (max-width: 440px) {
    .login-box-bg {
        width: 90%;
        margin: auto 5%;
    }

    .login-box {
        width: 100%;
    }

    .logo {
        padding-top: 20px;
        margin: 0px;
    }
}
