.form#login {
    width: 300px;
    padding: 40px 30px;
    background: #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form#login .jumbotron {
    padding-top: 0;
    padding-bottom: 10px;
}

button.btn-procedi-bemmex {
	overflow: hidden;
	color: #ee7202;
	border-color: #ee7202;
	background-color: #eee;
	margin-bottom: 5px;
}
#prodotti .prodotto .opzioni button.btn-procedi-bemmex {
	float: right;
	width: 25%;
}
button.btn-procedi-bemmex:hover,
button.btn-procedi-bemmex:focus,
button.btn-procedi-bemmex:active,
button.btn-procedi-bemmex:focus:active {
	color: white !important;
	border-color: #ee7202 !important;
	background-color: #ee7202;
}