.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

#Login{
    background: url('../images/background-image.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
#LoginBody{
    width: 100%;
    max-width: 300px;
    position: absolute;
    background: white;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
    text-align: center;
}
#LoginBody img{
    max-height: 210px;
    text-align: center;
    margin-bottom: 20px;
}
input.form-control{
    margin-bottom: 15px;
}
#LoginBody input.form-control{
    border: 1px solid #67BC44;
    border-radius: 5px
}
#LoginBody input[type="submit"]{
    width: 100%;
    background: #792FB5;
    color: white;
    border: 0px;
    padding: 10px;
    margin-top: 20px;
}

header{
    padding: 10px 0px;
    border-bottom: 1px solid #67BC44;
    margin-bottom: 15px;
}
.nav-item{
    margin: 0px 10px;
}
.nav-link{
    letter-spacing: 1px;
}
h1{
    letter-spacing: 1px;
}
.navbar-nav .nav-link.active{
    color: #1b1b1b;
    border-bottom: 2px solid #67BC44;
}