body{
    background-color: #f8f9fa;
}

.body-login {
    background-image: url(../images/background.jpeg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.material-symbols-outlined {
    position: relative;
    top: 6px;
    font-size: 21px;
    line-height: normal !important;
    font-variation-settings:
            'FILL' 0,
            'wght' 600,
            'GRAD' 0,
            'opsz' 40
}

td {
    align-content: center !important;
}