@charset "UTF-8";

a.button-spid:hover{border:none !important}
a.italia-it-button-size-l {font-size: 14px;}

/* Responsive */

/* Small devices  */
@media (max-width: 575px) { 
    main {background-image: none; background: #fff} 
    h1 {font-size: 1.9em}
    .connection-auth {background: url(../img/sign-in-alt-solid.svg) top center no-repeat; background-size: 80px; min-height: 90px; }
    .connection-error {background: url(../img/exclamation-triangle-solid.svg) top center no-repeat; background-size: 80px; min-height: 90px; }
    .microsoft-button, .google-button, .agid-button {font-size: 0.8em}
    a.italia-it-button-size-l {font-size: 14px; width: 100%}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    .microsoft-button, .google-button, .agid-button {font-size: 1em}
    a.italia-it-button-size-l {font-size: 17px; width: 100%}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    main {background: #fff }
    h1 {font-style: 2.4em}
    .panel-right{	border-left: solid 1px #ccc;}
    a.italia-it-button-size-l {font-size: 20px;}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {


}

.app-description { margin:15px; font-size: 1.5em; }

.spid-idp-button-menu li > a img {
    height: 50px!important;
}

.btn-access {
    border-radius: 0;
    width: 100%;
    padding: 15px;
}

.logo-container {
    margin-bottom: 10px;
}

.card-body img.logo-header {
    object-fit: cover;
    margin:0;
}

.listbox-select {
    margin-top: 10px;
    margin-bottom: 10px;
}

.panel {
    margin: 0 auto;
}
