.min-vh-100 {
  min-height: 100vh !important;
}


.login-form .card .card-body {
  padding: 0px !important;
}
.login-form .card {
  transform: translateY(25%);
}

.login-form .card .card-body .header-login .bg-header {
  background: #813a1c;
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding: 12px;
border-radius:0.25rem;
border-bottom-left-radius:0;
border-bottom-right-radius:0;

}

.login-form .card .card-body form {
  padding: 20px;
}
.btn-submit{
background: #813a1c;
  font-size: 18px;
  color: #fff;
  border-radius: 0.25rem;
border: none;
    padding: 6px 12px;
}
.btn-submit:hover{
color: #fff;
}
.btn-submit:focus{
border-color: #813a1c;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(220 102 124 / 25%);
}
@media (min-width: 992px) and (min-width: 992px)
html:not([dir=rtl]) .c-sidebar.c-sidebar-lg-show:not(.c-sidebar-right).c-sidebar-fixed ~ .c-wrapper, html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed ~ .c-wrapper {
    margin-left: 247px!important;
}


