fieldset legend {
    border-left: 4px solid #000000;
    border-bottom: 1px solid #000000;
    padding-left: 10px;
}

.done-message {
    display: none;
    z-index: 9999;
    position: fixed;
    top: 12%;
    left: calc(50% - 150px);
    width: 300px;
    padding: 1em;
}

.loading-image {
     z-index: 9999;
     position: fixed;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     display: none;
}

.site-without-domain {
    font-size: 80%; color: #666666;
}

.modal-qr-code .modal-body {
    text-align: center;
}
