body {
  background-color: #E0E0E0;
}

#main {
  border: 1px solid #C0C0C0;
  border-radius: 5px;
  margin: 120px auto;
  width: 400px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 36px -16px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 36px -16px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 36px -16px rgba(0,0,0,0.75);
}

#logo-wrapper {
  background-color: #4CAF50;
  text-align: center;
  padding-top: 10px;
  height: 140px;
  border-radius: 4px 4px 0 0;
  position: relative;
}

#logo-wrapper > img {
  width: 100%;
  position: absolute;
  top: 14px;
  left: 5px;
  padding: 10px;
}

form#user-login-form {
  padding: 20px 30px;
  border-radius: 0 0 5px 5px;
}

#edit-actions {
  text-align: right;  
}

label.form-required, span.form-required {
  display: none;
}

.form-inline .form-control {
  width: 100%;
}

.alert {
  margin: 20px 30px 0;
}

/* footer */
body .footer {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
}

.form-actions .btn, .form-actions .btn-group {
  margin-right: 0;
}

button.btn-success {
  padding: 6px 12px;
}