@font-face { font-family: Futura; src: url(../fonts/Futura-Book-font.ttf); }
@font-face { font-family: Kruti; src: url(../fonts/kruti-dev-021.ttf); }

body {
	background: #ee8800;
	background-size: auto;
	font-family: Futura;
	background-size: cover;
  color: #ee8800;
}

a { text-decoration:none; }
a:hover, a:active, a:focus { text-decoration:none; }


.footer { 
  padding: 10px; 
  margin-top:10px;
  border-top: 1px #006600 solid;
}

.footer-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #111;
    color:eee;
    text-align: center;
    box-sizing: border-box;
    padding: 4px; 
}

body, .min-vh-100 {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}



.block-1 {
  display:inline-table;
  width:120px;
  height:120px;
  box-shadow: 0 4px 8px 0 rgba(255, 50, 50, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin:10px;
}
.align_middle{
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  width: inherit;
}


.bg-gradient {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  min-height: 100vh;
}

.card {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.95);
}

.btn-primary {
  background: linear-gradient(45deg, #667eea, #764ba2);
  border: none;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  background: linear-gradient(45deg, #5a67d8, #6b46c1);
}

.btn-primary:disabled {
  transform: none;
  background: #6c757d;
}

.form-control:focus {
  border-color: #667eea;
  box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.alert {
  border: none;
  border-radius: 8px;
  animation: slideIn 0.3s ease;
}

@keyframes slideIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
}

.navbar-brand {
  font-weight: bold;
}

.table td {
  padding: 0.5rem;
  border: none;
}

.badge {
  font-size: 0.875em;
}

/* Custom scrollbar for better look */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #667eea;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #5a67d8;
}

/* Background */
.bg-gradient {
  background: linear-gradient(135deg, #e7ebf5 0%, #eef3ff 40%, #f7f9ff 100%);
}

/* Card look */
.card {
  border-radius: 20px;
}

.hover-shadow:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

.hindi-font {
	font-family: Kruti;
}
<style>
.field-error {
  border: 2px solid #dc3545 !important;
}
.field-error-message {
  color: #dc3545;
  font-size: 0.85rem;
  margin-top: .25rem;
}
</style>
