.text-system {
    color: !important;
}
.bg-system {
    background-color: !important;
}
.btn-system {
  color: #fff!important;
  background-color: !important;
  border-color: !important;
}

.btn-system:hover {
  color: #fff;
  background-color: !important;
  border-color: !important;
}

.btn-system:focus, .btn-system.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-system.disabled, .btn-system:disabled {
  color: #fff;
  background-color: !important;
  border-color: !important;
}

.btn-system:not(:disabled):not(.disabled):active, .btn-system:not(:disabled):not(.disabled).active,
.show > .btn-system.dropdown-toggle {
  color: #fff!important;
  background-color: !important;
  border-color: !important;
}

.btn-system:not(:disabled):not(.disabled):active:focus, .btn-system:not(:disabled):not(.disabled).active:focus,
.show > .btn-system.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.error-footer .btn
{
 color: !important;
 border-color: !important;
}

.bg-login-background 
{
	background-color: transparent;
}
.bg-login-background-img
{
	background-image: url('');
	background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}