@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap");
* {
  font-family: "Roboto", sans-serif;
}
body {
  background: linear-gradient(1deg, #12314d 0%, #45ae9f 49%, #70bda1 100%) 0% 0%
    no-repeat padding-box;
  height: 100%;
  height:100vh;
}
.font {
  font-weight: bolder;
  font-size: 50px;
}
.img {
  width: 150px;
}
hr {
  background-color: white;
  height: 10px;
  width: 100%;
}
.card-color {
  background-color: #70bda1;
  box-shadow: -2px 1px 7px -1px rgba(0,0,0,0.91);
  border-radius: 10px;
}
a:hover {
  text-decoration: none;
}
.bg-green {
  background-color: #85ffbd;
}
.box-shadow {
  box-shadow: -2px 1px 7px -1px rgba(0,0,0,0.91);
}
.admin::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #707070;
}
/* upload data page  */
input#fileupload {
  padding: 3px !important;
  background-color: #CAE8D9 !important;
  border:2px solid #75797c;
}

/* login page  */
#num{
 display: none;
}
@media screen AND (max-width: 550px) {
  body {
    height: 100vh;
    height: 100%;
  }
  .img {
    width: 80px;
  }
  .font {
    font-size: 40px;
  }
  .col-md-3.p-2 {
    width: 50%;
  }
  .card {
    width: 100% !important;
  }
  .form-group{
    width: 100% !important;
  }
  .student-card{
    width: 49% !important;
    padding: 2px !important;
  }
}
