*  {
    font-family: 'Roboto Slab', serif;
}
.top-row {
  background: radial-gradient(circle, rgb(212, 255, 218), rgb(242, 251, 177));
}

.navbar-brand,
.collapse,
.navbar-nav,
.nav-item,
.nav-link {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.navbar-brand {
  font-weight: bolder;
}

.container:nth-child(1),
.container:nth-child(3) {
  width: 100%;
  min-width: 100%;
}
.top-row {
  background: #ffffff !important;
  padding: 20px !important;
}

.bg-primary {
  background: #021450 !important;
}
.text-primary {
  color: #021450 !important;
}
.img-80 {
  height: 110px;
  margin-top: 10px !important;
}

.my-form p {
  margin-top: 15px;
  margin-bottom: 3px;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.right-menu li {
    border-right: 3px solid #fff
}
.footer {
  padding: 10px;
  color: white;
}
.bg-info {
  background: #021450!important;
  box-shadow: 0px 20px 50px #333;
  color: white;
  border-radius: 10px;
}
.form-table td, .form-table th {
  padding: 5px;
  border: 1px solid;
  text-transform: capitalize
}
.form-photo {
  max-height: 150px;
  max-width: 250px;
}
.nav-link {
  color: #ffffff; 
}
.navbar-brand {
  font-size: 22px; 
  padding-left: 10px;
  padding-right: 20px;
  text-transform: uppercase
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #021450;
    border-radius: 4px
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

