@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:400');

* { box-sizing: border-box;	
    list-style: none;
    margin: 0;
    padding: 0;
}

.fondo {
    background:gray;
    background-repeat: no-repeat;
    height: 100vh;

}

#equis{display: flex;
        justify-content: flex-end;
        padding: 0.8em 2.5em 0.8em 0em;
        text-decoration: none;
        color: white;
        font-family: 'Roboto Mono', monospace;
        background-color:grace;
        font-size: 0.7em;
}
#facebook { display: flex;
        justify-content: center;
        padding-top: 4em;
    margin: 1em;
    flex-wrap: nowrap;
}   

#logo { display: flex;
        justify-content: center;
        padding-top: 4em;
    margin: 1em;
    color:white;
    
}

h1{font-family: 'Roboto Mono', monospace;
    font-size: 1em;
    color: white;
    margin-top: 2em;
    display: flex;
    justify-content: center; 
    background: black;
    border-style: none;
    border-radius: 0.1em;
    text-decoration: none;
}

#login{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    
    
  }

.textbox{ 
font-family: 'Roboto Mono', monospace;
padding-left: 1em;
width: 30em;
height: 2em;
margin: 1em;
background: white;
border-style: none;
    border-radius: 0.1em;
    align-content: space-around;
    flex-wrap: wrap;
}
.boton{
    display: flex;
    justify-content: center;
    width: 30em;
    height: 2em;
    border-style: none;
    background: darkorange;
    margin-top: 2em;
    font-family: 'Roboto Mono', monospace;
    text-decoration: none;
   
        
}

.linkBoton{
    text-decoration: none;
    color:white;
}

