:root {

    --theme-default: #021861;
    --theme-secondary: #049142;

}

body,
button,
input,
select,
textarea,
.table,
.card,
.nav-link,
.dropdown-item {
    font-family: 'Roboto', sans-serif !important;
}

.btn{
    min-height:44px;
}

.btn-sm{
    min-height:36px;
}

.btn-lg{
    min-height:52px;
}
.login-card{
    background: #f3eaea;
}

.validation-icon {
    position: absolute;
    right: 16px;
    top: 70%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    pointer-events: none; /* So it doesn't interfere with typing */
}
