body{
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    background-image: url('/images/pallete.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
    background-position: center;
    font-family: 'MuseoSans100';

}
.card{
    border-radius: .5rem;
}
.logo{
    margin-top: 50px;
    text-align: center;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color: var(--bdl-background-dark-blue);
    color: #ffffff;
}
#login{
    font-family: 'MuseoSans700';
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
}
.login-btn-div{
    margin-top: 40px;
}
.login-btn{
    background-color: var(--bdl-blue);
    border-color:var(--bdl-blue);
    padding: .375rem 1.75rem;
    font-size: 0.8em;
    border-radius: unset;
}
.login-btn:hover, .login-btn:focus, .login-btn:active{
    background-color: var(--bdl-dark-blue) !important;
    border-color:var(--bdl-dark-blue) !important;
}
.forgot-pass{
    color: #ffffff;
}
.input-group-text{
    background-color: #ffffff;
    border: none;
}
input[type=email] {
    border: none;
    background-color: none;
    outline: 0;
}

input[type=email]:focus {
    border: none;
    background-color: none;
    outline: 0;
}
input[type=password] {
    border: none;
    background-color: none;
    outline: 0;
}

input[type=password]:focus {
    border: none;
    background-color: none;
    outline: 0;
}

.footer a {
    color:white;
}
