/*ESTILO AVATAR LOGO*/

.box2 .avatar {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    padding: 10px;
    border: 3px solid #000;
}

/*FORMULARIO REGISTRO*/

.box1{
    background-image: url(../img/333.jpg);
    background-repeat: no-repeat;
    background-size: 130%;
}

.box2{
    border: 3px solid #000;
    color: #000;
    box-sizing: border-box;
    width: 70%;
    padding: 10px 10px;
    border-radius: 40px;
    background: #CEDDE6;
    margin-bottom: 80px;
}

.box2 .details{
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(170% / 3);
}

.box2 label{
    margin: .8em;
    width: calc(100% / 3);
}

.box2 input{
    margin-top: 30px;
    font-family: cursive;
    height: 30px;
    margin: .8em;
    width: calc(150% / 3 - 0px);  
}

.box2 select{
    margin-bottom: 20px;
    font-family: cursive;
    height: 30px;
    margin: .8em;
    width: calc(155% / 3);
    display: flex;
}

/*ESTILO BOTÓN REGISTRAR*/

.box2 input[type="submit"] {
    background: #fff;
    color: #14A203;
    font-family: fantasy;
    font-size: 25px;
    border-radius: 30px;
    border-color: #74DC06;
    width: 20%;
    height: 10%;
    margin: 0px;
    padding: 2px;
}

.box2 input[type="submit"]:hover {
    cursor: pointer;
    background-color: #14A203;
    color: #fff;
}

/*ESTILO BOTÓN MOSTRAR CONTRASEÑA*/

.mostrar{
    background: #fff;
    color: #EA0505;
    font-family: fantasy;
    font-size: 15px;
    border-radius: 10px;
    padding: 5px 5px;
    border-color: #EA0505;
}

.mostrar:hover{
    background: #EA0505;
    color: #fff;
}

/*ESTILO DE ENLACES A PÁGINAS*/

.cuenta a{
  font-family: 'Nerko One', cursive;
    font-size: 26px;
    color: #EA0505;
    text-decoration: none;
}

.cuenta a:hover{
    font-family: 'Nerko One', cursive;
    font-size: 26px;
    color: #14A203;
}

.cuenta > p{
    font-family: fantasy;
    font-size: 20px;
}