modificando el form login

This commit is contained in:
2025-09-25 19:54:57 +02:00
parent 2a40539496
commit 062a20c26a
6 changed files with 147 additions and 11 deletions

View File

@ -12672,15 +12672,16 @@ span.flatpickr-weekday {
}
.auth-one-bg {
background-image: url("../images/auth-one-bg.jpg");
/*background-image: url("../images/auth-one-bg.jpg");*/
background-image: url("../images/img-auth.jpg");
background-position: center;
background-size: cover;
}
.auth-one-bg .bg-overlay {
/*.auth-one-bg .bg-overlay {
background: -webkit-gradient(linear, left top, right top, from(#4a62fe), to(#687cfe));
background: linear-gradient(to right, #4a62fe, #687cfe);
opacity: 0.9;
}
}*/
.shape {
position: absolute;
@ -12725,11 +12726,12 @@ span.flatpickr-weekday {
padding: 2px 16px;
}
.auth-bg-cover {
background: linear-gradient(-45deg, #432874 50%, #984c0c);
}
/*.auth-bg-cover {
/*background: linear-gradient(-45deg, #432874 50%, #984c0c);
}*/
.auth-bg-cover > .bg-overlay {
background-image: url("../images/cover-pattern.png");
/*background-image: url("../images/cover-pattern.png");*/
background-image: url("../images/cover-bg-login.png");
background-position: center;
background-size: cover;
opacity: 1;

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1012 KiB