/* 
    Created on : 11-nov-2015, 12:38:06
    Author     : Sergio
*/

html, body, .row{
    height: 100%;
}

body{
    color: #212121;
    background: #fff;
}

a{
    color: #0E88E2;
}

.no-margin {
    margin: 0 !important; }

.no-border {
    border: 0px; }

.indigo.darken-4 {
    background-color: #002A84 !important;
}

.hoverable{
    transition: box-shadow .25s;
    transition: transform .4s ease-in;
}

.margin-auto{
    margin: 0 auto;
}

legend{
    padding: 6px 15px !important;
    background: #283582;
    color: #fff !important;
    line-height: 28px;
}

legend a{
    color: #fff !important;
    text-decoration: underline !important;
}

.input-field{
    width: 200px !important;
    background-color: #fff !important;
    border: none !important;
    padding: 0px 15px !important;
}

.logo-fondo{
    background: url('../img/sistema-gestion-multimedia-logo-m.png') no-repeat 50%;
    width: 100%;
    position: relative;
    height: 210px;
    text-align: center;
    background-size: 320px;
}
.formulario label{
    display: block;
}
label.active{
    opacity: 1;
    color: #F22;
    margin-left: 0px;
    display: inherit;
    margin-top: -10px;
}