I've read tons of different topics and articles about that common issue but still no working solution. Now I'm kinda desperate so I'd very grateful for any help and here's code:
.auth-tab {
background-color: red;
}
<body>
<div class="container-fluid">
<div class="row justify-content-center align-items-center">
<div class="auth-tab col-xs-12 col-sm-8 col-md-5 col-lg-6 col-xl-6">
sth
</div>
</div>
</div>
</body>
What I want is to vertically and horizontally align .auth-tab