.re{position:relative}
.fl_1 li,.fl_1 dl{display:inline;float:left}
.fl_2 li,.fl_2 dl{float:left}
.fl_dib li,.fl_dib dl{display:inline-block;*display:inline;zoom:1;letter-spacing:0;font-size:12px;vertical-align:top}
.fl_dib_1 li,.fl_dib_1 dl{display:inline}

body { line-height: 1;background: #fff; }
.re { position: relative; }
.mar_auto{margin-right:auto;margin-left:auto}
.mt8{margin-top:8x;}
.mt9{margin-top:9px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px}
.flex_box .item {
    -moz-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -flex-flex: 1;
    flex: 1;
}
.w1200 { width: 90%; }
.hp100 { height: 100%; }
.header_box {
    position: relative;
    padding: 14px 0;
    text-align: center;
    background: #fff;
}
.f-box {
    position: absolute;
    width: 36px;
    height: 36px;
    z-index: 2000;
    right:20px;
    top: 50px;
}
.f-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 1px 8px #dbe0e9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    transition: all ease 0.2s;
    position: relative;
}
.f-icon:hover {
    color: #0259a8;
    cursor: pointer;
    transform: scale(1.2);
}
.tip-text {
    position: absolute;
    display: inline-block;
    inset: 0 0 auto auto;
    width: 85px;
    min-width: 60px;
    word-break: break-all;
    line-height: 1.4;
    text-align: justify;
    background-color: #ffffff;
    border: 1px solid #e4e7ed;
    padding: 12px;
    font-size: 14px;
    left: -100px;
    top: 50%;
    color: #0f1319 !important;
    border-radius: 4px;
    transform: translateY(-50%);
}
.tip-text::before {
    content: '';
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    border-top-right-radius: 2px;
    border: 1px solid #e4e7ed;
    display: block;
    background: #ffffff;
    right: -3px;
    top: 50%;
    position: absolute;
    width: 10px;
    height: 10px;
    z-index: -1;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: center;
}

.f-icon-img {
    width: 22px;
    height: 24px;
}
.page_bg_sty {
    position: relative;
    height: 64%;
    background-size: 100% 100%;
}
#app {
    overflow: hidden !important;
}
.text_size{
    font-size:1.2rem !important;
}

.information_fill_area {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 5;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.merp-login-custom-pages-get-code {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 15px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    border: unset;
    background-color: #3085d6;
    border-radius: .25rem;
    height: 34px;
}

.information_fill_area .box_size {
    width: 400px;
    padding: 40px 40px 30px;
    background: #fff;
    border-radius: 10px;
}
.merp-login-custom-pages-form-select {
    width: 28%;
    margin-left: 5px;
    color: #4F4F53;
    outline: none;
    border-radius: 4px;
}
.information_fill_area .box_size_2 {
    width: 400px;
    padding: 30px 40px 3px;
    background: #fff;
    border-radius: 10px;
}
.merp-login-custom-pages-button {
    display: flex;
    justify-content: center;
    background-color: #3085d6;
    cursor: pointer;
    align-items: center;
    width: 100%;
    height: 45px;
    padding: 2px 6px;
    border-radius: .25rem;
    margin-bottom: 10%;
    color: white;
    outline: none;
    border: unset;
    box-shadow: 0 0 10px #3085d6;
}
.merp-forget-custom-pages-button {
    display: flex;
    justify-content: center;
    background-color: #3085d6;
    cursor: pointer;
    align-items: center;
    width: 100%;
    height: 45px;
    padding: 2px 6px;
    border-radius: .25rem;
    margin-bottom: 5%;
    color: white;
    outline: none;
    border: unset;
    box-shadow: 0 0 10px #3085d6;
}
.current.merp-login-custom-pages-get-code {
    background: #ccc;
}
.foot_box {
    position: relative;
    height: inherit;
    padding: 1px 0;
    text-align: center;
    color: #666;
    background: #fff;
}
.merp-login-custom-pages-bg {
    height: 100vh;
    width: 100%;
}
.a_color{
    color: var(--blue);
}
.login_titles{
    margin-bottom: 15%;
    color: #3085d6;
    text-align: center;
    font-weight:bold;
    font-size: 30px;
}
.forget_titles{
    color: #3085d6;
    text-align: center;
    font-weight:bold;
    font-size: 24px;
}
.merp-login-custom-pages-row {
    display: flex;
}

.merp-login-custom-pages-col-2 {
    flex: 2;
}

.merp-login-custom-pages-col-8 {
    flex: 8;
}
#back-img {
    text-align: center;
    line-height: 45px;
    cursor: pointer;
}
.form-label-group{
    margin-bottom: 1rem !important;
}
