.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


.corpo_archivio{
  margin: 20px;
}
.main_list{
  float:right;
  margin-top:-157px;
}
.carta_h{
  margin-left: 10px;
  width: 23rem;
  height: 220px;
}

.carta_h_1{
  width: 22rem;
  height: 220px;
}

.carta_h_2{
  width: 100%;

}

.carta_h_admin{
  width: 22rem;
  margin-left: 15px;
}

.secondo_wrap{
  margin-top: 20px;
}

.terzo_wrap{
  margin-top: 20px;
}

.bordo_dx{
    border-right: 2px solid #19bc15;
    padding-right: 10px;
    width:20%;
}

.bordo_top{
  border-top: 2px solid lightgray;
  margin-top: 20px;
}

.elem_second{
  margin-left: 20px;

}

.bottone_piede{
  margin-top: 20px;
  margin-bottom: 20px;
}

.card-body1{
  padding-top: 10px !important;
}

.panoramica_100{
  width: 100% !important;
}

.giusta_w{
  width: 192.65px;
}

.giusta_w2{
  width: 17%;
}

.giusta_w3{
  width: 25%;
}

.bg_login{
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: 100% 100%;
}

@media (max-width: 1200px) {

  .carta_h{
    margin-left: 0px !important;
    margin-bottom: 20px;
    width: 100%;
  }

  .carta_h_1{
    margin-left: 0px !important;
    margin-bottom: 20px;
    width: 100%;
    height: auto !important;
  }
  .main_list{
    margin-top:0px;
    width: 100%;
  }
  .foto-profilo{
    display: none;
  }
}

@media (max-width: 990px) {

  .giusta_w{
    width: 70px;
  }

  .forec{
    width: 100% !important;
    margin: 10px 0px !important;
  }

}

@media (max-width: 768px) {

  .list-group-item{
    width: 100% !important;
    float: left;
  }

}
