.auth-container { height: inherit; display: flex; justify-content: center; align-items: center; } .auth-title { font-size: 50px; } .auth{ width: 300px; display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: var(--main-color); padding: 30px; border-radius: 5px; } .auth-grp-label { font-size: 20px; display: flex; justify-content: space-between; } .errors { color: red; }