:host {
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container-login {
    background-image:
        linear-gradient(to bottom in oklab,
            #004463 1% 1%, #005780 59% 59%, 90%, #005780 92% 92%);
    width: 38%;
    /* width: 18vmax !important; */
    min-width: 400px;
    min-height: 450px;
    max-height: 630px;
    height: 80%;
    /* color: white; */
    padding: 2%;
    /* padding-left: 5%;
		padding-right: 5%; */
    border-radius: 10px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset; */
    /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset; */
    box-shadow: inset 0px 0px 54px -9px rgb(66, 74, 90);
    /* box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; */
    overflow: hidden;

}

label {
    text-shadow: 0px 2px 2px rgba(2, 6, 46, 0.459);
    color: white !important;
}

.input-email {
    margin-bottom: 5%;
}

.logo {
    /* margin: auto; */
    margin-top: 8%;
    margin-bottom: 10%;
    text-align: center;

}

a:link {
    text-decoration: none;
}


a:visited {
    text-decoration: none;
}


a:hover {
    text-decoration: none;
}


a:active {
    text-decoration: none;
}


.btn-login {
    width: 60%;
    background-color: #567ca1;
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    color: white;
    transition: 0.3s;
    text-shadow: 0px 2px 4px rgba(2, 6, 46, 0.63);
    letter-spacing: 1px;

}

.btn-login:hover {
    background-color: #426d9900;
    box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
    letter-spacing: 1.1px;
    color: white !important;

}

/* .btn-login:active,.btn-login:focus, .btn-login::after  {
    box-shadow: none!important;
    background-color: transparent !important;
} */

.btn-enviar {
    background-color: #426d9900;
    box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
    width: 60%;
    color: white;
    transition: 0.3s;
    text-shadow: 0px 2px 4px rgba(2, 6, 46, 0.63);
    letter-spacing: 1px;
}

.btn-enviar:hover {
    background-color: #567ca1;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    letter-spacing: 1.1px;
    color: white !important;
}


.recuperar-pass {
    color: rgba(255, 255, 255, 0.808);
    transition: 0.3s;
}

.recuperar-pass:hover {
    color: white;
    text-shadow: 0px 5px 4px rgb(26, 26, 26);
    letter-spacing: 0.6px;

}

.container-inputs {
    width: 65%;
    margin: auto;

}


.form-recuperar-pass {
    margin-bottom: 5%;
}

.titulo {
    padding-bottom: 2%;
    letter-spacing: 1.5px;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
}



.container-inicio-sesion {
    margin: auto;
    position: relative;
    left: 50%;
    transform: translate(-50%, 10%);
    margin-bottom: 15%;
}

.div-center-button {
    text-align: center; 
    margin: 6%; 
    margin-bottom: 5%;
}


.version {
    position: fixed; 
    bottom: 0; 
    right: 0; 
    margin: 4px !important;
    font-size: x-small;
    color: #004463;
    font-weight: 600;
}




@media screen and (max-width: 575px) {
    .container-login {
        /* min-height: max-content !important;
        min-width: auto !important;
        width: 80vmin !important;
        padding: 5vmin !important; */
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        margin: none !important;
        width: 100% !important;
        height: 100% !important;
        padding: 0px !important;
        transform: none !important;
        background-color: transparent !important;
        background-image: none !important;
        box-shadow: none !important;
    }

    .center-responsive{
        /* margin-top: 50% !important;
        margin-bottom: 50% !important; */
        transform: translate(0, 25%);

    }

    
    body {
        /* background-image:
        linear-gradient(to bottom in oklab,
        #004463 1% 1%, #005780 59% 59%, 90%, #005780 92% 92%) !important; */
        
        background-color: #024c6e !important;
    }
    

    input {
        width: 100% !important;
    }
}

