.page_background_color_login {
    background: #f0f0f0;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

h4 {
    font-size: 1.1rem;
    margin: 15px 0;
}


/*
.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
.row{display:-webkit-box;display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}
.row.no_space>div{padding:0}
.row.no_space>div:first-of-type{padding-left:30px}
.row.no_space>div:first-of-type:last-of-type,.row.no_space>div:last-of-type{padding-right:30px}
.no-gutters{margin-right:0;margin-left:0}
.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}
.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}
.col{flex-basis:0;-webkit-box-flex:1;flex-grow:1;max-width:100%}
.col-auto{flex:0 0 auto;width:auto;max-width:none}
.col-1,.col-auto{-webkit-box-flex:0}
.col-1{flex:0 0 8.33333333%;max-width:8.33333333%}
.col-2{flex:0 0 16.66666667%;max-width:16.66666667%}
.col-2,.col-3{-webkit-box-flex:0}
.col-3{flex:0 0 25%;max-width:25%}
.col-4{flex:0 0 33.33333333%;max-width:33.33333333%}
.col-4,.col-5{-webkit-box-flex:0}
.col-5{flex:0 0 41.66666667%;max-width:41.66666667%}
.col-6{flex:0 0 50%;max-width:50%}
.col-6,.col-7{-webkit-box-flex:0}
.col-7{flex:0 0 58.33333333%;max-width:58.33333333%}
.col-8{flex:0 0 66.66666667%;max-width:66.66666667%}
.col-8,.col-9{-webkit-box-flex:0}
.col-9{flex:0 0 75%;max-width:75%}
.col-10{flex:0 0 83.33333333%;max-width:83.33333333%}
.col-10,.col-11{-webkit-box-flex:0}
.col-11{flex:0 0 91.66666667%;max-width:91.66666667%}
.col-12{-webkit-box-flex:0;flex:0 0 100%;max-width:100%}
*/

.d-inline-flex {
    display: -webkit-inline-box;
    display: inline-flex;
}

.form-row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.card {
    border-radius: .25rem;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card.bg_lemon_chiffon {
    background: #fff9c4
}

.card-ns .card-body {
    /*padding: 2rem;*/
    padding: 1rem 2rem;
}


/*.card-ns .card-header {
    min-height: 5.125rem
}*/

.card-ns .card-footer,
.card-ns .card-header,
.card-ns .card-subheader {
    /*padding: 1.25rem 2rem;*/
    padding: 1rem 2rem;
}

.card-sm .card-body,
.card-sm .card-footer,
.card-sm .card-header {
    padding: 1.25rem
}

.card-sm .card-header-pb-0 {
    padding: 1.25rem 1.25rem 0
}

.card-sm .card-subheader {
    padding: .5rem 1.25rem
}

.card-xs .card-body,
.card-xs .card-footer,
.card-xs .card-header {
    padding: .625rem
}

.card-xs .card-header-pb-0 {
    padding: .625rem .625rem 0
}

.card-xs .card-subheader {
    padding: .625rem
}

.card-shadow {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .025)
}

.card-body {
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

.card-body>hr {
    border-top: 2px solid hsla(0, 0%, 87.8%, .3)
}

.card-header-bg {
    background-color: #fafafa
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-header+.card-body {
    border-top: 1px solid #e0e0e0
}

.card[class*=" c_border_"],
.card[class^=c_border_] {
    border: 1px solid
}

.card.c_border_grey {
    border-color: #e0e0e0
}

.card.c_remove_circle .btn {
    border: .375rem solid #fff;
    top: -.875rem;
    right: -.875rem
}

.card.c_clickable,
.card.c_clickable:focus {
    border: 1px solid #e0e0e0
}

.card.c_clickable:focus:hover,
.card.c_clickable:hover {
    border-color: #c7c6c6
}

.card.c_border_green {
    border-color: #29cc18
}

.card.c_border_green.c_check_circle.c_border_primary .circle,
.card.c_border_green.c_check_circle .circle {
    display: block
}

.card.c_check_circle .circle {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 100%;
    width: 1.625rem;
    height: 1.625rem;
    background: #29cc18;
    color: #fff;
    border: .375rem solid #fff;
    line-height: 1rem;
    font-size: .45rem;
    position: absolute;
    top: -.625rem;
    right: -.625rem;
    text-align: center;
    z-index: 2;
    display: none
}

.card.c_badge .badge {
    top: -.5625rem;
    left: .25rem
}

.card-ns .card-body.pb-0,
.card-sm .card-body.pb-0 {
    padding-bottom: 0
}

.card-body h5 {
    color: #212121
}

.card-body h5.light {
    color: #757575
}

.card-header {
    margin-bottom: 0
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.card-subheader,
.card-header+.scroll_wrapper,
.card-header+.tab-content {
    border-top: 1px solid #e0e0e0
}

.card-subheader {
    border-bottom: 1px solid #e0e0e0
}

.card-subheader.bg_lemon_chiffon {
    background: #fff9c4
}

.card-subheader.bg_lemon_chiffon p {
    color: #6d4c41
}

.card-subheader>.card-subheader-inner {
    min-height: calc(2.4rem + 2px)
}

.card-footer,
.card-subheader-default-bg {
    background-color: #fafafa
}

.card-footer {
    border-top: 1px solid rgba(0, 0, 0, .06)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.circle_countdown {
    border-radius: 100%;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background: 0 0;
    color: #d9252a;
    border: 1px solid #d9252a;
    font-weight: 400;
    font-size: 1.625rem;
    display: -webkit-inline-box;
    display: inline-flex;
    top: .75rem;
    right: .5rem
}

.p-relative {
    position: relative;
}

.form-group {
    margin-bottom: 1.1rem;
    /*1.5rem;*/
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #263238;
    font-weight: 500;
    /*font-size: .9375rem;*/
    font-size: .7rem;
    word-break: break-word;
    overflow-wrap: break-word;
}

.form-control {
    /*height: calc(3.3rem + 2px);
    padding: .9rem .8125rem;*/
    padding: 1rem .8125rem;
    /*font-size: 1rem;*/
    font-size: 0.8rem;
}

.error_text {
    bottom: .85rem;
}

.error_text {
    color: #d9252a;
    background: #fff;
    padding: .4rem .8125rem .4rem .4rem;
    display: none;
    position: absolute;
    right: 1px;
    bottom: .35rem;
    font-size: .75rem;
    z-index: 3;
}

.btn-rect.btn-xlg {
    padding: 0.8rem 1rem;
    margin-bottom: 0.5rem;
    width: 100%;
}

.btn-success,
.btn-success:focus {
    background: #29cc18;
    color: #fff;
}

.align-items-center {
    -webkit-box-align: center;
    align-items: center;
}

.justify-content-center {
    -webkit-box-pack: center;
    justify-content: center;
}

.d-flex {
    display: -webkit-box;
    display: flex;
}

.btn:not(.disabled),
.btn:not(:disabled) {
    cursor: pointer;
}

.btn.btn-xlg {
    font-size: 0.8rem;
}

.btn-success,
.btn-success:focus {
    color: #fff;
}

.btn {
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
}

.ml-auto,
.mx-auto {
    margin-left: auto;
}

.mr-auto,
.mx-auto {
    margin-right: auto;
}

.css_spinner_bars {
    max-width: 8.125rem;
    height: 1.625rem;
}

.css_spinner_bars>div {
    display: -webkit-box;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.css_spinner_bars>div div {
    -webkit-animation: sk-stretchdelay 1.2s ease-in-out infinite;
    animation: sk-stretchdelay 1.2s ease-in-out infinite;
    width: 6%;
    height: 100%;
    background: rgba(0, 0, 0, .15);
}

.css_spinner_bars>div div:nth-of-type(2) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.css_spinner_bars>div div:nth-of-type(3) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.css_spinner_bars>div div:nth-of-type(4) {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s;
}

.css_spinner_bars>div div:nth-of-type(5) {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s;
}

.css_spinner_bars>div div:nth-of-type(6) {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s;
}

.css_spinner_bars>div div:nth-of-type(7) {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s;
}

.css_spinner_bars>div div:nth-of-type(8) {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s;
}

.text-right {
    text-align: right;
}