/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Aug 25, 2016, 3:06:51 PM
    Author     : Eduardo
*/
/*  PARA MANTERNER EL FOOTER ABAJO */
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}
.page-footer{
    box-sizing: initial !important;
}
/*******************/
input[type=text].invalid:hover + div.ivalid, input[type=text].invalid:focus + div.ivalid{
    opacity: 1 !important;
}
