.hcl-qrcode-top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 80px;
    .hcl-qrcode1 {
        width: 200px;
        margin: 40px 40px 0 40px;
    }
    .hcl-qrcode2 {
        width: 200px;
        margin: 40px 40px 0 40px;
    }
}

.hcl-qrcodes-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 80px 80px 0 80px;
    .hcl-qrcode {
        width: 100px;
    }
}

.hcl-bg {
    background-image: url("../../assets/img/app/background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.row {
    justify-content: center;
}

.hcl-logo {
    height: 76px;
    max-width: none;
}