/*FONDO DE FORMULARIO*/
.cont1{
    width: 90%;
    background-image: url(../img/333.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 60px;
    border-radius: 50px;
}

/*ESTILO FORMULARIO*/

.login-box {
    width: 400px;
    height: 100%;
    border: 3px solid #000;
    color: #000;
    box-sizing: border-box;
    padding: 20px 32px;
    border-radius: 25px;
    text-align: center;
    margin-bottom: 70px;
    background: #CEDDE6;
}

/*TÍTULO DE FORMULARIO*/

.login-box h1 {
    margin: 0;
    padding: 0 0 20px;
    text-align: center;
    font-size: 30px;
    font-family: 'Nerko One', cursive;
}

/*ESTILO AVATAR LOGO*/

.login-box .avatar {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    padding: 10px;
}

/*NOMBRES DE CAMPOS*/

.login-box label {
    margin: 0;
    padding: 0;
    font-weight: bold;
    display: block;
    font-family: 'Nerko One', cursive;
    font-size: 22px;
}

/*ESTILO DE CAJAS DE TEXTO*/

.login-box input {
    width: 100%;
    margin-bottom: 30px;
    font-family: serif;
    border-bottom: 1px solid #369802;
    height: 40px;
    color: #000;
    font-size: 20px;
    border-radius: 10px;
}

/*ESTILO BOTÓN ACCEDER*/

.login-box input[type="submit"] {
    background: #fff;
    color: #14A203;
    font-family: fantasy;
    font-size: 30px;
    border-radius: 30px;
    border-color: #74DC06;
    width: 80%;
    margin: 0px;
}

.login-box 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: 20px;
    color: #EA0505;
    text-decoration: none;
}

.cuenta a:hover{
    font-family: 'Nerko One', cursive;
    font-size: 20px;
    color: #14A203;
}

.cuenta p{
    font-family: fantasy;
    font-size: 15px;
}
