html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.my-full-page-div {
  min-height: 89vh;
  background:url("/../images/backgroun_img.jpg") no-repeat fixed center center;
  
}
.my-sub-page-div {
  min-height: 60vh;
}
.n-class{
  width: 100%;
  
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    /* align-items: center; */
    padding: 2rem 2rem 1.5rem;
    background-color:  rgba(212, 221, 212, 0.3);
    /* background-color: hsla(133.54, 48.8%, 34.1%, 0.73) !important; */
    height: 80vh;
    backdrop-filter: blur(8px);
    border-radius: 20px;
}