input {
    display: block
}

#loginFormAuth .dottedInput {
    border: 1px dashed #005281;
    width: calc(100% - 10px);
    margin: 5px;
    letter-spacing: 0.5px;
    padding: 0 0 0 10px;
    float: none;
    height: 36px;
    font-size: 16px !important;
    text-align: left;
    box-sizing: border-box;
}

/*
#loginTitle {
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0px;
    top: -24px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #aaa;
    width: fit-content;
    padding: 0px 20px;
    border-bottom: 1px solid #fff;
    border-radius: 3px;
    background: rgb(255 255 255 / 75%);
}


#loginLangImg {
    width: 20px;
    border-radius: 24px;
    position: absolute;
    top: 2px;
    right: 2px;
    border: 1px solid #aaa;
    cursor: pointer;
    opacity: 0.8;
    transition-duration: 0.2s;
    border: 2px solid transparent;
    top: -30px;
    z-index: 1;
}

#loginLangImg:hover{
    border-color: #5aa1dd;
}
*/

#loginMsg {
        position: relative;
        display: none;
        font-size: 16px;
        line-height: 20px;
        padding: 10px;
	margin: 0px;
    }

#loginMsg.hasButtons {
    padding-bottom:58px;
}

#loginMsg.error {
    color: #f00;
    animation: errorAnim 0.5s 3;
    box-shadow: inset 0px 0px 5px #f00;
}

    #loginMsg.info {
        color: #000;
        animation: infoAnim 0.5s 3;
        box-shadow: inset 0px 0px 5px #5aa1dd;
    }

@keyframes errorAnim {
    from {
        background-color: #f00;
        color: #000;
    }

    to {
        background-color: #fff;
        color: #f00;
    }
}

@keyframes infoAnim {
    from {
        background-color: #5aa1dd;
    }

    to {
        background-color: #fff;
    }
}
#loginMsgTitle {
    padding: 5px 0px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

#loginMsgButtons {
    width: 100%;
    height: 36px;
    left: 0px;
    bottom: 0px;
    padding-top: 10px;
}

    #loginMsgButtons .divButtonLong{display:inline-block}

#btnDiv {
    position: relative;
    margin-top: 5px;
}

    #btnDiv .activeBtn {
        position: absolute;
        top: 3px;
        margin: auto;
        left: 0px;
        right: 0px;
    }

.loginBtnCls, .externLoginBtnCls {
    position: relative;
    background-color: #fff;
    border: 1px solid #005281;
    border-radius: 3px;
    color: #005281;
    cursor: pointer;
    margin: 3px 1px;
    letter-spacing: 1px;
    line-height: 36px;
    display: inline-block;
    padding: 0px 10px;
}

    .loginBtnCls:hover, .externLoginBtnCls:hover {
        background-color: #c8e6ff !important;
        color: #000;
    }

.modeBtn {
    display: inline-block;
    background-color: #fff;
    color: #888;
    line-height: 17px;
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px 0px;
    width: 140px;
    margin: 2px 0px;
    cursor: pointer;
}

    .modeBtn:hover, .modeBtnActive {
        background: #5aa1dd; 
        text-decoration: none;
        color: #fff;
    }

.loginBtnCls.jsonWorking::before {
    content: url(https://www.cluebiz.ch/images/ajax-loader.gif);
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#login_dsgvo {
    display: inline-block;
    width: 20px !important;
    height: 20px;
    vertical-align: bottom !important;
    margin-right: 5px !important;
    float: none !important;
}

#btnDiv {
    border-top: 1px solid #ccc;
    margin-top: 5px;
    padding-top: 10px;
    /* width: 350px; */
}

.externLoginBtnCls {
    display: inline-block;
    width: 85px;
}

    #loginExternalDiv img {
        width: 26px;
        vertical-align: middle;
        filter: drop-shadow(0px 0px 0px #000);
        margin: 0px 8px 2px 0px;
    }

#login_pin, .hidInput {
    display: none
}




/* changes for tabControl login  */

#logonDiv {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 50px;
    margin: auto;
    backdrop-filter: blur(3px);
    /* background: rgb(255 255 255 / 25%); */
    /* border: 1px solid #aaa; */
    width: fit-content;
    /* padding: 10px 20px; */
    border-radius: 3px;
    user-select: none;
}

#loginExternalDiv {
    margin-top: 20px;
}

#loginFormAuth {
    text-align: center;
    min-height: 120px;
}

#loginMsg {
    text-align: center
}

#btnDiv {
    display: none
}

.divButton {
    width: auto;
    display: inline-block;
    font-size: 12px;
    margin: 0px 5px;
    min-width: 95px;
}



