div.login-pf-page-header:first-child::before {
  content:url(../img/inherent.png);
  position: relative;
  top: 30px;
}


.login-pf body {
    background: url("../img/background.svg") no-repeat center center fixed;
    background-size: cover;
    background-color: #05154A;
}

.card-pf {
    border-bottom: 4px solid;
    border-image: linear-gradient(90deg, #4B5FFF 0.7%, #00CDAF 99.5%) 1;
}

