body{
    background: url(../../images/bgLogin.jpg);
    background-repeat: no-repeat;
  background-attachment: fixed; 
  background-size: 100% 100%;
}

.auth-content .card{
    border-radius: 8px;
}