.welcome-message {
    color: #39a0d8;
    font-weight: 600;
}

.form-one {
    margin-top: 25px;
}

.col-form-label {
    font-size: 14px;
}

.form-control {
    font-size: 12px;
}

.rounded {
    box-shadow: 0 0 17px 2px #dee2e6;
    border-radius: 10px !important;
}

.side-menu li {
    height: 80px;
    width: 8rem;
    background: #32394B;
    font-size: 12px;
    margin: 0 0 4px 0;
    padding: 10px 9px;
    flex-direction: column;
}

i.fa.fa-calculator {
    font-size: 20px;
    display: block;
    margin: 0 0 5px 0;
}

/*-------
formula----------------*/

p.formula {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    width: 100%;
    margin: 5px auto 0;
}

.row.d-flex.flex-row.justify-content-around {
    width: 100%;
}

@media (max-width: 991px) {
    .row.rounded.mb-2 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .row.d-flex.flex-row.justify-content-around {
        margin: 0;
    }

    li.d-flex.align-items-center.justify-content-center {
        margin: 5px auto;
    }

    ul.side-menu.mt-5 {
        padding: 0px;
    }
}
