#bankid-qr-image{
    width: 320px;
    height: auto;
}
#bankid_form{
    text-align: center;
}
.swal2-container{
    z-index: 9999999!important;
}
.swal2-title {
    font-size: 1.575em;
}

.bankid-popup .swal2-title{
    color: #545454!important;
}
.bankid-popup{
    justify-content: center!important;
    background: #fff!important;
    background-image: initial!important;
    background-position-x: initial!important;
    background-position-y: initial!important;
    background-size: initial!important;
    background-repeat: initial!important;
    background-attachment: initial!important;
    background-origin: initial!important;
    background-clip: initial!important;
    background-color: rgb(255, 255, 255)!important;
    color: #545454!important;
    max-width: 500px;
    margin: auto;
    text-align: center;
}


/*Hide BankID My Account Login Fields*/
.woocommerce-form-login .woocommerce-LostPassword,
.woocommerce-form-login .form-row {
    display: none !important;
}

.woocommerce-form-row{
    display: none !important;
}

/* Show the BankID button */
.bankid-login {
    display: block;
}

/* Optional: Adjust the BankID button's layout */
.bankid-login button {
    display: flex;
    justify-content: center;
    margin: 20px auto;
    align-items: center;
}
/*Hide BankID My Account Login Fields*/