

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html, body {
  height: 100%;
  font-family: "Roboto";
  font-weight: 400;
}
.row.header-row {
    background: url("/assets//img/headerbg.jpg") rgba(0, 0, 0, 0.4);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  
  background-blend-mode: multiply;
}
.vertical_center {
    display: flex;
    align-items: center;
}
#loading {
    width: 3rem;
    height: 3rem;
    z-index: 9999;
    right: 50%;
    top: 50%;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
  }
  .login-wrapper .card {
    width: 400px;
  }