*{
    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: 50%;
}

.btn-custom {
    background: #218491 !important;
    color: white !important;
    font-size: 1.2em !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    transition: 0.2s !important;
}

.btn-custom:hover {
    background: darkcyan !important;
    color: white !important;
}

.custom-link {
    color: #218491;
}

.custom-link:hover {
    color: darkcyan;
}

.card .card-header {
    background-image: url('/img/headerExtraBlu.png');
}

.completed {
    text-decoration: line-through !important;
    color: grey !important;
}
