
body {
  padding-top: 0;
  padding-bottom: 40px;
  background-color: #fff;
}

.container {
    margin-top: 5%;
}

.bg-light {
    background-color: #eee!important;
}

.btn-gen-pass {
    color: #000;
    background-color: #eee;
    border-color: #eee;
	border-radius: 0;
}

.btn-gen-pass:hover {
    color: #000;
    background-color: #c1bfbf;
    border-color: #c1bfbf;
	border-radius: 0;
}

.form-signin {
  /*max-width: 330px;*/
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
  text-align: center;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-login-utente {
    display: inline-block;
    vertical-align: middle;
    float: none;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 65%;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #00964C;
    border-color: #00964C;
	font-weight: 700;
    text-transform: uppercase;
}

.btn-outline-secondary {
    color: #00964C;
    border-color: #00964C;
	font-weight: 700;
    text-transform: uppercase;
	margin-right: 5px;
    margin-left: 5px;
}

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

}

form.quiz fieldset legend {
    line-height: 1.2em;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.alert-danger, .alert-error {
    color: #b94a48;
    background-color: #f2dede;
    /* border-color: #eed3d7; */
}
.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.table tbody tr.error>td {
    background-color: #f2dede;
	color: #ca1717;
}
.table tbody tr.danger>td {
    background-color: #ffdda9;
    color: #ff8d00;
}

.table tbody tr.success>td {
    background-color: #dff0d8;
    color: #34ab04;
}

form.quiz fieldset label {
    border: 1px solid #fff;
    padding: 5px 5px 5px 25px;
}
.radio, .checkbox {
    min-height: 20px;
    padding-left: 20px;
}
label {
    display: block;
    margin-bottom: 5px;
}
form.quiz fieldset label.choosen {
    border: 1px solid #555;
    background: #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0 1px 0 white;
}
div.dataTables_wrapper div.dataTables_filter label {
    text-align: right !important;
}

.mr-auto, .mx-auto {
    margin-right: auto!important;
    line-height: 42px;
}