
.swal-modal {
    text-align: center;
}
.swal-text {
    text-align: center;
}
.swal-footer {
    text-align: center;
}

#banner {
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	background-image: url("../img/back/gestioneopaco.jpg");
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

header.major > :first-child:after 
{
    content: '';
    background-color: #ffffff;
    display: block;
    height: 2px;
    margin: 0.325em 0 0.5em 0;
    width: 100%;
}

header>h1 {
    font-size: 3.25em;
}

h1, h2, h3, h4, h5, h6 
{
    color: #ffffff;
    font-weight: 600;
    line-height: 1.65;
    margin: 0 0 1em 0;
}
