body{
    background-image: url(../img/PantallaInicio.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Arimo", sans-serif;

}

/*PANTALLAS DE SESIÓN*/

/*PANTALLA POR DEFECTO*/

.frase{
    color: #ffffff;
    float: left;
    position: absolute;
    font-size: 60px;
    width: 40%;
    padding: 3em 1em;
    line-height: 1.5em;
}

.iniciarSesion{
    float: right;
    width: 55%;
    background-color: white;
    height: 100vh;
    justify-content: center;
}

.inicioSesion h1{
    font-family: "Arimo", sans-serif;
    font-size: 35px;
    text-align: center;
    padding-top: 5em;
    font-weight: bolder;
    margin-bottom: 1.5em;
}

.info{
    text-align: center;
    margin-bottom: 2em;
    color: #442ED0;
    font-size: 20px;
}

.inicioSesion{
    float: left;
    padding: 0 12em;
    width: 50%;
    height: 100hv;
}

.inicioSesion input{
    font-family: 'Inclusive Sans', sans-serif;
    color: black;
    background-color: #EDEAEA;
    border-style: none;
    width:100%;
    height:40px;
    margin-top: 5px;
    font-size: 20px;
    position: relative;
}

.olvidaContra{
    margin-top: 5px;
    text-align: center;
    color: #442ED0;
    margin-bottom: 2em;
    margin-top: 1.5em;
    z-index:1;
    cursor: pointer;
}

.olvidaContra:hover{
    text-decoration: underline;
}

.verContra{
    width: 25px;
    position: absolute;
    z-index: 1;
    margin-bottom:4em;
    margin-top: .8em;
    margin-left: 24.5em;
    cursor: pointer;
}

.tache{
    position: absolute;
    right: 0;
    margin-right: 1em;
    margin-top: 1em;
    top: 0;
    z-index: 1;
    width: 20px;
}

.tache:hover{
    cursor: pointer;
}

.ISbtn{
    display: block;
    text-align: center;
    width: 40%;
    height: 40px;
    margin-bottom: 1.5em;
    margin-left: 11em;
    background-color: #442ED0;
    color: white;
    border-style: none;
    font-family: 'Inclusive Sans', sans-serif;
    border-radius: 15px;
}

dialog{
    border: 0;
    border-radius: 15px;
    width: 400px;
    text-align: center;
    z-index: 9999;
}

dialog button{
    width: 100px;
    margin: 2em 2em;
    height: 40px;
    width: 150px;
    background-color: transparent;
    border: #442ED0 2px solid;
    color: #442ED0;
}

dialog::backdrop{
    background-color: black;
    opacity: 55%;
}

@media screen  and (max-width:1000px){
    .iniciarSesion{
        width: 50%;
        margin: 0;
        padding: 0;
    }

    .frase{
        font-size: 50px;
    }

    .inicioSesion{
        margin: 0 6em;
        padding: 0;
    }

    .ISbtn{
        margin: 0;
        text-align: center;
        width: 100%;
    }

    .verContra{
        right: 6em;
    }
}

@media screen  and (max-width:600px){
    .iniciarSesion{
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .frase{
        display: none;
    }

    .inicioSesion{
        margin: 0 6em;
        padding: 0;
    }

    .inicioSesion h1{
        padding-top: 3em;
    }

    .ISbtn{
        margin: 0;
        text-align: center;
        width: 100%;
    }

    .verContra{
        right: 6em;
    }
}

