body, html {
    position: relative;
    height: 100%;
    background-image: url(/wallpaper.jpg);
}

.h-max {
    min-height: calc(100vh - 105px);
}

label {
    display: block;
}

.bg-success  {
    background-color: #d89b4e!important;
    border-color: #d89b4e!important;
}

.btn-success {
    background-color: #d89b4e;
    border-color: #d89b4e;
}

#full-select {
    font-size: 22px;
    display: inline-block;
    padding: 0 4px;
    box-sizing: border-box;
    line-height: 30px;
    border: 1px solid #ccc;
}


input:focus {
    outline: none;
    border-color: #777;
}

input[type=submit] {
    color: #fff;
    background-color: #12ab29;
    border: none;
    width: auto;
}

label p {
    font-weight: bold;
    font-size: 18px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.form {
	border: 1px solid #e1e3e6;
	background-color: #fff;
	border-radius: 6px;
}






