

body{
    background-image: url(../img/exposicion-mercedes.png);
    background-size: 88em 56em;
    background-repeat: no-repeat;
}

input {
    font-size: 10pt;
}

#login p {
    margin-top: 30px;
}

#login {
    width: 80%;
    font-size: 20pt;
    text-align: center;
    margin-left: 30px;
    background-color: transparent;
    /* padding-top: 20px; */
}


.container {
    background-color: #fffe !important;
    position: relative;
    top: 10em;
    height: 21em;
    width: 21em;
    /* left: 400px; */
    border-radius: 15px;
    -webkit-box-shadow: 0px 3px 25px 5px rgba(0,0,0,0.74); 
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.74);
}

form {
    position: relative;
    top: -10px;
    
}

#foto{
    position: relative;
    top: -60px;
}

#foto img{
    width: 50%;
    
    border-radius: 100px;
}

.datos{
    position: relative;
    top: -20px;
    display: flex;
    
}

.datos i{
    margin-right: 10px;
}

#boton {
    position: relative;
    top: 30px;
    font-size: 15pt;
    border: 1px solid;
}


@media (min-width: 1200px){
    body{
    background-image: url(../img/exposicion-mercedes.png);
    background-size: 120em 80em;
    background-repeat: no-repeat;
    }
}

@media (max-width: 1300px){

    div{
        width: auto;
        margin: auto;
    }

    .container{
        width: 80%;
        left: 0;
    }
    
    body{
    background-image: url(../img/exposicion-mercedes.png);
    background-size: 45em 50em;
    background-repeat: no-repeat;
    }

    #foto{
        position: relative;
        top: -40px;
    }

    form {
        position: relative;
        top: -5px;
        
    }
}
