2025-02-27, 05:03 AM
Hey, so im trying to customize my log in page and looks like this
i selected "Por Favor, inicie sesion"
How can i get rid of it?
This is my Custom CSS login section
#loginPage:after {
background: url(https://galacticbikes.com/wp-content/upl...per-36.jpg);
background-size: cover;
content: "";
filter: blur(2px);
height: 100vh;
left: 0;
position: fixed;
top: 0;
width: 100vw;
z-index: 1
}
.padded-left.padded-right.flex.align-items-center.justify-content-center {
background-image: url(https://blogger.googleusercontent.com/im...E2_=s16000);
background-size: contain;
padding-bottom: 30px;
height: 500px;
background-position: center;
background-repeat: no-repeat;
}
#loginPage:before {
content: "";
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5); /* 10% de oscuridad */
z-index: 1;
}
#loginPage>div {
left: 50%;
max-width: 50vw;
min-width: 40vw;
padding: 0 !important;
position: absolute;
top: 50%;
bottom: 50%;
transform: translate(-50%, -50%);
z-index: 2
}
#loginPage #divUsers {
flex-wrap: nowrap;
justify-content: flex-start;
overflow: auto
}
#loginPage #divUsers .card {
width: 30%
}
#loginPage #divUsers .card .cardBox {
box-shadow: none !important
}
#loginPage .emby-button {
background: transparent;
border: .2em solid
}
#loginPage .emby-button:after {
all: unset !important
}
#loginPage .emby-button:focus-visible,
#loginPage .emby-button:hover {
background: hsla(0, 0%, 100%, .2)
}
#loginPage .checkboxOutline {
background: transparent !important;
border: .152em solid #fff !important
}
#loginPage .emby-input:focus,
#loginPage .inputLabelFocused {
border-bottom-color: #fff !important;
color: #fff !important
}
.layout-mobile #loginPage>div {
max-width: 85vw;
width: 85vw
}
How can i get rid of it?
This is my Custom CSS login section
#loginPage:after {
background: url(https://galacticbikes.com/wp-content/upl...per-36.jpg);
background-size: cover;
content: "";
filter: blur(2px);
height: 100vh;
left: 0;
position: fixed;
top: 0;
width: 100vw;
z-index: 1
}
.padded-left.padded-right.flex.align-items-center.justify-content-center {
background-image: url(https://blogger.googleusercontent.com/im...E2_=s16000);
background-size: contain;
padding-bottom: 30px;
height: 500px;
background-position: center;
background-repeat: no-repeat;
}
#loginPage:before {
content: "";
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5); /* 10% de oscuridad */
z-index: 1;
}
#loginPage>div {
left: 50%;
max-width: 50vw;
min-width: 40vw;
padding: 0 !important;
position: absolute;
top: 50%;
bottom: 50%;
transform: translate(-50%, -50%);
z-index: 2
}
#loginPage #divUsers {
flex-wrap: nowrap;
justify-content: flex-start;
overflow: auto
}
#loginPage #divUsers .card {
width: 30%
}
#loginPage #divUsers .card .cardBox {
box-shadow: none !important
}
#loginPage .emby-button {
background: transparent;
border: .2em solid
}
#loginPage .emby-button:after {
all: unset !important
}
#loginPage .emby-button:focus-visible,
#loginPage .emby-button:hover {
background: hsla(0, 0%, 100%, .2)
}
#loginPage .checkboxOutline {
background: transparent !important;
border: .152em solid #fff !important
}
#loginPage .emby-input:focus,
#loginPage .inputLabelFocused {
border-bottom-color: #fff !important;
color: #fff !important
}
.layout-mobile #loginPage>div {
max-width: 85vw;
width: 85vw
}