html .mod-login-checkbox label {
    margin: 0 0 15px 0;
}

.dbbv-vertical-divider {
    width:2px;
    background:#ff6800;
    height:calc(100% - 15px);
    position:absolute;
    top:0;
    right:0;
}

.dbbv-login-container {
    background:#BCBEBA;
    padding-top:30px;
    padding-bottom:15px;
}

.dbbv-alert-maintenance {
    color: #fff;
    background-color: #ff6800;
    border-color: #ff9246;
}

.dbbv-link {
    color:#ff6800;
    transition:all 0.2s ease-out;

}

.dbbv-link:hover {
    color: #ff9246;
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

.sidebar .nav-link:hover {
    color: #727272;
}

.sidebar .nav-link.active {
    color: #2470dc;
}

.mod-test-watch svg {
    width: 45px;
    height: auto;
    margin: 0 25px 0 0;
}

input[type="text"]:focus, input[type="password"], textarea:focus {
    outline:none;
}

html .mod-login-input-password label.label-password input,
html .mod-login-input-password label.label-text input,
html .mod-login-input-text label.label-password input,
html .mod-login-input-text label.label-text input {
    border:0!important;
}

.dbbv-stoerer-sticker {
    background-color:#ff6800;
    border-radius: 100%;
    position:absolute;
    top:-150px;
    right:-50px;
    text-align:center;
    color:#ffffff;
    width:200px;
    height:200px;
    display:flex;
    justify-items: center;
    align-items: center;
    padding:20px;
    transform:rotate(10deg);
    font-size:15px;
}

.dbbv-stoerer-sticker p {
    margin:0;
}

@media (max-width: 991px) {
    .dbbv-stoerer-sticker {
        right:0;
    }
}

@media (max-width: 767px) {
    .dbbv-stoerer-sticker {
        top:-100px;
        font-size:12px;
        padding:10px;
        width:150px;
        height:150px;
        opacity:0.9;
    }
}

@media (max-width: 366px) {
    .dbbv-vertical-divider {
        display:none;
    }
}
