html {
    scroll-behavior: smooth;
    background-color: #121928;
}

.text-indigo-400{
    color: rgb(0, 158, 224) !important;
}
.text-indigo-500 {
    color: rgb(0, 158, 224) !important;
}

.bg-indigo-500 {
    background-color: rgb(0, 158, 224);
}
.hover\:bg-indigo-400:hover {
    background-color: rgba(0, 158, 224, 0.5) !important;
}

.focus\:outline-indigo-500:focus {
    outline-color: rgb(0, 158, 224) !important;
}

.display-block {
    display: block !important;
    margin-bottom: .9rem;
}

.app-shadow-inner {
    border-top: 1px solid rgba(255,255,255,.075);
    box-shadow: inset -100px 0 100px 0 rgba(0, 158, 224, 0.05), inset 0 2px 4px -100px rgba(0, 158, 224, 0.05);
}

.letterpress {
    text-shadow: 0px 1px 1px #4d4d4d;
    color: #222;
    font: 80px 'LeagueGothicRegular';
}

#dsgvo-blur {
    background-color: rgba(0,0,0,.65);
    backdrop-filter: blur(10px);
}

.appFormError {
    background-color: rgba(255, 0, 0, 0.1);
    border-color: rgba(255, 0, 0, 0.5);
    color: rgba(255, 0, 0, 1);
}

.app-customer-login {
    position: absolute;
    top:-4px;
    left: 1rem;
    border-radius: 0 0 1rem 1rem;
    padding:.75rem;
    padding-right: 1rem;
    padding-top: 1rem;
    border-bottom: 2px outset rgba(0, 158, 224,.733);
    color: white !important;
    background: rgba(0,0,0,.95) !important;
}
.app-customer-login span {
    color: rgb(0, 158, 224);
    font-size:160% !important;
}

.app-form-login {
    padding-top: 0 !important;
    border: 1px solid rgba(175,186,210,0.15);
    border-radius: 0 60px 60px 60px;
}

#dsgvo-box {
    position: fixed;
    width: 800px;
    top: 15%;
    bottom: 15%;
    left: 50%;
    margin-left: -400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1023px) {
    .app-header-image,
    .app-customer-login {
        display: none !important;
    }
    .app-form-login {
        border-radius: 0;
        padding-bottom: 52px;
    }
    #dsgvo-box {
        top: 15%;
        left: auto;
        width: unset;
        margin-left: unset;
    }
}