body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
}

a, a:hover {
    text-decoration: auto;
}

a.disabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
}

.it-header-center-wrapper{
    border-bottom: 8px solid #004D99;
    background:#fff;
}

footer a {
    color: white;
}

footer a:hover {
    color: rgba(255, 255, 255, 0.677);
}

.semi-bold {
    font-weight: 600;
}

.form-group small.form-text {
    font-size: 1rem;
}