@import url(https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap);

@font-face {
    font-family: 'text-security-disc';
    src : url('./text-security-disc.ttf') format('truetype');
}

body {
    font-family: 'Noto Serif', serif;
    font-size: 0.9em;
}

.head-div {
    /* background-color: #6f6f6f; */
    background: linear-gradient(0deg, #717171 1%, #6f6f6f 100%);
}

.error {
    color: #ee7676;
    font-size: 0.8em;
}

.table {
    font-size: 0.9em;
}

.table span.fas {
    font-size: 0.9em;
}

.table .btn {
    font-size: 0.9em;
}

.login-container {
    background-image: url('https://erp.digitalquicklab.com/img/bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.c_icon {
    max-width: 40px;
    transition: transform 0.3s ease;
}
.c_icon:hover {
    transform: translateY(-5px);
}

/*input[type=text]:not(.no-uc) {
    text-transform: uppercase;
}*/

.password {
    font-family: 'text-security-disc';
    font-size: 1em;
}

table td {
    text-transform: uppercase;
}

option {
    text-transform: uppercase;
}