Feat: Login page and css related to it

This commit is contained in:
Sallu9007
2025-04-27 17:44:40 +05:30
parent 4156ebe873
commit 0cf3c0e396
81 changed files with 59936 additions and 53 deletions

View File

@@ -0,0 +1,27 @@
.textLg{
font-size: 2rem;
}
.customPos{
justify-content: center;
align-items: center;
justify-items: center;
}
.textWhite{
color: white !important;
}
.customHeight{
height: 82vh;
}
.bgGrad{
background: linear-gradient(to right, #b7202e 75%, #ed1c24 75%);
}
.bgGradDown{
/* background: linear-gradient(to bottom, #b7202e 65%, #ed1c24 65%); */
background-color: #b7202e !important;
}
.noPadding{
padding-left: 0px !important;
}
.bg-light2{
background-color: #ffffff !important;
}