#content h3 {
position: relative;
float: left;
width: 100%;
line-height: 28px;
margin: 0;
}
#content h3 a.back{
position: relative;
float: left;
margin: 0;
}
#content h3 a.back button{
position: relative;
float: left;
margin-right: 10px;
}
#content h3 span{
position: relative;
float: left;
padding: 0;
}
#centered-content{
position: relative;
float: left;
width: 100%;
max-width: 1500px;
padding: 20px;
background: white;
border-radius: 5px;
left: 50%;
transform: translateX(-50%);
-webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,.2);
-moz-box-shadow: 0px 3px 5px 1px rgba(0,0,0,.2);
-o-box-shadow: 0px 3px 5px 1px rgba(0,0,0,.2);
box-shadow: 0px 3px 5px 1px rgba(0,0,0,.2);
margin-top: 20px;
}
#centered-content.title{
background: none;
box-shadow: none;
margin: 0;
padding: 0;
}
.form-check-input.bg-danger ~ .form-check-label{
opacity: .5;
}