﻿/* fallback */
@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v299/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOej.woff2) format('woff2');
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.close {
    border: 0px !important;
    background-color: transparent !important;
}

.card-login {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
}

.form-check-input {
    width: 100%;
    border: 0px;
}

    .form-check-input input {
        width: 1em;
        height: 1em;
        margin-top: .25em;
        vertical-align: top;
    }

    .form-check-input label {
        margin-left: 10px;
    }

.material-icons {
    font-size: 24px;
    height: 24px;
    width: 24px;
    position: relative;
    top: 6px;
}

.card-menu {
    position: relative;
    top: -60px;
    float: right;
}

    .card-menu a:hover, .card-menu:hover {
        color: blue !important;
    }

    .card-menu a, .card-menu {
        color: black !important;
    }

.card-subtitle {
    position: relative;
    top: -40px;
    left: 19px;
    font-size: 12px;
    color: gray;
}
