/**
 * @description Estilos específicos del componente
 * @author Carlos Vázquez Ordóñez
 */

/* Fondo de pantalla */
.homeLogin {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(main/src/homeMap.png); 
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    margin-top: 3rem;
    overflow: scroll;
}

/* Contenedor del login */
.loginContainer {
    max-width: 16rem;
    width: auto;
    height: auto;
    margin: auto;
    border: 1px solid #888;
    padding-left: 4rem;
    padding-right: 4rem;
    background-color:rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    position: relative;
    top: 46%;
    transform: translateY(-50%);
    padding-bottom: 1rem;
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
    .loginContainer {
        top: 18rem;
        min-height: fit-content;
    }
}
.loginInputs, .loginButons {
    padding-top: 1.5rem;
    display: grid;
}
.loginInputs, .loginButons button {
    width: 100%;
}
.loginInputs label {
    margin-top: 1rem;
    font-size: 1.1rem;
}
.userLoginIco {
    font-size: 10rem;
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: -4rem;
    top: -3rem;
    color: #555555;
}
.loginButons a {
    margin-top: 0.4rem;
}
.blueSmallText {
    color: #008CBA;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
}
.loginButons {
    display: inline-block;
    width: 100%;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .loginContainer {
        padding-left: 2rem;
        padding-right: 2rem;
        height: 22.5rem;
    }
}
@media only screen and (max-width: 330px) {
    .loginContainer {
        height: 22rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
#passRecoverGo {
    margin: auto;
    margin-top: 1rem;
    margin-left: 2rem;
    cursor: pointer;
}
.accessBtn {
    margin-bottom: 1.5rem;
}

/* Nav */
#nav {
    display: none !important;
}
#mobileMenu {
    display: none !important;
}

/* Degradado decorativo */
#decorativeBackPoll {
    display: none;
}

/* Condiciones de config */
.reasonDisplay {
    display: none;
}
.conceptDisplay {
    display: none;
}
