body {
  margin: 0;
  padding: 0;
  background: white;
  border-top: 10px solid #faebc2;
}

#login .container #login-row #login-column #login-box {
  padding-top: 10px;
  margin-top: 40px;
  max-width: 600px;
  height: 300px;
  box-shadow: 2px 2px 2px 2px #343a40;
  border-radius: 3px;
}
.logo {
  margin-top: 80px;
  text-align: center;
}

#footer {
  position: fixed;
  left: 15px;
  bottom: 0px;
  height: 30px;
  width: 100%;
  background: #faebc2;
}

#text-footer {
  text-align: center;
  color: #88612e;
  position: fixed;
  font-weight: bold;
}

.btn btn-success {
  position: absolute;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
