﻿/*
///////////////////////////////////////////////////////////////////
//
// Youbiquitous YBQ : app starter 
// Copyright (c) Youbiquitous srls 2017
//
// Author: Dino Esposito (http://youbiquitous.net)
//
*/

a:hover, a:visited, a:link, a:active {
    text-decoration: none!important;    
}

.login-body {
    background-image: url(https://wuf.unhabitat.org/sites/default/files/2022-05/katowice_1440.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.panel-primary {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    border-radius: 8px !important;
    box-shadow: 0px 0px 30px #f7f7f7;
}
.panel-heading {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.panel-footer {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #f7f7f7;
}
.login-subtitle {
    text-align: center;
    font-size: 1.9em;
    font-family: arial;
    text-transform: uppercase;
    color: #f0f0ff;
    padding: 10px;
}

.login-box-header {
    text-align: center;
    font-size: 1.4em;
    font-family: arial;
    text-transform: uppercase;
}

.login-applogo {
    width:400px;
    display:block;
    margin: auto;
}

.login-customerlogo {
    display:block;
    margin: auto;
}

.login-body a {
    color: gray;
}

.login-body a:hover {
    opacity: .7;
}