/* selector { propiedad: valor; } */
body{
  
    font-family: ubuntu;
}
*{
    margin: 0px;
    padding: 0px;
    font-family: ubuntu;
    font-weight: lighter;
    color:black;
    
    
}


body{
    width: 40em;
      background-image: url( 15850341181_aa2d911538_h.jpg);
}


figure{
     width: 15em;
    margin: 4em auto;
}

figure img{
    max-width: 100%;
    box-sizing: border-box;
}


section{
    position: absolute;
    top:50%;
    margin-left: -200px;
    margin-top: -300px;
    left: 50%;
    width: 400px;
    height: 750px;
    background-color: rgba(0,0,0,0.5);
    overflow: hidden;
    border-radius: 5px;
    
}

p{
    font-size: 1.6em;
    text-align: center;
    margin-top: 20px;
    font-family: arial;
    color: white;
}

input{
    width: 18em;
    height: 35px;
    margin-left: 20px;
    margin-top: 10px;
    padding-left: 10px;
    font-size: 0.8em;
    outline: none;
    border: 0px;
    background-color: rgba(,0,0,0.5);;
    
    
}

input[type="submit"]{
    margin: 20px;
    width: 360px;
    height: 40px;
    outline: none;
    border: 0px;
    background-color: orangered;
    font-size: 0.8em;
    border-radius: 5px;
    color: white;
    
}


.container {
padding: 0.5em 0 0.5em;
    margin: auto;
    width: 19em;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
        
}

div a{
    border-radius: 0.6em;
    color: white;
    text-decoration: none;
    width: 12.5em;
    padding: 0.8em;
    margin: auto;
    font-size: 0.6em;
}

.loginfacebook{
    background-color: #3A5998;
    }
  

.logingoogle{
    background-color: #DD4B39;
 
    }
  
    





.continuar{
    margin: auto;
    background-color: rgba(255, 64, 0, 0.9);
    width: 18em;
    height: 1.5em;
    border-radius: 0.3em;
}

.continuar:hover{
    background-color: rgba(255, 64, 0, 0.6);
    
}

.continuar a{
    padding: 1em 12.5em ;
    padding: auto;
    width: auto;
    max-width: 100%;
    text-decoration: none;
    color: white;
}


/*********imputs**********/
form{  
    margin: auto;
     width: 20em;
    text-align: left;
    
}

input{
     max-width: %100;
    width: 21.5em;
    height: 2em;
}














