* {
    box-sizing: border-box;
  }

  body{
    justify-content: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
      width: 20em;
      margin: 0 auto;
      padding: 0.2rem;  
  }


  header {
    width: 20rem;
    margin: 0 auto;
  }

  
  img{
        width: 80%;
        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: 14pt;
  color: #01395a;
text-align: center;
margin-left: 10pt;
margin-right: 10pt;

  
    }

.no{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12pt;
    color: #01395a;
    padding: 10px;
    display: flex;
    justify-content: center;
}




    ul{
        list-style: none;
    }


 
    

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

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



    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 ;
        margin-left: 5pt;

    }

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

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

    .registrate{
        background-color:#F37369;
        margin: 1em;
        width: 70%;
        border-radius: 15px;
        font-family:Verdana, Geneva, Tahoma, sans-serif;
        color:#01395a ;
        display: flex;
        justify-content: center;
        margin-left: 35pt;
        margin-bottom: 50pt;
        margin-top: 30pt;
    }
    .cuadrado {
        width: 15px;           
        height: 15px;          
        border: 1px solid #000; 
     margin-top: -23pt;
     margin-left: 220pt;
    }
    h4{
        margin: 10pt;
        margin-top: 30pt;
    }