﻿.login-container {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 40px;
    box-shadow: 0 0 50px rgb(0 0 0 / 20%);
    margin: 100px auto auto;
    text-align: center;
    position: absolute;
    padding: 10px;
    left: 30%;
    right: auto;
    -webkit-transition: all 1s 0.5s;
    -moz-transition: all 1s 0.5s;
    transition: all 1s 0.5s;
}

    .login-container .control-label {
        font-size: 14px !important;
    }

@media (max-width: 576px) {
    .login-container {
        left: 0%;
    }
}

body {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background-color: #eee !important;
    font-size: 16px !important;
}
.row {
    --bs-gutter-x: 0rem !important;
}
.body-content {
    margin-top: 20px !important;
}
input, select, textarea {
    max-width: 100% !important;
}
.col-md-offset-2 {
    margin-top: 15px !important;
}
.hidden-input {
    display: none !important;
}
#myChart4 {
    max-height: 300px !important;
}
.container {
}
.card {
    background-color: #fff !important;
}
.nav-link {
    color: #fff !important;
}
.nav-link:hover {
    color: #ff6a00 !important;
}
@media (min-width: 576px) {
    .h-sm-100 {
        height: 100%;
    }
}

.stats .card-title h5 {
    font-weight:bold;
}
.stats h6 {
     font-weight: bold;
}
.card {
    margin-top: 10px !important;
    margin-left: 10px !important;
}