html {
	min-width: 280px;
}


.navbar-brand {
	overflow: hidden;
	height: 80px;
}
.navbar-brand img {
	height: 100%;
}


header {
	padding-top: 80px;
}


body > .container {
	margin-bottom: 140px;
}


.container.main {
	margin-top: 50px;
}
.col-form-label-lg {
	padding: 15px 10px;
	text-align: right;
}
input.form-control {
	height: auto;
	padding: 15px 20px;
}
.btn.genera {
	width: 100%;
}
#user_token {
	text-align: center;
	font-size: 1.6em;
}
.submit {
	text-align: right;
}


.login-container > * {
	margin: 30px auto;
}
.login-container .avatar {
	display: block;
	width: 200px;
	height: 200px;
	border: 8px solid #aaa;
	border-radius: 100%;
	background: url(../img/logo_1.png) no-repeat center center;
	background-size: contain;
}
.login-container input {
	width: 100%;
	margin: 20px 0;
	padding: 15px 30px;
	font-size: 1.6em;
	text-align: center;
}
.login-container form {
	text-align: right;
}
.login-container iframe {
	max-width: 100%;
}


#tabella_accessi .row:first-child {
	margin-bottom: 30px;
}
#tabella_accessi .row:not(:first-child):not(:last-child) {
	border-bottom: 1px solid #bbb;
}
#tabella_accessi .col {
	padding: 5px 10px;
	text-align: center;
}
#tabella_accessi .col.email {
	text-align: left;
	font-weight: bold;
}
#tabella_accessi .col.accessi {
	text-align: right;
}


.tab-content {
	margin-top: 40px;
}

#menuTabContent .tab-pane {
	padding: 0px 10px 20px 10px;
}


footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #444;
	text-align: center;
	color: #fff;
	padding: 20px;
}
footer .converprint {
	width: 75px;
	height: 19px;
	display: inline-block;
	background: url('../img/converprint-sprite.png') no-repeat transparent;
	border: none;
	transition: all 0.3s ease 0s;
}
footer .converprint:hover {
	background-position: 0 -19px;
}





@media (min-width:768px) {
	.login-container {
		padding: 100px 0;
	}
}
