.c-alert {
	background-color: #fff !important;
}

.modal-wrapper {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto;
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
  padding-top: 60px;
  
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
  
}

.modal-content {
  background-color: #fff;
  font-size: 18px;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  /*box-shadow: 0 1px 1px #c7c7c7;*/
  /*border-radius: 6px;*/
  max-width: 550px;
  width: 80%;
  padding: 30px;
  /*width: 100%;*/ 
}


    