﻿:root {
    --background__element: url("/images/paginaLogin/background/element.svg");
    --background__image: url("/images/paginaLogin/background/element.svg"),url("/images/paginaLogin/background/background.svg");
    --blue__color: #004297;
    --alarm__color: #DC3545;
    --default__color: #D9D9D9;
}

.btn-primary {
    background-color: var(--blue__color) !important;
    border-color: var(--blue__color) !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
}

.navbar {
    display: flex;
    justify-content: center;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.content {
    height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


footer {
    height: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-text {
    text-align: center;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}


.cookie-consent-container {
    width: 100%;
    position: fixed;
    bottom: 30px;
    text-align: center;
}

.cookie-consent {
    display: inline-block;
    margin: auto;
}

div.validation-summary-errors ul li {
    list-style-type: none;
}

.btn-external-login {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 40px;
    width: 100%;
    margin-top: 10px;
}

.lbl-otherwise {
    text-transform: uppercase;
    margin-top: 15px;
    font-size: smaller;
}

.iconify-button {
    color: var(--default__color);
}
    .iconify-button.small {
        font-size: 1.5em;
    }

        .iconify-button.small:hover {
            color: var(--blue__color);
        }