/*
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 : 13-sep-2017, 13:36:22
    Author     : Gabriel
*/
body {
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
     background-image: url('../../img/GAU1.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    max-width: 100%;
    height: auto;
}
#container-fluid{
    /*    margin: -625px auto;*/
}
.header{
    margin: -5px;
    color: #960b0b;
    font-size: 30px;
    font-weight: 700;
    text-shadow: 0 1px 4px rgb(74, 55, 55);
    text-align: center;
}

.msp-logo{
    text-align: center;
    height: 120px;
}

h1 {
    font-size: 30px;
    font-weight: 700;
    text-shadow: 0 1px 4px rgb(22, 124, 192);
    color: #ffff;
}

.panel{
    background-color: rgba(255, 255, 255, 0.63);
}
.panel-primary > .panel-heading {
    background-color: rgba(0, 96, 179, 0.65);
}
.page-header{
    background: rgba(33, 114, 152, 0.54);
}
.panel-footer {
    background-color: rgba(245, 245, 245, 0.42);
}

.error2{
    text-align: center;
}

input[type="text"],input[type="password"],button{
    height: 50px;
    font-size: 20px;
}

input[type="submit"] {
    background: #035984;
    border: 1px;
    margin: 5px 5px;
    margin-top: 5px;
    margin-top: 15px;
    padding: 5px 15px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    transition: background .3s;
    -webkit-transition: background .3s;
    vertical-align: baseline;
}

.widget p {
    color: #fff;
    display: inline-block;
    line-height: 1em;
}



/*@media screen and (max-width:1170px) {
    #header {
        font-size: 13px;
    }
    .fecha{
        font-size: 1.5em;
    }

    .reloj{
        font-size: 4.5em;
    }

    .comida{
        font-size: 2.5em;
    }
}
@media screen and (max-width:992px) {
    #header {
        font-size: 12px;
    }
    .fecha{
        font-size: 1.1em;
    }

    .reloj{
        font-size: 2.5em;
    }

    .reloj .segundos, .reloj .ampm {
        font-size: 1.1rem;
    }
    .comida{
        font-size: 1.5em;
    }
}*/