.singpass-qrcode
{
    float:left;
}
.sp-grey {
   /* background: #ddd;*/
    background: #d90b5a;
    padding: 5px 5px 30px;
    margin: 0 -20px;
    position: relative;
    font-size: 14px;
}
.sp-green {
    position: relative;
   /* background: #06b273;*/
    background: #d90b5a;
    padding: 10px 5px;
    font-size: 20px;
    margin: -20px;
}
.sp-green a {
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sp-or {
    position: absolute;
    top: -10px;
    left: calc(50% - 27px);
    background: #fff;
    color: #ce0441;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    border-radius: 5px;
}
.white-wrapper {
    background: #fff;
 /*   margin: 30px 0;
    padding: 20px;*/
    position: relative;
    font-size: 1.125rem;
    box-shadow: 0 3px 10px rgb(0 0 0 / 30%);
}

/*.singpass-qr a {
    color: #ffffff !important;
    text-decoration: underline !important;
}*/


@media only screen and (max-width: 360px) {
    #ndi-qr 
    {
        margin:0px -15px;
    }
}