/*
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 : 17/11/2017, 10:07:26 AM
    Author     : David López
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat');

body {
    font-family: 'Montserrat', sans-serif !important;
}

.ui-widget {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.22em;
    font-weight: 400 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family:'Montserrat', sans-serif !important;
}


#home{
    position:absolute;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
}


footer, #footer{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #efefef;
    text-align: center;
}

.form-top {
    height: 135px !important;
}

.form-top-left {
    padding-top: 50px;
}

.image-logo{
    position: absolute;
    width: 135px !important;
    height: 135px !important;
    max-height: 135px;
    max-width: 135px;
    right: 20px;
}

.copyright{
    padding-top: 5rem;
}

.form-top{
    background-color: #FFFFFF !important;
}

.form-top-left h3{
    color: #444444 !important;
}
.form-top-left p{
    color: #000000 !important;
}

@media( max-height: 768px ){
    footer, #footer{
        position: relative;
        margin-top: 666px !important;
        padding: 1rem;
        background-color: #efefef;
        text-align: center;
    }
}              