

#id_password1_helptext, 
#id_password2_helptext, 
#id_new_password1_helptext {
    display: None;
}




html, body {
    font-family: 'Montserrat', 'Open Sans', sans-serif;
}

body {
    padding-top: 3rem;
}

/*
 * Globals
 */





.website-title {
    font-family: "Dancing-Script";
    font-size: 30px;
    margin-left: 10px;
    color: var(--color-cherry);
}


.form-check {
    border-radius: 2px;
    margin-top: 15px;
  }
  
  .form-check-label {
    font-weight: 400;
  }



.bg-img {
    background-image: url('../images/your-bg-image.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


[data-bs-theme="light"] .theme-text {
    color: #212529; /* dark text for light mode */
}

[data-bs-theme="dark"] .theme-text {
    color: #f8f9fa; /* light text for dark mode */
}


.hero-section {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
                url('/static/images/hero.jpg') center/cover no-repeat;
}

.hero-news-section {
    background: linear-gradient(rgba(191, 231, 229,0.5), rgba(191, 231, 229,0.5));
}


  
  