

div.aside_old {
    margin:0 ;
    padding: 1em 0.5em;
    color: #ddd;
    text-align:left;
    background-color: #434343; /* Used if the image is unavailable */
 /*  height: 100%; You must set a specified height */
    background-position: center bottom; /* Center the image */
}

form.aside_old {
    margin:0 ;
    padding: 1em 0.5em;
    color: #ddd;
    text-align:left;

    background: url("/assets/custom/img/design/lock0000.jpg");
/*  background-image: url("photographer.jpg");  The image used */
    background-color: #434343; /* Used if the image is unavailable */
 /*  height: 100%; You must set a specified height */
    background-position: center bottom; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
   background-size: cover; /*  Resize the background image to cover the entire container */
   background-size: 75%; /*  Resize the background image to cover the entire container */
}

form.aside  div.form-group {
    padding-bottom: 0.5em;

}


form.aside {
    margin: 0;
	padding: 0.5em;
    font-size:1em;
    font-weight: 600;
    color: #555;
	border: 1px solid #444;
	border-radius:5px;
	box-shadow:0 0 3px #333;
#	background: url("/assets/custom/img/design/panel2.gif") #D1D7DC repeat left top;


}
div.aside {
    margin: 0;
	padding: 0.5em;
    font-size:1em;
    font-weight: 600;
    color: #555;
	border: 1px solid #444;
	border-radius:5px;
	box-shadow:0 0 3px #333;
	line-height: 120%;

}



