/*
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 : 23 sept. 2021, 2:15:44
    Author     : manel
*/

body.login-page {
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
}

div.login-logo {
    background-color:#fff;
    margin-bottom:0px;
    padding:15px 0px;
}

div.login-box {
    -webkit-box-shadow: 5px 5px 15px 5px #000000; 
box-shadow: 5px 5px 15px 5px #000000;
}