
.main-container{
    position:relative; 
    width: 100%; 
    height: auto !important;
    height: 100%;
    min-height:100%;
}

.buttonLogin{

    color: #FFFFFF !important;
    background-color: #33cb66 !important;	
	border-radius:5px;
	padding: 10px 20px 10px 20px;
	font-size:16px;
	font-weight:bold;
	/*margin-bottom: 40px;*/
	
}

.buttonLogin:hover{

    background-color: #33cb66 !important;	
	cursor: pointer;
}

.txtvisita-code {
	/* border-radius: 7px; */
	border: 2px solid #004990;
	background-color: #FFFFFF !important;
	color: #000000 !important;
	font-size: 14px;
	font-weight: normal;
	height:45px;
	text-transform: uppercase;
}
.txtvisita-code:focus {
	/* border-radius: 7px; */
	border: 2px solid #33CB66;
	background-color: #FFFFFF !important;
	color: #000000 !important;
	font-size: 14px;
	font-weight: normal;
	height:45px;
	
}

.txtvisita-text {
	/* border-radius: 7px; */
	border: 2px solid #004990;
	background-color: #FFFFFF !important;
	color: #000000 !important;
	font-size: 14px;
	font-weight: normal;
	height:45px;
}
.txtvisita-text:focus {
	/* border-radius: 7px; */
	border: 2px solid #33CB66;
	background-color: #FFFFFF !important;
	color: #000000 !important;
	font-size: 14px;
	font-weight: normal;
	height:45px;
}

.lblvisita-form{
	color:#33cb66;
	font-size: 16px;
	font-weight: normal;
}
.visita-title{
	color:#33cb66;
	font-size: 20px;
	font-weight: normal;
}

.topContainer {
	background-color: #FFFFFF;
}

.topIcon {
font-size: 24px !important;
vertical-align: middle;
color: #000000;	
}

.toplabel {
font-size: 22px;
vertical-align: middle;
color: #000000;
font-family: "Montserrat", Arial, Tahoma, sans-serif;
font-weight: bold;
}

.labelOpt {
	font-size: 1.8em;
    font-weight: bold;
}

.testoFooter{
	color:#000000;
	font-size: 13px;
}

.pulsante{
	font-size: 22px;
    vertical-align: middle;
    font-family: "Montserrat", Arial, Tahoma, sans-serif;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid #000000;
    border-radius: 14px;
    padding: 10px;
    background-color: #2873b9;
    color: #FFFFFF;	
}

.pulsante:hover{
    text-decoration: none;
    background-color: #E53b34;
}

/* LOADER */
.loader {
  border: 7px solid #33CB66;
  border-radius: 50%;
  border-top: 7px solid #004990;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}