html,
body {
  height: 100%;
}

body {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}
body.blu-bg {
    background-image: url("../img/bgblu_home.webp");
    background-color: #70a8d1;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.form-signin {
    background: rgba(255,255,255, 0.5);
    position: relative;
    margin: 10px auto; /*margin: auto;*/
    background: #fff;
    background-color: #fff;
    max-width: 450px; /*max-width: 330px;*/
    border-style: solid;
    border-color: #ddd;
    border-width: 0px;
    height: auto;
    min-height: 320px;
    width: 100%;
    transition-property: transform;
    transition: all .3s ease-out;
    padding: 35px 30px; /*padding: 15px;*/
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16);
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"], #floatingPassword {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
.container-doodle {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    overflow: hidden;
}