﻿body {
}

.topLeftCorner {
    position: absolute;
    top: 0;
    right: 10px;
}

.userFontMainHead {
    font: 15px arial, sans-serif;
    font-weight: bold;
    color: #210C9B;
}

.userFontHead {
    font: 15px arial, sans-serif;
    font-weight: bold;
    color: #000000;
}

.userFontContent {
    font: 15px arial, sans-serif;
    font-weight: normal;
    color: #000000;
}

/* Damit im Popup das Bild im Format 640x240px angezeigt werden kann*/
.modal-content {
    width: auto;
}

.modal-content.twofa {
    width: 1100px;
}

.panel {
    border-radius: 0.3rem;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #7F51F4;
    background-color: #DFCCFF;
    color: #7F51F4;
}

.form-control-placeholder {
    position: absolute;
    top: 0;
    padding: 7px 0 0 13px;
    transition: all 300ms;
    opacity: .50;
    transform: translate3d(0, 20%, 0);
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
    font-size: 75%;
    transform: translate3d(0, -40%, 0);
    opacity: .95;
    color: rgb(102, 153, 204);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.highlightClass {
    background-color: #FFFFE1;
}

