/* FORM CONTAINER */
.b-login-w {
    max-width: 550px;
    margin: 60px auto;
    background: linear-gradient(145deg, #f0f4ff, #dbe3f3);
    padding: 40px;
    border-radius: 25px;
    box-shadow: 12px 12px 30px rgba(0,0,0,0.25), -12px -12px 30px rgba(255,255,255,0.5);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* HEADER */
.b-login-head {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #1a237e;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
    margin-bottom: 25px;
    padding: 10px 0;
    background: linear-gradient(135deg, #e3f2fd, #bbdefb);
    border-radius: 15px;
    box-shadow: 6px 6px 20px rgba(0,0,0,0.2), -6px -6px 20px rgba(255,255,255,0.4);
}


/* LABELS */
.form-group label {
    font-weight: 600;
    font-size: 15px;
    color: #0d47a1;
    margin-bottom: 6px;
    display: block;
}

/* INPUT FIELDS */
.form-control,
.select-db,
input[type="date"] {
    border-radius: 12px;
    padding: 12px;
    font-size: 15px;
    background: linear-gradient(145deg, #f5faff, #e0eafc);
    border: 1px solid #90caf9;
    box-shadow: inset 2px 2px 5px rgba(0,0,0,0.15), inset -2px -2px 5px rgba(255,255,255,0.7);
    transition: all 0.3s ease-in-out;
}

.form-control:focus,
.select-db:focus,
input[type="date"]:focus {
    outline: none;
    transform: scale(1.02);
    border-color: #1e88e5;
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.25);
}

/* CAPTCHA IMAGE */
#captchaImage {
    margin-top: 10px;
    display: block;
    border-radius: 10px;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.2);
}

/* BUTTONS */
.btn-primary.b-btn {
    background: linear-gradient(to right, #42a5f5, #1e88e5);
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 30px;
    color: #fff;
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
}

.btn-primary.b-btn:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.4);
}

.btn-primary.b-btn:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(66, 165, 245, 0.5);
}

/* REFRESH BUTTON */
.btn-refresh {
    background: linear-gradient(to right, #00c6ff, #0072ff);
    color: #fff;
    border: none;
    padding: 9px 22px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.btn-refresh:hover {
    transform: scale(1.05);
    background: linear-gradient(to right, #0072ff, #0055a5);
    box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.3);
}

.btn-refresh:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 114, 255, 0.4);
}

/* CHECKBOX LABEL */
.custom-control-label {
    font-size: 14px;
    color: #1a237e;
}


















.iict-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 10px;

  width: 900px;
  max-width: 9in;
  margin: 0 auto; /* <-- This centers the entire header */
}


.iict-logo {
  width: 70px;   /* adjust as needed */
  height: auto;
}

.iict-title {
    text-align: center;
padding-bottom: 15px;
}

.iict-title h3 {
    white-space: nowrap;  /* Prevent the <h4> text from wrapping */
    font-size: 23px; /* Adjust the font size */
}

@media (max-width: 768px) {
  .iict-header {
    flex-direction: column;
    text-align: center;
  }

  .iict-title {
    padding: 10px 0;
  }

  .iict-logo {
    width: 60px;
    margin: 5px 0;
  }
}



.admit-card {
   width: 900px;
    max-width: 9in; 
  margin: 20px auto;
  border: 1px solid #ccc;
  padding: 30px 30px 55px 30px ;
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  
}

.admit-header {
  text-align: center;
  border-bottom: 2px solid #2c3e50;
  padding-bottom: 10px;
  margin-bottom: 15px;
  color: #2c3e50;
}

.admit-header h5 {
  font-size: 20px;
  margin: 5px 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  color: #1d3557;
}

.admit-header h6 {
  font-size: 14px;
  margin: 3px 0;
  color: #444;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
  background: #fdfdfd;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

table, td, th {
  border: 1px solid #ccc;
}

td, th {
  padding: 10px;
  vertical-align: top;
  font-size: 14px;
  color: #2f2f2f;
  background: #fbfbfb;
}

td b {
  color: #000;
}

.photo {
  width: 200px;
  text-align: center;
  background: #f1f3f5;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.05);
}

.photo img {
  width: 180px;
  height: auto;
  border: 2px solid #adb5bd;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  margin-top: 5px;
}

.signature-cell {
  height: 100px;
  text-align: center;
  width: 200px;
  font-style: italic;
  color: #6c757d;
  background: #f1f3f5;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
}

.footer-note {
  font-size: 13px;
  text-align: center;
  margin-top: 15px;
  padding: 10px;
  background: #e9ecef;
  border-radius: 6px;
  color: #495057;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.07);
     width: 100%;
	   max-width: 9in; 
}

.signature {
  text-align: right;
  margin-top: 20px;
  margin-right: 40px;
  font-size: 14px;
  color: #2c3e50;
  font-weight: bold;
}



.instructions {
  width: 900px;
    max-width: 9in; 
  margin: 18px auto;
  padding: 15px 20px 5px 20px ;
  font-size: 15px;
  line-height: 1.5;
  color: #000;
  background: transparent;
  text-align: justify;

  
}

.instructions h4 {
  text-align: center;
  color: #000;
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: bold;
}

.instructions ol {
  padding-left: 20px;
  list-style-type: decimal;
  text-align: justify;
}

.instructions li {
  margin-bottom: 5px;
  padding-left: 0;
  background: none;
  border-left: none;
  box-shadow: none;
  text-align: justify;
}

.note {
  text-align: justify;
  font-size: 12px;
  margin-top: 20px;
  font-style: normal;
  color: #333;
}


 .admitprint {
  font-family: 'Roboto', sans-serif;
}
