h3 {
    font-weight: 500 !important;
    font-size: 28px !important;
}
.multi-facteurs-login-container {
    position: relative;
    display: block;
    background-color: white;
    width: 800px;
    height: 700px;
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(50vh - 350px);
    padding: 20px;
    box-shadow: 8px 21px 14px -11px rgba(0,0,0,0.1);
    -webkit-box-shadow: 8px 21px 14px -11px rgba(0,0,0,0.19);
}
#dx-multi-facteurs-login {
  margin: auto;
}
#qr-code-secret {
    text-align:center;
    margin-top:20px;
    color:#656565;
}
.background-bleu {
    width:100%;;
    height:100%;
    background-color: #f8f8fb;
    border-radius: 12px;
}
.background-facteur-1,
.background-facteur-2 {
    width:100%;;
    height:100%;
    background-repeat: no-repeat;
    background-position: center;
}
.background-facteur-1 {
    background-image: url('../../../images/seo-safe.png');
}
.background-facteur-2 {
    background-image: url('../../../images/seo-safe.png');
}
.dx-field-item-label-location-top {
    text-align: left;
}
.dx-state-focused.dx-gallery {
    border-color: transparent;
}
.dx-button-mode-contained.dx-button-default {
    background-color: #0084e3;
    color: white;
}
.dx-button-mode-contained.dx-button-default.dx-state-hover {
  background-color: #006bb8;
}
