body{
    background-image: url("../images/background.jpg");
    background-size: cover;
    background-attachment: fixed;
}
.container {
    width:100%;
    margin:0 auto;
}

.content{
	position: relative;
/* 	margin-top:20px; */
	margin-left: 20px;
	margin-right: 20px;
/* 	margin-bottom: 25px; */
	background: rgba(255,255,255,0.75);
	border-radius: 15px;

    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.navbar{
    height: 40px;
}

.footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    padding-top: 2px;
/*     vertical-align: middle; */
    z-index: 99;
}

.breadcrumb{
    display: inline-block;
}

.footer_actions{
    display:inline-block;
    float: right;
    padding-right: 2px;
}

.footer_id_navigation{
    display:inline-block;
    float: right;
    padding-right: 2px;
}

h1{
    margin-top: 0;
}

fieldset{
	border: 1px dashed #aaa;
	background-color: rgba(128,128,128,0.10);
	padding: 20px;
}

label{
    font-weight: normal;
}

.form-actions{
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    background-color: #f5f5f5;
}