.brand-name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
}

.btn-navbar {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}

button {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

h1 {
    font-family: 'Roboto';
}

th {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}

tr {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
}

button {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
}

label,.helptext,.formcontrol {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
}

input {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    border: 1px solid #DBDBDB;
    border-radius: 8px;
    color: #000000;
    width: 100%;
}

.form-div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
}

.form-box {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 15px 15px 30px 15px;
}

.dashboard-box {
    font-family: 'Roboto';
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 15px 15px 30px 15px;
    margin:5% 1em 2em .5em;
    width:450px;
    height: 450px;
}

.chart-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height:300px
}

.error-message {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FB4548;
}

.errorlist {
    color: red;
}