.bg-slate-900 {
    background-color: #ffffff !important; /* Replace #0d1117 with your color */
}
/* Custom size for left hero logo */
.left-logo {
    height: 80px !important; /* Change 80px to whatever size you want (e.g. 100px, 120px) */
    width: auto;
}
.heading-title-login{
  color: #0F172A;
}
.text-color-login{
   color: #0F172A; 
}
.bg-slate-800{
    background-color: #ffffff !important;
    border-color: #E2E8F0 !important;
}
.bg-indigo-600{
    background-color: #00509e !important; 
    color: #ffffff !important;  
}

.focus\:ring-indigo-500:focus {
    --tw-ring-color: #00509e !important; /* Replace #2563eb with your color */
   
}

.custom-brand-gradient {
    background-color: #005fbf; 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f));
    background: linear-gradient(to bottom, #005fbf 5%, #003f7f 100%);
}
