.left-account-panel {
    position: relative;
    padding: 48px 56px;
    background-image: url("../images/LoginBg.jpg");
    background-position: center;
    background-size: cover;
}

.panel-filter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(23, 35, 76, 0.3);
    backdrop-filter: blur(3px);
}

.panel-content {
    position: relative;
}

.company-block .company-logo img {
    width: 64px;
    height: 64px;
    border-radius: 9px;
}

.company-block .company-name {
    margin-left: 24px;
    font-weight: 500;
    line-height: 31px;
}

.text-block {
    max-width: 400px;
    margin-top: 188px;
    font-family: 'Noto Sans';
    font-style: normal;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
}

    .text-block h2 {
        font-weight: 600;
        font-size: 48px;
        line-height: 52px;
        margin-bottom: 12px;
    }


.right-account-panel {
    padding: 0 64px;
}

    .right-account-panel .account-header {
        min-height: 133px;
    }

        .right-account-panel .account-header h2 {
            font-size: 48px;
            line-height: 48px;
        }

        .right-account-panel .account-header h3 {
            margin-top: 16px;
            font-weight: 400;
            font-size: 24px;
            line-height: 38px;
        }

    .right-account-panel .form-group:not(:first-child) {
        margin-top: 24px;
    }

    .right-account-panel .form-control {
        font-size: 18px;
    }

    .right-account-panel .btn,
    .right-account-panel .form-control {
        height: 56px;
    }

    .right-account-panel .submit-button-block {
        margin-top: 72px;
    }
