html,
body {
    height: 100%;
}

body {
    margin: 0;
    font-family: Roboto, "Helvetica Neue", sans-serif;
}



.v-flex {
    display: flex;
    flex-direction: column;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.flex-1 {
    flex: 1;
}

.ab {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
}

a {
    color: var(--bs-primary);
    text-decoration: none;
    cursor: pointer;
}

.rel {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 2;
}

.relative {
    position: relative;
}

.text-center {
    text-align: center;
}

.pointer {
    cursor: pointer;
}

.h100 {
    height: 100%;
}

.w100 {
    width: 100%;
}

button:focus {
    outline: 0 !important;
}

.list-content {
    padding: 0 1rem;
}



.btn-footer {
    padding: 0.5rem;
}

.p-ab-btn {
    position: absolute;
    right: 17px;
    z-index: 2;
    margin-top: 5px;
}

.text-info-label {
    color: var(--bs-danger);
    font-weight: 400;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.header-title {
    color: var(--bs-primary);
    font-weight: 500;
    font-size: 1rem;
}

.header-close {
    color: var(--bs-primary);
}

.margin-auto {
    margin: 0 auto;
}

.header-logo {
    width: 52px;
    height: 52px;
    margin-left: 16px;
}

.header-logo>img {
    width: 100%;
    height: 100%;
}

.header-content {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.3px;
    margin-left: 16px;
    color: #FFFFFF;
}

.flex-1 {
    position: relative;
    flex: 1;
}

.login-content-body .body {
    height: 100%;
    background-image: url("image/login_bg-1.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.header {
    width: 100%;
    height: 70px;
    background-color: #3f785a;
}

.justify-content-end {
    justify-content: end;
}

.login-box {
    width: 100%;
    max-width: 339px;
    text-align: center;




}

.login-box .login-head {
    font-weight: 400;
    font-size: 20px;
    line-height: 12px;
    margin-bottom: 1rem !important;
    text-align: center;
    color: #333333;
}

.live-region {
    border-radius: 8px;
    padding: 20px;
    border: none !important;
    border-radius: 5px;
    background: linear-gradient(270deg, #B0FE89 0%, #EBFFE2 103.32%);
    box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    min-width: 250px;
    width: 100%;
    height: 130px;

}

.live-region>img {
    width: 46px;
    height: 38px;
    flex-shrink: 0;
}

.live-txt>a {
    color: #01823E;
    font-size: 30px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.3px;
}

.live-txt>a:hover {
    color: #01823E !important;
}

.pl-2 {
    padding-left: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.test-regin {
    background: linear-gradient(270deg, #FECF89 0%, #FCFFD6 103.32%);
    border-radius: 8px;
    padding: 20px;
    border: none !important;
    box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    min-width: 250px;
    width: 100%;
    height: 130px;
}

.test-regin>img {
    width: 46px;
    height: 38px;
    flex-shrink: 0;
}

.test-txt>a {
    color: #FD3939;
    font-size: 30px;
    font-weight: 500;
    line-height: 20px;
    /* 66.667% */
    letter-spacing: 0.3px;
}

.test-txt>a:hover {
    color: #FD3939 !important;
}

/* .w100{
    width:100%
} */
/* .container {
    width: 100%;
    padding-right:0.65rem !important;
    padding-left:0.65rem !important;
    margin-right: auto !important;
    margin-left: auto !important;
} */

a:hover {
    border: none !important;
    text-decoration: none !important;
}

.pr-2 {
    padding-right: 100px !important;
}