@charset "UTF-8";
/* CSS Document */
.login_oueter {
    width: 360px;
    max-width: 100%;
}
.logo_outer{
    text-align: center;
}
.logo_outer img{
    width:120px;
    margin-bottom: 40px;
}

.nav-link {
  display: block;
  padding: 0.5rem 0.8rem;
}

.jumbotron_nomargin {
  padding: 2rem 1rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

.bg-black {
  background-color: #000 !important;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.text-black {
  color: #000 !important;
}

@media (min-width: 576px) {
  .jumbotron_nomargin {
    padding: 4rem 2rem;
  }
}