/*
Please write your custom style at here!!!!!!!!!!!!!
Don't write to other files
 */

input[type=number] {
    display: inline-block;
    padding: 8px 12px;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    max-width: 100%;
    float: left;
    background-color: #f4f4f4;
    width: 100%;
}