.small-label {
    font-size: 12px;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    background: none;
    display: none;
}

.btn-success {
    background-color: #17B169;
    border-color: #17B169;
}


.time {
    font-size: 12px;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

body {
    background: rgb(63, 94, 251);
    background: -moz-linear-gradient(90deg, rgba(63, 94, 251, 1) 0%, rgba(70, 209, 252, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(63, 94, 251, 1) 0%, rgba(70, 209, 252, 1) 100%);
    background: linear-gradient(90deg, rgba(63, 94, 251, 1) 0%, rgba(70, 209, 252, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3f5efb", endColorstr="#46d1fc", GradientType=1);
}