.auth-container { display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: rgba(0, 0, 0, 0.863); padding: 30px; border-radius: 5px; } .auth-input { border-radius: 2px; padding: 5px; } .auth-grp-label { display: flex; justify-content: space-between; } .auth-btn { margin: 3px; padding: 4px; font-size: 20px; color: white; border-radius: 5px; } .auth-btn-val { background-color: blue; } .auth-btn-can { background-color: red; } .auth-btn-other { background-color: darkgreen; } .auth-select { margin-top: 1vh; border-radius: 3px; } .errors { color: red; }