.auth { display: grid; place-items: center; height: 100vh; background-color: #f2f2f2; &__container { display: flex; flex-direction: column; } &__container > img { object-fit: contain; height: 200px; } &__btn { width: 180px; height: 40px; border: 2px solid gray; border-radius: 100px; font-size: 1.6em; margin: 0 auto; } }