.container-fluid {
    margin: 0px;
    padding: 0px;
    font-size: 1.0rem;
}

.alert {
    width: 90% ;
    margin: 0.5rem auto;
    padding: 0.2rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
}

.navbar {
    min-height: 40px;
    z-index: 3;
}

.navbar-header {
    height: 35px;
}

.navbar-brand {
    height: 32px;
    margin-left:5px;
    padding: 0px;
}

.navbar-brand img {
    height: 32px;
}

.fixed-bottom .navbar-brand {
    height: 30px;
    padding: 0px;
    margin: 0px;
}

.fixed-bottom .navbar-brand img {
    height: 25px;
    margin-top: 0px;
    transition: height 0.2s ease-out;
}

.fixed-bottom .navbar-brand img:hover {
    height: 35px;
    transition: height 0.5s ease-out;
}

.form-group {
    width: 100%;
    padding: 0.5rem;
}

.jumbotron {
    background-color: #ffffff;
    box-shadow: 0.2rem 0.3rem 0.5rem 0rem rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.5s ease-out;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

/* .card {
    box-shadow: 0.2rem 0.3rem 0.5rem 0rem rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.5s ease-out;
} */

.card {
    
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid transparent;
    border-radius: 0px;
    box-shadow: 0.2rem 0.3rem 0.5rem 0rem rgb(0 0 0 / 0%);
   transition: box-shadow 0.5s ease-out;
}

.btn-group-sm>.btn,
.btn {
    padding: .25rem .5rem;
    font-size: 1.0rem;
    line-height: 1.2;
    border-radius: .2rem;
}

.form-group {
    margin-bottom: 0rem;
}

.mb-3,
.my-3 {
    margin-bottom: 0rem ;
}
