html, body {
    background-color: #eee;
}

body {
    padding-top: 2em;
}

.container {
    width: 40em;
}

/* The white background content wrapper */
.container>.content {
    background-color: #fff;
    padding: 20px;
    margin: 0 -20px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
}

.login-form {
    margin-left: 2em;
    margin-right: 2em;
}

 .cmnd_logo{
	  width:520px;
	  height:100px;
	  margin:0 auto;
	  background: url(../images/CMND_Logo.jpg) 100% 100% no-repeat #ffffff;
      background-position: center center; 	  
	  text-align: center;
      font-weight: bold;
      font-size: 110%;	  
  }