/* CSS Document */
.navbar-dark .navbar-brand { color: #f7cd62 !important; }
.logo {
	max-width: 200px;
	height: auto;
}
table.table.table-striped {
    font-size: 14px;
}
.step-registrazione { margin-bottom: 20px; }

.custom-file-label::after {
    content: "Scegli" !important;
}

.btn-group-justified {
  display: flex;
  width: 100%;
}
.btn-group-justified .btn, .btn-group-justified .btn-group {
  flex: 1;
}
.btn-group-justified .btn .btn, .btn-group-justified .btn-group .btn {
  width: 100%;
}
.btn-group-justified .btn .dropdown-menu, .btn-group-justified .btn-group .dropdown-menu {
  left: auto;
}	
.dwn-bt { margin-top: 20px; }
footer p { font-size: 14px; }

.btn-step { 
		text-align: left;
	}

@media (max-width: 767px) {
  	.btn {
		margin-bottom: 15px;
	}
	.btn-step .text-left,
	.btn-step .text-right { 
		text-align: center !important;
	}
}

