@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Helvetica:300,400,600,700,800);



html {
    background-color: #ffffff;
    font-family: "Helvetica", sans-serif;
   
   }

body {
    margin-right: auto;
    margin-left: auto;
}

main {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    background-color: #1a1a1a;
   }

#logo {
    width: 70%;
   
}
.botonentrar {
  
    border-radius: px;
    background: #eff1f2;
    padding: 10px 151px;
    text-decoration: underline;
	font-family : "Helvetica";
	font-weight : bold;
	font-size : 17px;
	color : #868585;
}

nav a i.fa-plus  {
     font-size: 50px;
margin: 0;
    
}

a { 
    text-decoration: none;
    color: #ffffff;
            }



header {
    
    display: flex;
    flex-direction: column; 
    align-items: center;
    padding: 10%;
    align-content: center;
}



h1,h2,h3,h4 {
    color: #ffffff;
}

.micuenta {
    font-family: "Optima";
    font-weight:500;
    font-size: 23px;
    margin-left: auto;
    margin-right: auto;
}

form { 

margin-left: auto;
margin-right: auto;
    
}

input {
    font-family: "Helvetica";
    color: #ffffff;
    background-color: #000000;
    display: inline-block;
    padding: 2em;
    border: 2px solid #fff03e;
    outline: none;
    font-size: 18px;
    overflow: hidden;
  
   }



input.boton { 
background-color: rgba(239, 191, 60, 0.96);
color: #ffffff; 
font-weight: 600;
border: none;

    
}

div#formulario {
    margin-bottom: 17em;
    margin-top: 3em;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#formulario input:focus {
    border-color: #50c611;
    background-color: rgba(77, 77, 77, 0.19);
    transition: 0.3s; -webkit-transition: 0.3s;
}

form h6 {
    font-size: 15px;
    font-weight : lighter;
    font-family: "optima", sans-serif
        
}

main nav {
    display: flex;
    justify-content: center;
    margin-top: 1.em;
}

main nav ul li {
    text-align: center;
    line-height: 0.5em;
    min-width: 18em;


}

main nav ul li a {
    display: block;
}

main a:hover {
    color: white;
}


.formulariousuario, label, input, textarea {
    font-family: "Helvetica", sans-serif;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    

