/* GLOBAL */ a { text-decoration: none; color: black; } a:hover { transition-duration: 0.25s; /* box-shadow: 0rem 0rem 2rem rgb(200, 69, 69); */ color: rgb(200, 69, 69); } .container { margin-top: 2rem; margin-bottom: -2rem; height: 100vh; } span.curser { cursor:pointer; } img.pb { max-width: 2rem; height: auto; } .form-control-clear { z-index: 10; pointer-events: auto; cursor: pointer; } .form-control { height: 2.5rem; }