.main-logo{
    text-align: center;
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .main-logo img{
        max-width: 360px;
    }
}
@media (min-width: 992px) {
    .main-logo{
        position: absolute;
        right: 0;
        top: 0;
    }
}
.site-login{
    position: relative;
}
.wrapper {
  display: flex;
  justify-content: center; /* Горизонтальное выравнивание по центру */
}
.title-lk-bottom {
  display: flex;
  justify-content: center;
    padding-top: 60px;
    color: red;
}
