.certificate-container .bg-login::after {
    border-radius: var(--phoenix-border-radius-xl);
}

.certificate-row {
    position: relative;
}

.certificate-row-1 {
    min-height: 128px;
}

.certificate-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    width: auto;
    margin: auto;
    max-height: 16mm;
}

.certificate-phrase-container {
    box-shadow: 0px 0px 2px #e3e3e3;
}

@media (min-width: 578px) { 
    .certificate-body {
        height: 128mm;
    }

    .certificate-row-1,
    .certificate-row-3 {
        min-height: auto;
        height: 35mm;
    }
    
    .certificate-row-2 {
        height: 43mm;
    }
    
    .certificate-logo {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 4mm;
        height: 10mm;
        max-width: 72mm;
        max-height: initial;
        width: auto;
        margin: auto;
    }
    
    .qr {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    
    .qr img {
        width: 16mm;
    }
    
    .certificate-by {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

