.logo-banca-ifis {

  /* width: 286px; */
  margin-top: 79px;
}

.four-leaf {
  height: 113px;
  width: 113px;
  border-radius: 0 56.35px 0 56.35px;
  background-color: #002378;
  margin-top: 99px;
}

.four-leaf label {
  height: 76px;
  width: 36px;
  color: #FFFFFF;
  font-family: 'Roboto';
  font-size: 63px;
  letter-spacing: 0;
  line-height: 76px;
  text-align: center;
  margin: 20px 39px 17px 38px;
}	

.zero-leaf {
  height: 113px;
  width: 113px;
  transform: rotate(270deg);
  border-radius: 0 56.35px 0 56.35px;
  background-color: #4BC878;
  margin-top: 99px;
  margin-left: 13px;
}

.zero-leaf label {
  height: 76px;
  width: 41px;
  color: #FFFFFF;
  font-family: 'Roboto';
  font-size: 63px;
  letter-spacing: 0;
  line-height: 76px;
  text-align: center;
  transform: rotate(270deg);
  margin: 20px 36px 17px 36px;
}


.three-leaf {
  height: 113px;
  width: 113px;
  transform: rotate(270deg);
  border-radius: 0 56.35px 0 56.35px;
  background-color: #6E3687;
  margin-top: 99px;
  margin-left: 13px;
}

.three-leaf label {
  height: 76px;
  width: 34px;
  color: #FFFFFF;
  font-family: 'Roboto';
  font-size: 63px;
  letter-spacing: 0;
  line-height: 76px;
  text-align: center;
  transform: rotate(90deg);
  margin: 20px 39px 17px 40px;
}

/*Footer container*/
.access-deny-container {
  margin-top: 48.14px;
  height: 156px;
}

.access-deny-title  {
  color: #00338C;
  font-family: 'Roboto';
  font-size: 45px; 
  text-align: center;
  letter-spacing: 0;
}

.access-deny-ver  {
  width: 490px;
  color: #6A6178;
  font-family: 'Roboto',sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 23px;
  text-align: center;
  margin-top: 23px;
}

