.info-box {
  background: #edeef0;
  color: rgb(0, 0, 0);
  padding: 20px;
  border-radius: 10px;
  text-align: center !important;
}
.info-box i {
  font-size: 40px;
  margin-bottom: 10px;
  color: #f8f9fa;
}
.info-box h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.form-control {
  border-radius: 5px;
}
button#loginBtn {
  background: #002544;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
}
button#loginBtn:hover {
  background: #070707;
}
@media (max-width: 768px) {
  .footer {
    font-size: 14px;
    text-align: center;
  }

  .footer .row {
    flex-direction: column;
    align-items: center;
  }

  .footer .col-4,
  .footer .col-2,
  .footer .col-1 {
    width: 100%;
    margin-bottom: 10px;
  }

  .footer .col-4 img {
    width: 50%;
    margin: 0 auto;
  }

  .footer .row.mt-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer .row.mt-3 .col-4,
  .footer .row.mt-3 .col-2,
  .footer .row.mt-3 .col-1 {
    width: auto;
    margin-bottom: 5px;
  }

  .footer .row.mt-3 .col-4 p,
  .footer .row.mt-3 .col-2 a,
  .footer .row.mt-3 .col-1 a {
    display: list-item;
    list-style: none;
  }
}
.certifications {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.certifications .certification-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.certifications .certification-item img {
  max-width: 90px;
  /* height: auto; */
  margin-left: 10px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(18deg, rgb(255 255 255) 0%, rgb(6 13 55) 100%);
  color: white;
  padding: 10px;
  border-radius: 5px;
}
.footer-bottom p {
  margin: 0 10px;
  color: #002544;
}
.footer-bottom p a {
  color: #002544 !important;
}
.footer-bottom p:not(:last-child)::after {
  content: "|";
  margin-left: 10px;
}
@media (max-width: 768px) {
  .certifications {
    align-items: center;
  }
  .certifications .certification-item {
    justify-content: center;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .footer-bottom p {
    margin-bottom: 5px;
  }
  .footer-bottom p:not(:last-child)::after {
    content: "";
  }
  .col-3 {
    width: 75% !important;
  }
}
.cert-texts p {
  margin: 0;
}
.top-foooter-options p {
  color: #f8f9fa;
}
#linkedin-icon {
  cursor: pointer;
  font-size: 1.5rem;
}
.custom-footerlink {
  text-decoration: none !important;
}

.cert-1 {
  padding: 10px 9px !important;
}

.cert-2 {
  padding: 10px 7px !important;
}

.cert-3 {
  padding: 10px 17px !important;
}

.cert-4 {
  position: relative !important;
  top: 10px;
  left: 10px;
}

.text-decor-none {
  text-decoration: none !important;
}
