/*
//══ 🅲🆂🆂 ═══════════════════════════════════════════════════════════════════
│  
│ 🩵 Login.css — Hoja de Estilo
│ 
└─────────────────────────────────────────────────────────────────────────*/   

.login-cover {
    background: url(../../images/backgrounds/login.jpg) no-repeat;
    background-size: cover;
  }


@media (max-width: 575px) { 
    .card-forms {
        min-width: 100%;
    }
}






/*
body { 
    background-image: url(../../images/backgrounds/login.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    animation: animatedBackground 1s linear infinite;
}  
@keyframes animatedBackground 
{
	from {
	  	background-position: 0 0;
	} 
	to {
	  	background-position: -1854px 0;
	}
} 
.content-wrapper {
    background: #02a6b1c4;
} 
.login-form .card {    
    background: linear-gradient(45deg, black, #00a5b0b3); 
    background: rgb(255,255,255);
    background: linear-gradient(35deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 0%, rgb(2 166 177) 51%, rgba(255, 255, 255, 0.9023984593837535) 100%);
} 
 */
