input[type="text"], input[type="password"] { background-color: var(--transparent); color: white; padding: 15px; border: 2px solid var(--accent); border-radius: 5px; box-sizing: border-box; width: 100%; margin: 0; } .avatar { position: relative; margin-right: .5em; width: 1.5em; height: 1.5em; } .avatar div { width: 100%; height: 100%; background-color: var(--accent); border-radius: 100%; } .avatar span { position: absolute; z-index: 1; display: flex; align-items: center; justify-content: center; height: 100%; width: 100%; margin: 0; }