.middleimage
{
    transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.modalinput
{
    width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #111010;
  border-radius: 4px;
  box-sizing: border-box;

}

.modalbutton
{
    background: #efc337;
    color: #fff;
    padding: 15px 32px;
    border: none;
}
.error
{
    font-size: small;
    color: red;
    padding-top: inherit;
}


.middleimagecontainer:hover .middleimage {
    opacity: 1;
  }

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: absolute; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }

  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 4rem;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
  }

  /* 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 */
  .close {
    color: rgb(15, 14, 14);
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  .modal-header {
    padding: 2px 16px;
    color: white;
  }

  .modal-body {padding: 22px 16px;}

  .modal-footer {
    padding: 2px 16px;
    color: white;
  }

  .hidden {
    display: none;
}

.flag-img{
  height: 80px !important;
  width: auto;
  margin-right: 0.5rem;
}

.text-align-center{
  text-align: center;
}

.admission-list-ul {
  padding-bottom: 2rem;
}

.admission-list-ul li{
  padding-right: 2rem;
}

.footer-image{
  height: 50px !important;
  width: auto !important;
  margin-right: 1rem;
}


