* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Ubuntu', sans-serif;
}

body {
    background-image: url('/img/Archivet Login Sfondo.png');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 0;
}

.custom-container2 {
    height: calc(100vh - 180px);
}

.welcome-image {
    height: 100%;
    width: 100%;
}

.btn-custom {
    background: #218491;
    color: white;
    font-size: 1.4em;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.2s;
}

.btn-custom:hover {
    background: darkcyan;
    color: white;
}

.custom-link {
    color: #218491;
}

.custom-link:hover {
    color: darkcyan;
}

.card .card-header {
    background-image: url('/img/headerExtraBlu.png');
}
