/*
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 : 9-nov-2017, 10.28.57
    Author     : Ivan Raboni <ivan.raboni@connessioniaperte.it>
*/
body {
   /*background: url("../../../resources/img/bg/piastrelle-rosa.png") #fff repeat;*/
   /*background: url("../../../resources/img/bg/esa-blu.png") #fff repeat;*/
   /*background: url("../../../resources/img/bg/metal-texture.png") #fff repeat;*/
   background: #dddddd;
   font-size:11pt;   
}

.biglogo {
    width: 100%; 
    padding:10px;
    background-color: #fff;
}

a, a:hover {
   color: #0aa4ca;
   font-weight:bold;   
   text-decoration: none;
}

.loginpanel {
   border: 3px solid #fff;
   margin: auto;   
   margin-top: 40px;   
   padding: 30px;   
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px; 
   background: #d7d7d7;   
   box-shadow: 0px 33px 33px #666666;   
   /*background: url("../../../resources/img/scubiX3.png") #fff no-repeat*/;
   background-position: center;   
}

.topright {
   position:absolute;
   top:0;
   right:0;   
   padding:3%;
}

.forgotten-password a {
   color: #404040;
   font-weight: normal;
   font-size: 80%;
}

.forgotten-password a:hover {
   color: #2196f3;   
}


.btn-large {
   border: 2px solid #fff;
   padding: 12px 18px;
   font-size: 130%;
   line-height: 1.33;
   border-radius: 8px;   
   position: relative;
   box-shadow: 0px 5px 5px #a2a2a2; 
   z-index: 100;
}

