* {
  font-family: sans-serif;
  margin: 0;
}
.home-bg {
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(rgba(1, 0.5, 2, 0.7), rgba(1, 0.5, 2, 0.7)),
    url(../img/teacherSec.jpg);
}
.logo {
  height: 60px;
  background-clip: padding-box;
}
.form-control {
  font-size: 18px;
}
.result-container {
  size: 7in 9.25in !important;
  /* margin: 27mm 16mm 27mm 16mm; */
  margin: 2mm 16mm 27mm 16mm;
  border: 2px solid black;
}
.welcome-section {
  min-height: 94vh;
}
.details-card {
  /* background-color: rgb(47, 47, 119) !important; */
  background-color: rgb(45, 45, 112) !important;
  color: #fff;
}
.submit-btn {
  border: none;
  border-radius: 10px;
  background: #a58f11;
  color: #fff;
  padding: 10px 20px;
}
.submit-btn:hover {
  background-color: white;
  color: #a58f11;
}
.welcome-footer {
  width: 500px;
}
.news-img{
  height: 300px;
  width: 100%;
}
@media screen and (max-width: 479px) {
  .welcome-footer {
    width: 100%;
  }
  .welcome-section {
    height: 100%;
  }
}
@media print {
  body {
    margin: 0 !important;
    font-size: 10px !important;
  }
  .result-container {
    margin: 0 !important;
  }
  .navbar {
    display: none !important;
  }
}
