﻿.input-item-to-stock {
    width: 700px;
    margin-top: 5px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    align-self: center;
}

.non-modifiable-input-item-to-stock {
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #c3c3c3;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
}
