login.css 5.0 KB
html,
body {
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
}

html,
body,
p,
input {
    margin: 0;
    padding: 0;
}

.login {
    background: url(../images/login_background.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: relative;
}

.login-container {
    position: absolute;
    top: -50px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 900px;
    height: 454px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 2px 0 21px 0 rgba(38, 106, 184, 0.53);
}

.login-container-logo {
    margin: 0;
    background: url(../images/login_logo.png) no-repeat;
    width: 401px;
    height: 455px;
    overflow: hidden;
    float: left;
}

.login-container-header {
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    color: #545454;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 54px;
}

.login-container-header-small.login-container-header {
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    color: #545454;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 22px;
}

.login-container-form {
    margin-left: 401px;
    height: 100%;
    padding: 80px;
}

.login-container-form .form-tip {
    margin-left: 21.5px;
    color: red;
    margin-bottom: 10px;
    padding: 5px 6px;
    width: 296px;
    background: #ffebeb;
    border: 1px solid #faccc6;
    font-size: 11px;
    border-radius: 4px;
}

.login-container-form .form-tip {
    height: 32px;
}

.login-container-form .form-tip p {
    margin: 0 0 0 5px;
    line-height: 23px;
}

.login-container-form .form-tip p,
.login-container-form .form-tip span {
    display: block;
    float: left;
    height: 20px;
}

.stop {
    background: url(../images/stop.png) no-repeat;
    width: 20px;
    height: 20px;
}

.login-container-form .form-group {
    width: 296px;
    margin: 0 auto;
    margin-top: 22px;
}

.login-container-form :first-child {
    margin-top: 0px;
}

.login-container-form .has-feedback.feedback-left .form-control-feedback {
    left: 0;
    right: auto;
    width: 38px;
    height: 45px;
    line-height: 45px;
    z-index: 4;
    color: #dcdcdc;
    font-size: 16px;
}

.login-container-form .has-feedback.feedback-left .micons-pwd {
    font-size: 18px;
    line-height: 48px;
}

.login-container-form .has-feedback.feedback-left .form-control {
    padding-left: 38px;
    padding-right: 12px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    height: 45px;
    color: #999;
    font-size: 16px;
    letter-spacing: 1px;
}

.login-container-form .has-feedback.feedback-left .form-control:hover,
.login-container-form .has-feedback.feedback-left .form-control:hover,
.login-container-form .has-feedback.feedback-left .form-control:focus {
    border: 1px solid #3081c3;
    outline: unset;
    box-shadow: unset;
}

.login-container-form .overhidden {
    padding-left: 24px;
    font-size: 14px;
    color: #999999;
    vertical-align: bottom;
    line-height: 18px;
}

.login-container-form .overhidden:hover {
    color: #3081c3;
}

.login-container-form .ftdms-checkbox span::before {
    height: 15px;
    width: 15px;
    border-width: 1px;
    top: 2px;
}

#btn-login {
    background: #3081c3;
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 1px;
}

#btn-login:hover {
    background: #2ba3f6;
}

.form-control:focus,
.form-control:hover {
    box-shadow: unset;
    border: 1px solid #3081c3 !important;
}

.form-control {
    width: 100%;
}

.btn-info.btn-info:active {
    border: 1px solid;
}

.btn {
    padding: 8px 12px;
    border-radius: 2px;
    outline: none !important;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}

button {
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    font-family: inherit;
    overflow: visible;
    margin: 0;
    font: inherit;
    outline: none !important;
}

.ftdms-checkbox span::before,
.ftdms-radio span::before {
    content: '';
    position: absolute;
    display: inline-block;
    height: 18px;
    width: 18px;
    left: 0.5px;
    top: 0px;
    border: 2px solid #ebebeb;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.other-mod {
    margin-top: 35px;
}

.other-mod .other-tit {
    color: #999;
    display: inline-block;
    margin-right: 20px;
}

.other-mod .other-link {
    text-align: right;
    margin-left: 20px;
    float: right;
}

.other-mod .other-link a {
    color: #545454;
}

.other-mod .other-link:hover a {
    color: #3081c3;
}