*{
    margin:0;
    padding:0;
}

html{
    height:100%;
    width:100%;
    background: black;
}

body{
    text-align: center;
    background-image: url(fondo-index.jpeg);
    background-position: 50% 50%;
    height:800px;
    width:80%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    margin:auto;
}

.container{
    display:flex;
    flex-direction: column;
    width:100%;
    justify-content: center;
    text-align: center;
    align-items: center;
}
/*--------------------FORM---------------------------------------------*/
.userInfo{
    display: flex;
    flex-direction: column;
    background: rgba(235, 191, 126, 0.7);
    width:270px;
    padding:2em;
    margin-top: 13.5em;
    border: 5px groove brown;
    height: 295px;
}

h2{
    color: black;
}

form label{
    font-size: 2rem;
    color: whitesmoke;
    text-shadow: black 2px 2px 4px;
}

.infoForm{
    text-shadow: white 2px 2px 4px;
}

form div{
    display:flex;
}

/*-----------------BOTONES-------------------------------------------*/
.botonRegistro{
    margin-top:2rem;
    margin-right:1rem;
    font-size: 1.3rem;
    flex:1;
    background: transparent;
    border:none;
    color: black;
}

.botonFacebook{
    margin-top:2rem;
    font-size: 1.3rem;
    flex:1;
    background: transparent;
    border:none;
}

.botonRegistro a{
    color:black;
    text-shadow: white 2px 2px 4px;
}

.botonFacebook a{
    color:black;
    text-shadow: white 2px 2px 4px;
}

.botonLogin{
    font-size: 1.2rem;
    color:whitesmoke;
    background: brown;
    text-shadow: black 2px 2px 4px;
}