.btn-outline-secondary {
    color: #6c757d!important;
    border-color: #6c757d!important;
}
.btn-outline-secondary.disabled {
    color: #6c757d!important;
    border-color: #6c757d!important;
  }
  .btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active {
    color: white!important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
  }
  .btn {
    border-radius: 0.375rem!important;
    padding: 0.4rem 0.75rem!important;
  }
  .form-label {
    font-size: 15px!important;
    font-weight: 500!important;
  }
.login a{
    color: #444444!important;
}
.footer-text, .footer-text a {
    font-size: 9px!important;
}
.login a:hover{
    opacity: 0.8;
}
.b{
    font-weight: 600;
}
.hover-1:hover{
   background-color:#f3f3f3!important;
}
.text-grey{
    color: #9b9b9b!important;
}
.margin-top-auto{
    margin-top: auto;
}
.fs-0-7{
    font-size: 0.7rem!important;
}
.right-0{
    right: 0;
}
.p-relative{
    position: relative;
}
.p-absolute{
    position:absolute
}
.fs-0-6{
    font-size: 0.6rem!important;
}
.fw-700{
    font-weight: 700!important;
}
.min-height-550{
    min-height: 550px;
}
.login .captcha{
    padding: inherit;
}
.login .captcha span{
    display: block;
    line-height: 1.3;
}
.login .captcha a{
    text-decoration: none;
    color: #9b9b9b!important;
}
.login .captcha a:hover{
    text-decoration: underline;
    opacity: initial;
}
.d-flex-2{
    display: flex!important;
    justify-content: center!important;
    place-items: center!important;
}
.login .btn-primary{
   background:#019bd9!important;
   border:#019bd9!important;
}
.login .btn-outline-primary{
    border-color:#019bd9!important;
}
.login .btn-primary:hover{
    opacity: 0.8 !important; 
    background-color: #019bd9 !important;
}