*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
header{
    background: linear-gradient( to bottom, #99c983, #e6ff99);
    border-bottom: 3px solid #454852;
    background-color: #e6ff99;
    font-size: 50px;
    height: 90px;
}
ol{
    float: right;
    margin-right: 15px;
    width: 8%;
    }

ol a{
    color: rgba(212, 224, 205, 0.89);
    text-shadow:2px 2px 6px #000000;
    position: relative;
    font-size: medium;
}
.org{
    position: absolute;
    margin-top: 30px;
    font-size:80%;
    color: #535172;
    margin-left: 90px;
    font-family: "Arial";
    text-shadow:2px 2px 6px #000000;
    }
.cab{
    color: #535172;
}
.titulo{
    position: absolute;
    color: #4dd023;
    margin-left: 10px;
    transform: rotate(-15deg);
    font-style: italic;
    font-size: 120%;
    font-family: "Brush Script MT"; /*Times New Roman / Blackadder ITC*/
    text-shadow:0px 2px 3px #000000;
}

#back{
    float: right;
    color: black;
}
.todo{
    background: linear-gradient( to bottom, #454852, #000000);
    min-height: 120vh;
}
.espacio{
    height: 50px;
}

.ingreso{
    height: 75%;
    padding: 10px;
}

form {
    font-size: large;
    margin-top: 0%;
    width: 35%;
    background: transparent;
    padding: 10px;
    height: 75%;
    border:  2px solid #e6ff99;
    color: whitesmoke;
}
img{
    margin: 50%;
    height: 300px;
    width: 300px;
}
.res{
    text-align: center;
}
.correo{
    color: #464646;
}
#footer{
    font-size: 70%;
    float: right;
    color: #a4a4a4;

}
.imguser{
    text-align: center;
}

.imgerror{
    width: 80%;
    height: auto;
    margin-left: 10%;
    margin-top: 2%;
}
input{
    display: block;
    padding: 10px;
    width: 100%;
    margin: 30px 0;
    font-size: 18px;
}

input[type="submit"]{
    background: #e6ff99;
    color: dimgrey;
    border: 1px solid dimgrey;
    opacity: 0.9;
    cursor: pointer;
    border-radius: 20px;
    margin-bottom: 0;

}
input[type="submit"]:hover{
    background: rgba(178, 199, 119, 0.89);
}
h3{
    text-align: center;
    margin-bottom: 20px;
    color: whitesmoke;
}
.iconos2{
    display: none;
}
@media screen and (max-width: 800px) {

    form{
        margin-top: 18%;
        width: 90%;
        padding: 10px;
    }
    .org{
    |   font-size: 60%;
        margin-left: 55px;
        color: white;
        margin-top: 10px;

    }
    .titulo{
        font-size: 63%;
        font-style: italic;
        font-family: "Brush Script MT"; /*Times New Roman / Blackadder ITC*/
            }
    .cab{
        position: absolute;
        float: right;
        margin-top: 10px;
    }
    input[type="submit"]{
        opacity: 1;
    }
img{
    width: 25%;
   }
    header{
        height: 60px;
        width: 100%;
    }

    .iconos2{
        display: block;
        margin-left: 75%;
        position: absolute;
        margin-top: 10px;
        width: 25%;
        height: 30px;
    }
    .iconos2 ol a{
        display: block;
        position: relative;
        font-size: medium;
        margin-top: 2%;
        float: right;
        margin-left: 10px;
    }

    .iconos{
        display: none;
    }
    .iconos ol a{
        display: none;
    }
}
