﻿@import url(https://fonts.googleapis.com/css?family=Abel); 

input, input:focus 
{
    outline-width:0px;
}

input[type=text]
{
    border: none;
	font-family: Abel;
	font-size: 18px;
}

input[type=password]
{
    border:none;
	font-family: Abel;
	font-size: 18px;
}  

.button
{
    font-family: Abel;
	font-size: 18px;
}  

       
A:link	{	
	text-decoration:	none;
	color:	#b1300b;
}	
		
A:visited	{	
	text-decoration:	none;
	color:	#b1300b;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#259bcd;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#b1300b;
	}

.ErroreLogin
{
	font-size:14px;
	color:#c01f94; /* Colore errore accesso*/
	height: 30px;
}

.AziendaLogin
{
	font-family: Abel;
	font-size:42px;
	color:#0d69be; /* Colore nome azienda */
}
.AziendaLoginTest 
{
	font-family: Abel;
	font-size:24px;
	color:#0d69be; /* Colore scritta ambiente di test */
}

.LogoLogin
{	
	height:234px;
	width:234px;
	margin-top: 18px;	
}

.ButLogin {
    background-color: #1ac1f7; /* Colore pulsante entra */
    height: 50px;
    width: 215px;
    font-family: Abel;
    font-size: 22px;
    color: white;
    text-align: center;
}
.ButLogin A
{
	cursor: hand;
	font-size: 22px;
	color:white;
}
.ButLogin A:link
{
	font-size: 22px;
	color:white;
}
.ButLogin A:visited
{
	font-size: 22px;
	color:white;
}
.ButLogin A:hover
{
	font-size: 22px;
	color:white;
}

.BGBannerone {
    background-color: #0d69be; /* Colore Bannerone */
    /*background-image: url(SfondoBannerone.png);*/
    background-repeat: no-repeat;
}

.BGFooter {
    background-color: #0d69be; /* Colore Footer */
}
.BGFooter DIV
{
	font-family: Abel;
	font-size: 18px;
}