@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    font-size: 16px;
     font-family: "Open Sans", sans-serif;
     background: #700d09;
}

.form-control {
    font-size: 14px;
}

.form-select{
    font-size: 14px;
}
.logo {
    text-align: center;
    padding-top: 2em;
}

.logo img{
    max-height: 96px;
}
/* 
.card {
    background-color: #1111113b;
    color: #ffffff;
    border: none;
} */
.input-group-text .fas {
    color: #b3b2b2;
    font-size: 10px;
}

.graph h5{
    font-weight: bold;
    font-size: 14px;
}