* {
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    
}

a{
    color: white;
}

/** HEADER: Regresar **/


header{
    font-family: 'Lato';
    background-color: #dadad9;
    display: flex;
    justify-content: center;  
}

h3{
    color: #E73937;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    padding: 8% 0% 0% 0%;
    margin: 5px;
}


/** MAIN: Datos de ingreso **/

main{
    font-family: 'Lato';
    background-color: #ED721D;
}

#logoinicio{
    padding-top: 40px;
    padding-bottom: 20px;
    display: block;
    justify-content: space-between;
    text-align: center;
    align-items: center;  
    
}
h1{
    color: white;
    text-align: center;
    font-size: 100px;
    font-weight: 900;
    padding: 0% 0% 5% 0%;
    letter-spacing: 5px;
}

h2{
    color: white;
    text-align: center;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    padding: 0% 10% 5% 10%;
}

#datosdeingreso{
    background-color: white;
    margin: 0% 10% 10% 10%;
    padding: 5% 10% 5% 10%;
    font-weight: 300;
    text-align: center;
    color: #9D9C9C;
}

input, textarea {
    font: 'Lato';
    border: none;
    border-bottom-style: solid;
    border-bottom-color: #dadad9;
    width: 100%;
    height: 100px;
    color: #ED721D;
    font-size: 20px;
    padding: 0% 0% 0% 5%;
}

#olvidemicontrasena{
    padding: 3% 0% 5% 0%;
}

#datosdeingreso p a{
    color: grey;
    font-size: 12px;
}

#acceder{
    background-color: #E73937;
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: 500;
    border-radius: 100px;
    margin: 5%;
    padding: 5%;
}

h4{
    font-family: 'Lato';
    color: black;
    font-weight: 400;
    background-color: white;
    padding: 1% 0% 2% 0%;
    text-align: center;
    font-size: 20px;
    font-style: normal;
   
   
}

#nuevousuario a{
    font-size: 20px;
    text-align: center;
    text-decoration: underline;
}

h5{
    font-weight: 400;
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: 100;
    padding: 0% 10% 10% 10%;
}

#nuevousuario h5{
    font-weight: 300;
    font-style: italic;
}

#ingresacon{
    display: flex;
    justify-content: space-around;
}

#ingresacon div{
    display: block;
    justify-content: space-between;
    text-align: center;
    align-items: center;  
}

footer img{
    display: flex;
   
    justify-content: space-between;
    align-items: center;
}

/* FOOTER */

footer{
    font-family: 'Lato';
    font-size: 11px;
    color: #6f6f6e;
    text-align: center;
    background-color: #dadad9;
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 10px;
   
    border-style: solid;
    border-color: #6f6f6e;
    border-width: thin;
    border-left-color: #dadad9;
    border-right-color: #dadad9;
}
#pie{
    color:#E73937;
    display: flex;
    justify-content:space-around;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    
}
ul{
    list-style: none;
}