.auth-cont {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding: 40px 0;
}
.auth-cont .auth-content {
    flex: 0 0 380px;
}
.auth-cont .auth-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.auth-cont .lnk-logo {
    display: block;
    max-width: 130px;
}
.auth-cont .block-card-cont {
    margin: auto;
}
.auth-cont .field-for-company {
    display: none;
}
.auth-cont .show {
    display: block;
}
.auth-cont .hide {
    display: none;
}