body { margin: 0;  padding: 0; }
.expiredmain { background: #f7f7f7; display: flex; align-items: center; justify-content: center; height: 100%;
position: fixed; left: 0; right: 0; bottom: 0; top: 0; }
.expiredbox { width: 38%;  background: #fff;  padding: 50px 40px;  border-radius: 14px;  text-align: center;  box-shadow: 0 0 6px #efeff0; }
.expiredbox h3 {  font-size: 20px;  font-weight: 600;  margin: 6px 0 33px;  color: #df6464; }
.expiredbox figure { margin: 0; padding: 0; text-align: center; }
.expiredbox figure img { max-width: 74px; display: inline; }
.btnBox { background: #3554f3; padding: 9px 18px; border-radius: 5px; text-decoration: navajowhite; color: #fff; font-size: 16px; }
.expiredAnimation { -webkit-animation: bounce 0.7s ease infinite alternate; }

@-webkit-keyframes bounce {
  0% {  }
  100% { transform: translateY(-4px); }
}

.btnBox:hover { background: #3e3c3c; }
.infinite_loader { align-items: center; text-align: center; display: flex; justify-content: center; height: 100px; }
.infinite_loader img { transform: scale(.4); -webkit-transform: scale(.5); -m0z-transform: scale(.5); }

@media (max-width: 767px) {
  .expiredbox { width: 86%; } 
}