html, body {
    background-color: #FAFAFA;
}
.navbar-default {
  background-color: #ffffff;
}
.card {
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    padding: 15px 50px;
    margin-bottom: 10px;
}
