  .card{
    text-align: var(--tblr-body-text-align);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    letter-spacing: 0;
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga" 0;
    -webkit-font-smoothing: antialiased;
    font-weight: 400!important;
    line-height: 26px;
    color: #212325!important;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
      position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--tblr-card-height);
    word-wrap: break-word;
    border-radius: var(--tblr-card-border-radius);
    transition: none;
    font-size: 14px;
    box-shadow: 0 0 .875rem 0 rgba(33,37,41,.05);
    background: #fff;
    border: none;
  }
  
  
  #notice > strong {font-size:16px}
  
  
button.btn, .login-page .btn, .login-page .btn:first-child, form#login-form .btn:first-child {
    box-shadow: none!important;
    background: var(--primary-website-color);
	    background: #1155b5;
    color: #fff!important;
    width: 171px !important;
    padding: 9px;
}
button.btn:hover, .login-page .btn:hover, .login-page .btn:first-child:hover, form#login-form .btn:first-child:hover{
    background: #4480d3!important;
    background: #0748a3!important;
}

#show-pwd > svg {
	    position: relative;
    left: 6px;
}

.bg-warning {
    background-color: #ec2f2f !important;
}

#text .alert.alert-neutral {
    padding: 20px;
    color: #c51515;
    background: #fff;
    margin-bottom: 20px;	
}

#text > p.text-muted.mb-4 {
	padding: 0px 20px;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    cursor: pointer;
}

.xhr-loader {
    width: 15px;
}

body,
body.login-page {
	background: #f5f7fb;
	background-color: #f5f7fb;
}


.login-page .text-center {
    font-size: 14px;
}

.bd-title, .card-header .card-title {
    font-size: 17px;
    font-weight: 600;
    word-break: break-word;
    padding-left: 28px;
}

.card-header h3.card-title:after {
    content: "";
    background-color: #878787;
    width: 51px;
    height: 1px;
    position: absolute;
    left: 29px;
    top: 56px;
}

.visually-hidden {display:none}


.card-header h3.card-title:after {
display:block !important;
}

.card-header h3.card-title:after {
    content: "";
    background-color: #878787;
    width: 51px;
    height: 1px;
    position: relative;
    left: 2px;
    top: 12px;
}
#notice {color: #c32828;font-size:14px;}


a:hover {
    text-decoration: none;
}


.card {
    font-size: 15px;
}


button.btn, .login-page .btn {
    font-family: "poppins", sans-serif!important;
    font-size: 14px!important;
    font-weight: 500;
    border: none;
    height: 38px;
    padding-bottom: 10px !important;
}