

/* Modal Content */
.modal-content1 {
  position: relative;
  background-color: white;
  margin: auto;
  padding: 0;
  border: 1px solid #f0df50;
  /*width: 80%;*/
  
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 13px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close1 {
  color: #000000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close1:hover,
.close1:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header1 {
  /*padding: 2px 16px;*/
  background-color:#f0df20;
  color: #000000;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.modal-body1 {padding: 2px 16px;}

.modal-footer1 {
  padding: 10px 30px;
  background-color: #f0df20;
  color: #000100;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 1px solid #f0df20;
    
    
}
.imgacc
{
    margin-top: -8px;
    width: 40px;
    margin-right: 10px;
}