.success {
    color: green;
    font-weight: bolder;
    display: block !important;
}

.failure {
    color: red;
    font-weight: bolder;
    display: block !important;
}

.hidden {
    display:none !important;
}


.validate {
    display:block !important;
}

.pagination {
    justify-content: center !important;
}

.selectDates select {
    display:inline !important;
}

.selectDates {
    margin-bottom: 2rem;
}

#select-month {
    width: 30%;
}

#select-year, #select-day {
    width: 15%;
}

.header {

   margin-bottom: 2rem;
}

hr.separator {
    margin:2rem 0rem 2rem 0rem;
    padding-top: 2rem;
}


.links {
    .frame{
        width:100%;
        height:200px;;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid gray;

        img {
            max-width: 80%;
        }
    }
}

.black-bg {

    background-color: black;
}

.do-blue-bg {
    background-color: #071f49;
}

.index {
    h1 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

html,
body {
  height: 100%;
}


.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="username"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}