body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.surface {
    margin: 0 auto;
    max-width: 400px;
    padding: 10px 10px 50px;
    position: relative;
}

.account-header {
    height: 55px;
    margin-bottom: 10px;
    text-align: center;
}

.account-content {
    background-color: #fff;
    border: 1px solid #BFBFBF;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.account-content input[type="text"],
.account-content input[type="password"] {
  font-size: 16px;
  height: auto;
  margin-bottom: 15px;
  padding: 7px 9px;
}

.bs-docs-example {
  background-color: white;
  border: 1px solid #DDD;
  border-radius: 4px 4px 4px 4px;
  padding: 0 19px 14px;
  position: relative;
}