.force-show-authorization {
    margin-top: 30px;
    display: block !important;
}

.force-hide-authorization {
    margin-top: 30px;
    display: none !important;
}

.div-style {
    padding-top: 10px;
}

.h2-style {
    margin: 0 auto;
    text-align: center;
}

.label-style,
.div-style-col {
    display: inline-block;
}

.div-style-card {
    border-radius: 45px;
}

.div-container {
    padding-top: inherit;
}

.h3-style {
    color: black;
    font-weight: bold;
    font-style: italic;
}

.div-col-style {
    display: none
}

.button-style {
    width: 250px;
}

.iframe-style {
    visibility: hidden
}

.div-hw {
    width: 100%;
    height: 100%
}

/* #banner-inner {
    background-image: url('{{ asset("images/clients/" ~ paymentForm.headerImage) }}');
} */


.div-style-container {
    padding-top: 10px
}



.hidden-auth {
    display: none !important;
}

.show-auth {
    display: block !important;
}

#banner-inner {
        background-size: cover;
        background-position: center;
    }


.hidden-fingerprint {
    position: absolute !important;
    top: -5000px !important;
    border: 0 !important;
    visibility: hidden !important;
}