/**
frontend/assets/style/input-style.css
*/

input
{
    font-size: 1rem;
    background-color: gray;

    border-radius: .5rem;
}