* {
    box-sizing: border-box;
  }

  body{
    justify-content: center;
    
  }
  
  img{
        width: 40%;
        position: center;
        text-align: center;
        display: flex;
        justify-content: center;
        
  
    }

    .contenedor{
        display: flex;
        justify-content: center;
        }

    h1{
        font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 20pt;
  color: #01395a;
  margin: 1em;
  padding: 1em;
  display: flex;
  
    }

    ul{
        list-style: none;
    }


    .ingresa{
        
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12pt;
    color: #01395a;
    margin: 1em;
    padding: 1em;
    display: flex;
    justify-content: center;
              
     }
    

     .cuenta{
        display: flex;
        justify-content: center;
        
     }

     .mail{
        background-color: #FF9C00;
        padding: 5pt;
        margin: 1em;
        width: 80%;
        border-radius: 15px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        color: #01395a;
      
    }

    .iniciar {
        display: flex;
      justify-content: center;
      background-color:#F37369;
      width: 50%;
      margin: 70pt;
      margin-left: 110pt;
      font-family: Verdana, Geneva, Tahoma, sans-serif;


    }

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


    a:hover {
    
    color:#FF9C00;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-decoration: none;
            
    }


    .contrasena{
        background-color: #FF9C00;
        padding: 5pt;
        margin: 1em;
        width: 80%;
        border-radius: 15px;
        font-family:Verdana, Geneva, Tahoma, sans-serif;
        color:#01395a ;

    }

    .olvidaste{
        display: flex;
        justify-content: center;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 10pt;
        
        
    }

    footer{
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        color: whitesmoke; 
        font-size: 9pt;
        background-color:#01395a;
    padding: 1em;
    }

     