
.system-info {
    width: 100%;
    height: fit-content;
    font-size: 1vw;
    font-weight: bold;
    padding: 1px 5px 1px 25px;
    margin-bottom: 10px;
}

.settings-label{
    font-size: 1.25vw;
    margin-bottom: 0px;
}

textarea.form-control {
    min-height: 70px;
    /* calc(1.5em + 0.75rem + 2px); */
}


@media only screen and (max-width: 600px){
    .settings-label{
        font-size: 4.5vw;
        margin-bottom: 0px;
    }
}