.msfont {
    font-family: Microsoft YaHei !important;
}

::-webkit-input-placeholder {
    color: #fff !important;
}

:-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}

::-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #fff !important;
}

.login {
    background-color: #666 !important;
}

.login .clear-top {
    height: 18%;
    clear: both;
}

.login .logo {
    margin: 0 auto;
    margin-top: 60px;
    padding: 15px;
    text-align: center;
}

.login .content {
    width: 420px;
    margin: 0 auto;
    margin-bottom: 0px;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    background: url(../img/bg-white-lock.png) repeat;
}

.login .content h3 {
    color: #eee;
}

.login .content h4 {
    color: #eee;
}

.login .content p,
.login .content label {
    color: #fff;
}

.login .content .login-form {
    position: relative;
    padding: 0px;
    margin: 0px;
}

.login .content .form-control {
    background-color: #fff;
}

.login .content .form-title {
    font-size: 32px;
    color: #fff;
    margin-top: 42px;
    margin-bottom: 62px;
    text-align: center;
}

.login .content .alert {
    display: none;
}

.login .content .form-group.first-child {
    margin-bottom: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.login .content .form-group.last-child {
    border-bottom: 1px solid #fff;
}

.login .content .form-group .input-icon {
    position: relative;
}

.login .content .form-group .input-icon .fa {
    position: absolute;
    color: #fff;
    font-size: 24px;
    top: 16px;
    left: 16px;
}

.login .content .form-group .input-icon input {
    height: 56px;
    line-height: 48px;
    font-size: 24px;
    color: #fff;
    border: none;
    text-indent: 46px;
    background: none;
    font-weight: normal;
}

.login .content .form-actions {
    border: 0px;
    padding: 0px 30px 25px 30px;
    margin-left: -30px;
    margin-right: -30px;
    clear: both;
    background-color: transparent;
}

.login .content .form-actions .checkbox {
    margin-left: 0;
    padding-left: 0;
}

.login .content .form-actions .checkbox {
    margin-top: 8px;
    display: inline-block;
}

.login .content .form-actions .btn {
    margin-top: 1px;
    background-color: #0090d9;
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
}

.login .content .form-actions .btn:hover {
    background-color: rgba(0, 144, 217, 0.8);
}

.login .content .otp-img {
	position: absolute;
    width: 200px;
    top: 0px;
    right: -275px;
    display: none;
}

.login .content .otp-img > p {
	line-height: 20px;
	padding: 5px 0;
	text-align: center;
}

.login-form[name="auth"] {
	display: none;
}