:root {
    --border-color: #e7e7e9;
    --base-blue: #3861fb;
    --base-red: #ec4c4c
}

* {
    margin: 0;
    padding: 0;
    font-size: 0.9rem;
}

.rounded_half {
    border-radius: 0.5rem
}

.rounded {
    border-radius: 1rem
}

.radius_24 {
    border-radius: 24px
}

.app_input {
    font-size: 1rem;
    height: 48px;
    caret-color: white;
}

.cursor-pointer {
    cursor: pointer
}

.btn_block {
    display: block;
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 0.5rem;
    font-size: 16px;
    background-color: #3861fb;
    color: white;
    cursor: pointer;
    text-align: center
}

textarea:hover,
textarea:active,
textarea:focus,
input:hover, input:active, input:focus, button:focus, button:active, button:hover, label:focus, .btn:active,
.btn.active {
    outline: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.jkeyboard {
    display: inline-block;
    background-color: #ffffff
}

    .jkeyboard, .jkeyboard .jline, .jkeyboard
    .jline ul {
        display: block;
        margin: 0;
        padding: 2px
    }

        .jkeyboard .jline {
            text-align: center
        }

            .jkeyboard .jline ul li {
                font-family: arial, sans-serif;
                font-size: 20px;
                display: inline-block;
                border: 1px solid #e7e7e9;
                margin: 2px 2px;
                border-radius: 5px;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                text-align: center;
                overflow: hidden;
                cursor: pointer;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                background-color: #ffffff;
                color: #000000;
                font-size: 14px;
                width: 26px;
                height: 26px;
                line-height: 23px
            }

                .jkeyboard .jline ul li.uppercase {
                    text-transform: uppercase
                }

                .jkeyboard .jline ul li:hover, .jkeyboard .jline ul li:active {
                    background-color: #ffffff
                }

            .jkeyboard .jline .shift {
                background-color: #fff
            }

                .jkeyboard .jline .shift.active {
                    border-color: #fff
                }

                .jkeyboard .jline .shift.lock {
                    -webkit-transform: rotate(180deg);
                    transform: rotate(180deg)
                }

            .jkeyboard .jline .backspace {
                background: url("../img/icons/backspace.svg") no-repeat center center
            }

#collapseUsernameKeyBoad, #collapsePasswordKeyBoad {
    top: 50px
}

#password_confirm_keyboard, #password_keyboard,
#username_keyboard {
    border: 1px solid #e7e7e9;
    border-radius: 5px;
    overflow: hidden
}

    #password_confirm_keyboard ul li:nth-child(1) ul, #password_keyboard ul li:nth-child(1) ul,
    #username_keyboard ul li:nth-child(1)
    ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        #password_confirm_keyboard ul li:nth-child(1) ul li.jkey.backspace,
        #password_keyboard ul li:nth-child(1) ul li.jkey.backspace,
        #username_keyboard ul li:nth-child(1) ul li.jkey.backspace {
            -webkit-box-flex: 2;
            -ms-flex: 2;
            flex: 2
        }

    #password_confirm_keyboard ul li:nth-child(2) ul, #password_keyboard ul li:nth-child(2) ul,
    #username_keyboard ul li:nth-child(2)
    ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    #password_confirm_keyboard ul li:nth-child(3) ul, #password_keyboard ul li:nth-child(3) ul,
    #username_keyboard ul li:nth-child(3)
    ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        #password_confirm_keyboard ul li:nth-child(3)
        ul li.jkey.shift, #password_keyboard ul li:nth-child(3)
        ul li.jkey.shift, #username_keyboard ul li:nth-child(3)
        ul li.jkey.shift {
            -webkit-box-flex: 2;
            -ms-flex: 2;
            flex: 2
        }

    #password_confirm_keyboard ul li:nth-child(4) ul,
    #password_keyboard ul li:nth-child(4) ul,
    #username_keyboard ul li:nth-child(4)
    ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        #password_confirm_keyboard ul li:nth-child(4) ul li.jkey.space, #password_keyboard ul li:nth-child(4) ul li.jkey.space, #username_keyboard ul li:nth-child(4) ul li.jkey.space {
            -webkit-box-flex: 4 !important;
            -ms-flex: 4 !important;
            flex: 4 !important
        }

        #password_confirm_keyboard ul li:nth-child(4) ul li.jkey.caps, #password_confirm_keyboard ul li:nth-child(4) ul li.jkey.character_switch, #password_confirm_keyboard ul li:nth-child(4) ul li.jkey.symbol_switch, #password_keyboard ul li:nth-child(4) ul li.jkey.caps, #password_keyboard ul li:nth-child(4) ul li.jkey.character_switch, #password_keyboard ul li:nth-child(4) ul li.jkey.symbol_switch, #username_keyboard ul li:nth-child(4) ul li.jkey.caps, #username_keyboard ul li:nth-child(4) ul li.jkey.character_switch, #username_keyboard ul li:nth-child(4) ul li.jkey.symbol_switch {
            -webkit-box-flex: 2 !important;
            -ms-flex: 2 !important;
            flex: 2 !important
        }

.auth-form {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 24px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    justify-items: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: center;
    align-content: center
}

@media screen and (min-width: 768px) {
    .auth-form {
        border: 1px solid #e7e7e9
    }
}

input::-webkit-input-placeholder {
    color: #cccccc !important;
    font-size: 11px
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    background-clip: text;
    -webkit-background-clip: text
}

.input-group-wrapper .err-msg {
    height: 27px;
    line-height: 27px
}

.input-group {
    border-radius: 8px;
    border: 1px solid var(--border-color);
    height: 40px
}

.keyLoggerAllert {
    right: 15px;
    z-index: 2;
    top: 27px
}

.devider {
    width: 2px;
    height: 100px;
    background-color: var(--border-color)
}

.bottom-icons {
    width: 120px
}

    .bottom-icons icon-item:hover > img {
        -webkit-filter: invert(31%) sepia(100%) saturate(2207%) hue-rotate(220deg) brightness(97%) contrast(104%);
        filter: invert(31%) sepia(100%) saturate(2207%) hue-rotate(220deg) brightness(97%) contrast(104%)
    }

/*.captcha-image {
    height: 40px;
    border-radius: 0 8px 8px 0;
    overflow: hidden;
    cursor: pointer
}

#reloadCaptchaIcon {
    height: 40px;
    border: 1px solid #e7e7e9;
    border-radius: 8px 0 0 8px;
    padding: 8px 0px 0px 0px
}*/
