﻿
html, body, .container {
    height: 100% !important;
}

.panel {
    border-radius: 20px !important;
}

.form-control {
    box-shadow: 0px 0px 5px 2px lightgray !important;
    margin-bottom: 10px !important;
}

.form-text {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}

.background {
    background: url('../Images/background-dicrep.jpg') no-repeat center center fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.custom_footer {
    background-color: transparent;
    bottom: 0;
    height: 65px;
    left: 0;
    position: absolute;
    right: 50px;
}

@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url('font/SourceSansPro-Bold.otf');
    src: url('font/SourceSansPro-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'SourceSansPro-SemiBold';
    src: url('font/SourceSansPro-Semibold.otf');
}
.title {
    color:black !important;
}

/*.background {
    background-image: url('../Images/image-fondo.gif');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}*/

/*.backgroundestrella {
    background-image: url('../Images/estrella-login.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}*/