a, a:hover, a:focus {
    color: #0099FF;
}

.container {
    min-height: 100%;
    margin: 0 auto;
    padding: 80px 0 0;
    box-sizing: border-box;
}

.header {
    width: 100%;
    height: 80px;
    margin-top: -80px;
    background: #ffffff;
    display: flex;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.02);
}

.header .header-logo {
    margin-left: 29px;
    width: 260px;
    line-height: 72px;
}
.header .logo-colorful {
    width: 56px;
    height: 56px;
}
.header .logo-txt {
    width: 168px;
    line-height: 56px;
}

.header .header-logo-title p {
    margin: 0;
    line-height: 75px;
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 400;
    color: #1E2A38;
}

.content {
    width: 33%;
    min-width: 500px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.btn {
    border-radius: 10px;
}

/* 按钮样式覆盖 */
.btn:hover, .btn:focus, .btn.focus {
    color: #FFFFFF;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    color: #FFFFFF;
    background: #0099FF;
    border: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}

input.btn-hollow-out {
    color: #0099FF!important;
    border: 1px solid #0099FF!important;
    background-color: #FFFFFF!important;
}

/* 表单控件样式覆盖 */
form .form-group  {
    margin-bottom: 0px;
}

form .control-error {
    min-height: 28px;
    margin-bottom: 6px;
    margin-left: 12px;
}

form .input-group-lg > .input-group-addon {
    padding: 7px 14px;
}

form .input-group-addon img {
    width: 30px;
}

/* 找回密码 */
.reset-pwd-header {
    height: 80px;
}

#reset-pwd-form {
    background: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.02);
    padding: 5% 0;
}

#reset-pwd-form p.title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2.5%;
}

#reset-pwd-form #resetPasswordForm {
    width: 43.33%;
    margin: 0 auto;
}

/* 密码重置成功提示框 */
#reset-pwd-success {
    display: none;
}

.rps {
    padding: 40px 0;
}

.rps p {
    text-align: center;
    font-family: Montserrat;
    font-weight: bold;
}

.rps-icon {
    width: 76px;
    height: 76px;
    margin: 0 auto;
}

.rps-success {
    margin-top: 18px;
    font-size: 18px;
    line-height: 22px;
    color: #1E2A38;
}

.rps-login {
    margin-top: 20px;
    font-size: 20px;
    line-height: 24px;
    color: #0099FF;
}

@media (min-width: 1920px) {
    .container {
        width: 100%;
    }
}