/*官方logo样式*/
.logo-official-style {
    font-weight: bold; /*粗体*/
    font-family: "Hannotate SC"; /*手札体-简*/
    color: #595959; /*黑色，文字1，淡色35%*/
    font-size: 20px;
}

/*重设组合框中文本框样式*/
.input-group .form-control {
    width: calc(100% - 34px);
    -webkit-box-shadow: none; /*去除阴影*/
    box-sizing: inherit; /*去除阴影*/
}

/*重设组合框中图标样式*/
.input-group-text {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    border: 1px solid #ccc;
}

/*重设样式*/
.mb-3 {
    margin-bottom: 20px !important;
}

/*重设btn字体大小*/
.btn {
    font-size: 16px;
}

/*重设a标签hover时样式*/
a:hover {
    text-decoration: none;
}

.layout_adjust {
    padding: 0;
    background-color: #e9ecef;
}

.header_adjust {
    margin-bottom: 0;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.7);
}

.font_setting {
    font-size: 16px;
}

.header_style {
    width: 100%;
    padding: 0 30px;
}

.space_left {
    margin-left: 10px;
}

.text_align {
    height: 60px;
    line-height: 60px;
}

.footer_fix {
    height: auto;
    margin-bottom: 5px;
    color: white;
    /*background-color: rgba(255, 255, 255, 0.3);*/
}

.select_span {
    margin-top: 10px;
    font-size: 14px;
}

.font_color {
    color: dimgrey;
}

.font_color_highlight {
    color: #009ED5;
}

.dom_float {
    float: right;
}

/*调整登录框撑开的比例*/
.login-page-adjust {
    height: calc(100vh - 72px); /*vh:相对于视窗的高度，vw:相对于视窗的宽度*/
    min-height: 540px;
}

/*消除上个div的浮动效果对本div的影响*/
.float_clear {
    clear: both;
}

.third_login {
    margin: 30px 0 0 0;
}

/*水平、垂直居中*/
.flex_justify_align_center {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    justify-content: center; /*水平排列方式: 居中*/
    align-items: center; /*垂直排列方式: 居中*/
}

.third_login_btn {
    width: 30px;
    height: 30px;
    border: none;
    padding: 0;
}

/*去掉ul li前面的空白和小黑点*/
ul, li {
    list-style: none;
    padding: 0;
}

/*增加v-cloak解决加载时闪烁的问题*/
[v-cloak] {
    display: none;
}

.login_tip_msg {
    padding-bottom: 15px;
    margin: 0;
    font-weight: bold;
}

.kaptcha_btn {
    font-size: 12px;
    width: 85px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #337ab7;
    color: #337ab7;
    text-align: center;
    padding: 0;
    background-color: white;
}

.kaptcha_btn:disabled {
    border: 1px solid #bbb;
    color: #aaa;
    background-color: #efefef;
}

.error_info_span {
    font-size: 14px;
    color: orangered;
    margin: -15px 0 20px 0;
}

.label_style {
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.bold_title {
    font-size: 20px;
    font-weight: bold;
}

.funfact-one__bg {
    /*background-image: url('/statics/login_img_1.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.transparent-background {
    background-color: rgba(255, 255, 255, 0);
}

.input-group-append {
    margin-left: 0 !important;
}

.review-label {
    font-weight: normal;
    color: #999;
}

.info-page {
    margin: 20px;
    padding: 30px;
    font-size: 16px;
    color: #333333;
    background-color: #fff;
}

.info-page .header {
    font-weight: bold;
    font-size: 24px;
    color: #222222;
}

.info-page .title {
    font-weight: 500;
    color: #222222;
}