.message__container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.message__container--box {
    padding: 2rem;
    border-color: #b2dba1;
    border-width: 1rem;
    border-style: solid;
}
.message__container--text {
    color: #424840;
    font-size: 14pt;
    font-weight: bolder;
}

.message__container--text > .fa-check {
    margin-right: 1rem;
    font-size: 18pt;
}

/**
* LOGOUT BUTTONS
**/

.spid--logout-button {
    font-weight: normal;
}

/**
* LOGIN BUTTON
**/
.italia-it-button:focus {
    color: #ffffff;
}

.SPIDButton {
    margin-top: 1.5rem;
}

.SPIDButton__links {
    display: flex;
    flex-direction: column;
}
