﻿.loadingHeart {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background-image: none;
}

.loadingHeart:before {
  content: url("../images/spinner64.gif");
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 64px, 0);
}

/* Login UAE Pass button */
.oidc-button-group a {
    padding: 2px 2px !important;
}
.oidc-button-group img {
    vertical-align: middle;
    padding-right: 10px;
    height: 30px;
}

/* for the UAE PASS button rounding and Text bold */
#oidc-button-0 span {

font-weight: 700;

}