* {
    font-family: 'Segoe UI', 'Microsoft YaHei', sans-serif
}

.login-bg {
    background: #D43F49;
    background-image: url(../img/img_bg.png);
    background-position: center;
    background-size: cover;
    padding: 100px 25px 20px;
    height: 100%;
    width: 100%;
    min-height: 812px;
    position: relative;
}

.tabs-shadow {
    border-radius: 23px;
    box-shadow: 0 5px 15px rgba(174, 42, 54, 1);
}

.nav-pills>li+li {
    margin-left: 0 !important;
}

.nav-pills>li {
    width: 50%;
    text-align: center;
}

.nav-pills>li.active.left>a,
.nav-pills>li.active.left>a:focus,
.nav-pills>li.active.left>a:hover {
    border-radius: 23px 27px 0 0;
    background-color: #fff !important;
    color: #4a4a4a !important;
}

.nav-pills>li.active.right>a,
.nav-pills>li.active.right>a:focus,
.nav-pills>li.active.right>a:hover {
    border-radius: 27px 23px 0 0;
    background-color: #fff !important;
    color: #4a4a4a !important;
}

.form-tabs {
    background: rgba(255, 255, 255, .2);
    border-radius: 23px 23px 0 0;
}

.nav>li>a {
    color: #fff !important;
    padding: 15px 15px;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent !important;
}

.nav-pills>li.active.left>a:after {
    content: " ";
    position: absolute;
    right: -20px;
    border-radius: 0 27px 0 0;
    background-color: #fff;
    top: 0;
    height: 100%;
    width: 40px;
    -webkit-transform: skewX(35deg);
    transform: skewX(35deg);
    z-index: 1;
}

.nav-pills>li.active.right>a:after {
    content: " ";
    position: absolute;
    left: -20px;
    border-radius: 27px 0 0 0;
    background-color: #fff;
    top: 0;
    height: 100%;
    width: 40px;
    -webkit-transform: skewX(-35deg);
    transform: skewX(-35deg);
    z-index: 1;
}

.form-box {
    background: #fff;
    padding: 45px 25px 35px;
    border-radius: 0 0 13px 13px;
}

.input-group {
    display: flex;
}

.input-group .form-control {
    height: 50px;
    padding-left: 5px !important;
    border-left: 0 !important;
    border-radius: 0 6px 6px 0!important;
}

.form-control:focus {
    border-color: #ccc !important;
    box-shadow: none !important
}

.code-get {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 3;
    padding: 8px 10px;
    font-size: 11.5px;
    color: #fff;
    background-color: #B82633;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s all;
}

.code-get:hover,
.code-get:active,
.code-get:focus {
    background: #97202a;
}

.fas {
    margin: 0 auto;
}

.input-group-text {
    font-size: 15px !important;
    width: 35px;
    border-radius: 6px 0 0 6px !important;
    border-right: 0 !important;
    background-color: transparent !important;
    color: #d1d1d1 !important
}

.forget-pw {
    font-size: 12px;
    color: gray;
    position: absolute;
    right: 0;
    top: 57px;
    z-index: 100;
}

.p-register {
    text-align: center;
    margin-bottom: 20px;
}

.p-register a {
    color: gray;
    text-decoration: none;
}

.mb-6 {
    margin-bottom: 4.5rem;
}

.btn-shadow {
    color: #fff;
    background-image: linear-gradient(to right, #DCB481, #C29449);
    -webkit-box-shadow: 0px 7px 17px 0px rgba(194, 148, 73, .65);
    box-shadow: 0px 7px 17px 0px rgba(194, 148, 73, .65);
    border-radius: 6px;
    font-size: 14px;
    height: 42px;
    border: 0;
    width: 100%;
}

.copyright {
    color: #f1f1f1;
    text-align: center;
    margin: 0 -25px;
    width: 100%;
    font-size: .8em;
    letter-spacing: 1px;
    position: absolute;
    bottom: 20px;
}