html, body{
    height: 100%;
    background: white;
    font-family: 'avenir';
}
@font-face{
    font-family: 'avenir';
    src : url("../../lib/fonts/avenir-light.ttf"),
          url("../../lib/fonts/avenir-light.eot");
}

header{
    height: 280px;
    background: url("../../images/banner-index.jpg");
    background-size: 100%;
    display: flex;
    min-width: 350px;
}
header img{
    width: 50%;
    min-width: 330px;
    margin-left: 25%;
    align-self: center;
    
}
header p{
    color: white;
    font-size: 2.5em;
    font-family: 'avenir';
    padding: 30px 0 0 15px;
    text-shadow: 4px 1px 2px rgba(90, 90, 90, 1);
    
    align-self: center;
}

#article-footer{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
#article-footer section{
    width: 50%;
    min-width: 300px;
}
#frm-login{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    background: #6898CE;
    padding: 40px 0 20px 0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    
}
/*#frm-login input{
    width: 60%;
    min-width: 150px;
    align-self: center;
    -webkit-align-self: center;
    margin-top: 30px;
}*/
.input-group{
    width: 50%;
    margin:5px auto;
}
#frm-login button{
    width: 30%;
    min-width: 80px;
    margin-top: 40px;
    margin-right: 30px;
    align-self: flex-end;
    -webkit-align-self: flex-end;
    -webkit-box-shadow: 2px 3px 5px -1px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 3px 5px -1px rgba(0,0,0,0.5);
    box-shadow: 2px 3px 5px -1px rgba(0,0,0,0.5);
    border-color: transparent;
    background-color: #FFF;
    color: #0077BB;
}
#frm-login button:hover{
    background-color: #9AB8DF;
    color: #FFF;
}
#frm-login img{
    width: 20%;
    min-width: 80px;
    margin-top: 10px;
    margin-left: 10px;
}
#frm-login p{
    color: white;
    font-size: 1.5em;
    align-self: center;
    -webkit-align-self: center;
}
#pass-error{
    font-size: 1.2em;
    color: #A50A07;
    /*text-shadow: 1px 4px 1px #FF0000;*/
    margin: 0 auto;
}
#div-circle{
    width: 80%;
    height: 5px;
    margin-left: 10%;
    padding-left: 35%;
    margin-top: -20px;
    background: #CCC;
}
@media screen and (max-width:800px){
    header{
        margin-top: -57px;
    }
    #img-wings{
        width: 80px;
        height: 80px;
    }
    .div-link a img{
        width: 15%;
    }
    .div-link{
        padding-top: 40px;
        padding-left: 12px;
    }
    .div-link-texto{
        font-size: 0.8em;
    }
}
@media screen and (max-width:700px){
    #img-wings{
        width: 50px;
        height: 50px;
    }
    .links-group{
        display: block;
        width: 80%;
        min-width: 200px;
    }
    .div-link-texto{
        font-size: 1em;
    }
    .div-link a img{
        width: 18%;
    }
    .div-link{
        padding-top: 35px;
        padding-left: 18px;
    }
    #article-footer section{
        width: 100%;    
    }
    header img{
        margin-left: 5%;
    }
}