
.infinity-image-container{
    background: url("/insitecssp/javax.faces.resource/images/lp_cssp04.png.xhtml?ln=pandora-layout") center no-repeat;
    background-size: cover;
    height: 100vh;
}

.form-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.infinity-form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
}

.infinity-form h4 {
    font-weight: bold;
}

.infinity-form .form-input {
    position: relative;
}

.infinity-form .form-input input {
    width: 100%;
    margin-bottom: 20px;
    height: 40px;
    border: none;
    border-bottom: 2px solid #777;
    outline: none;
    background: transparent;
    padding-left: 40px;
    font-weight: bold;
    color: #777;
}

.infinity-form .form-input span {
    position: absolute;
    top: 8px;
    padding-left: 10px;
    color: #777;
}

.infinity-form .form-input input:focus,
.infinity-form .form-input input:valid {
    border-bottom: 2px solid #4285f4;
}

.infinity-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #4285f4 !important;
    border:0px;
}

.infinity-form button[type="submit"] {
    margin-top: 10px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    background: linear-gradient(45deg, #4285f4, #709de8);   /*Button Color*/
    color: #fff;
    font-weight: bold;
    transition: 0.5s;
}

.infinity-form button[type="submit"]:hover {
    background: linear-gradient(45deg, #709de8, #4285f4);   /*Button color when hover*/
}

.forget-link , .login-link , .register-link {
    color: #709de8;
    font-weight: bold;
}

.forget-link:hover , .login-link:hover , .register-link:hover {
    color: #4285f4;
    text-decoration: none;
}

.infinity-form .btn-social {
    color: white;
    border: 0;
    display: inline-block;
    margin: 0px;
    margin-right: 10px;
    font-weight: bold;
    padding: 0px 5px;
    margin-bottom: 10px;
}

.infinity-form .btn-facebook {
    color: #4866a8;
}

.infinity-form .btn-google {
    color: #da3f34;
}

.infinity-form .btn-twitter {
    color: #33ccff;
}

.infinity-form .btn-facebook:hover {
    color: white;
    background: hsla(221, 40%, 40%, 1);
}

.infinity-form .btn-google:hover {
    color: white;
    background: hsla(4, 59%, 47%, 1);
}

.infinity-form .btn-twitter:hover {
    color: white;
    background: hsla(195, 78%, 54%, 1);
}
.textoLoginUser{
    color: white !important;
    font-weight: 900 !important;
    font-size: 15px !important;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;

}
.buttonEntrar{
    background: #147eb8 !important;
    color: #ffffff !important;
    font-weight: 500;
    font-size: 20px !important;
    border: 1px solid #0288D1;
    width: 100%;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

.loginBackground{
    border-radius: 34px !important;
    background-image: linear-gradient(
        35deg,
        hsl(0deg 0% 20%) 0%,
        hsl(216deg 0% 21%) 25%,
        hsl(216deg 0% 23%) 38%,
        hsl(216deg 1% 24%) 48%,
        hsl(216deg 1% 26%) 55%,
        hsl(216deg 1% 27%) 61%,
        hsl(216deg 1% 28%) 65%,
        hsl(216deg 1% 30%) 69%,
        hsl(216deg 1% 31%) 73%,
        hsl(216deg 1% 33%) 76%,
        hsl(216deg 1% 34%) 78%,
        hsl(216deg 1% 36%) 80%,
        hsl(216deg 1% 37%) 82%,
        hsl(216deg 1% 39%) 84%,
        hsl(216deg 2% 40%) 86%,
        hsl(216deg 2% 42%) 88%,
        hsl(216deg 2% 43%) 89%,
        hsl(216deg 2% 45%) 91%,
        hsl(216deg 2% 46%) 93%,
        hsl(216deg 2% 48%) 95%,
        hsl(216deg 2% 50%) 97%,
        hsl(216deg 2% 51%) 100%
        );
    padding: 50px 20px 50px 20px;
}
.content-text{
    color: white;
}

.head{
    position: relative;
    top: 50px;
    left: -1px;
}
.head img{
    border-radius:50%;
    -webkit-border-radius:50%;
    -o-border-radius:50%;
    -moz-border-radius:50%;
    border:6px solid rgba(221, 218, 215, 0.23);

}

@media (max-width: 400px) {
    .imagesLogoPlatform{
        display: block;
        align-content: center;
    }

}
@media (min-width: 450px) {
    .imagesLogoPlatform{
        display: none;
        align-content: center;
    }
}


.parent {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(7, 1fr);
    gap: 8px;
}

.div1 {
    grid-column: span 5 / span 5;
}

.div2 {
    grid-column: span 2 / span 2;
    grid-row: span 3 / span 3;
    grid-row-start: 2;
}

.div3 {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-column-start: 4;
    grid-row-start: 5;
}

.div5 {
    grid-column: span 5 / span 5;
    grid-row-start: 7;
}

.logo {
    text-align: center;
    margin-bottom: 10px;
}
.form-content {
    background-color: #fff; /* Reemplaza con el color de fondo del formulario */
    padding: 30px;
    text-align: center;
}
.password-full-width {
    width: 100%;
    display: block !important;
}

/*  Usando el ID del formulario */
body .ui-input-icon-left, body .ui-input-icon-right {
    display: block !important;
}

.input-color {
    background-color: #f0f0f0; /* Color de fondo */
    color: #333; /* Color del texto */
    font-weight: 900;
}

body .ui-inputfield {
    background: #ced4da !important;

}
.insite-logo img {
    width: 100px;
}


.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1 !important;  /* Asegura que la imagen esté delante de la otra */

}

.fixed-bottom-right {
    position: fixed;
    bottom: 20px; /* Margen inferior de 20px */
    right: 20px; /* Margen derecho de 20px */
    z-index: 100 !important;  /* Asegura que la imagen esté delante de la otra */
}

.fixed-block {
  position: fixed; 
  top: 40%; /* Ajusta la posición vertical */
  left: 50%; /* Ajusta la posición horizontal */
  transform: translate(-50%, -50%); /* Centra el bloque */
  /* Otros estilos que necesites, como ancho, alto, etc. */
}
.layout-topbar-teallight .layout-topbar {
    border: 1px solid black;
}


