.institution-login a{
  background: #002345;
  height: 75px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom:20px;
}
.institution-login a:after{
  content:"";
  background:url(img/Institution-Login.png) no-repeat center center transparent;
  width: 47px;
  height: 43px;
  display: inline-block;
  margin-left: 20px;
}
@media only screen and (max-width : 1200px) {
  .institution-login{
    width:100%;
        /*padding: 20px 15px 0 15px;*/
  }
}
@media only screen and (max-width : 991px) {


}
