:lang(ka-GE) * {
    text-transform: none !important;
}

/* Short Reset
...................*/
html, body, div, span, object, p,
h1, h2, h3, h4, h5, h6, a, em, img,
strong, sub, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, label {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 100%;
    list-style: none outside none;
}

input {
    -webkit-appearance: none;
}

html, body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

body {
    background-color: #fff;
    color: #7e7e7e;
    font-size: 12px;
    font-family: 'bpg_arialregular';
    cursor: default;
}

/* Shared Rules
...................*/
* {
    outline: none;
}

a {
    color: #4b61af;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h1, h2, h3, h4 {
    font-weight: normal;
    webkit-text-stroke: 0.3px;
}

.Hidden {
    display: none;
}

.noSelect {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

.Caps {
    font-family: 'vtbpackregular';
    -webkit-text-stroke: 0.3px;
    text-transform: uppercase;
}

/* Aligners
.................. */
.Center {
    margin-right: auto;
    margin-left: auto;
}

.AlignL {
    text-align: left;
}

.AlignC {
    text-align: center;
}

.AlignR {
    text-align: right;
}

.AlignJ {
    text-align: justify;
}

.FloatL {
    float: left;
}

.FloatR {
    float: Right;
}

.Clear {
    clear: both;
}

/* Colors */
.Blue {
    color: #3b5b98;
}

.Green {
    color: #4caf50;
}

.Red {
    color: #f44336;
}

.Grey {
    color: #888;
}


/* Layout
.................. */

#Main {
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

    #Main .Left {
        /*background-color: #2a4b8b;*/
        bottom: 0;
        left: 0;
        overflow: hidden;
        position: absolute;
        right: 460px;
        top: 0;
    }


        #Main .Left .Banner,
        #Main .Left .Iframe {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
        }

        #Main .Left .Banner {
            max-height: 100%;
            max-width: 100%;
        }

        #Main .Left .Iframe {
            z-index: 1;
        }

            #Main .Left .Iframe iframe {
                border: 0px none;
                bottom: 0px;
                padding: 0px;
                right: 0px;
                top: 0px;
                background: transparent none;
                margin: 0px;
                left: 0px;
                width: 100%;
                height: 100%;
                position: absolute;
            }

        #Main .Left .Content {
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

    #Main .Right {
        background-color: #fff;
        bottom: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 460px;
        overflow: auto;
        z-index: 1;
    }

        #Main .Right .Content {
            min-width: 300px;
            max-width: 460px;
            margin: 0 auto -80px;
            min-height: 100%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 20px 45px;
        }

        #Main .Right .Logo {
            display: block;
            height: 53px;
            padding: 30px 0;
            margin-bottom: 30px;
            position: relative;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }

            #Main .Right .Logo img {
                height: 53px;
            }

        #Main .Right .Title {
            margin: 10px 0;
            font-size: 25px;
        }

        #Main .Right .TitleSub {
            color: #afafaf;
            font-size: 16px;
            margin: 0;
            white-space: nowrap;
        }

        #Main .Right .Form.Marginer {
            margin: 60px 0 30px;
        }

        #Main .Right #Login #Links {
            overflow: hidden;
        }

            #Main .Right #Login #Links a {
                border-bottom: 1px dashed transparent;
                clear: both;
                display: inline-block;
                float: left;
                font-size: 11.5px;
                margin: 3px 0;
                padding: 3px 0;
                -moz-transition: all .1s ease;
                -o-transition: all .1s ease;
                -webkit-transition: all .1s ease;
                transition: all .1s ease;
            }

                #Main .Right #Login #Links a:hover {
                    text-decoration: none;
                    border-bottom: 1px #5b80bb dashed;
                }

        #Main .Right .Form {
            margin: 12px 0;
        }

.Table {
    display: table;
}

    .Table .Cell {
        display: table-cell;
    }

        .Table .Cell:first-child {
            padding-right: 5px;
        }

        .Table .Cell:last-child {
            padding-left: 5px;
        }

#Main .PageContent {
    width: 0;
    overflow: hidden;
    -moz-transition: width .2s linear;
    -o-transition: width .2s linear;
    -webkit-transition: width .2s linear;
    transition: width .2s linear;
    padding: 20px;
}

#Main .Left {
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

#Main .Right {
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}
/* Content pages */
.ShowContent #Main .Left {
}

.ShowContent #Main .Right {
    left: 10%;
    opacity: 0.6;
    right: 90%;
}

.ShowContent #Main .PageContent {
    background-color: #fff;
    bottom: 0;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
    z-index: 2;
}
/* Form */
.Form .Input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    margin: 5px 0;
    position: relative;
    width: 100%;
}

    .Form .Input i.Ico {
        bottom: 0;
        display: block;
        font-size: 20px;
        left: 0;
        line-height: 1.7;
        position: absolute;
        text-align: center;
        top: 0;
        color: #959595;
        width: 42px;
        pointer-events: none;
        cursor: text;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }

    .Form .Input input:focus + i {
        color: #2a4b8b;
    }

    .Form .Input input[type="text"],
    .Form .Input input[type="number"],
    .Form .Input input[type="password"] {
        box-sizing: border-box;
        padding: 5px 5px 5px 45px;
        height: 34px;
        width: 100%;
        background-color: #fff;
        font-size: 13px;
        color: #6d6d6d;
        font-family: 'bpg_arialregular';
        border: 1px solid #d9d9d9;
        -moz-transition: all .1s ease;
        -o-transition: all .1s ease;
        -webkit-transition: all .1s ease;
        transition: all .1s ease;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .Form .Input input:required,
    .Form .Input select:required,
    .Form .Input textarea:required {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
    }

    .Form .Input input[type="text"]:focus,
    .Form .Input input[type="number"],
    .Form .Input input[type="password"]:focus {
        color: #111;
        border: 1px solid #2a4b8b;
    }

    .Form .Input input::-webkit-input-placeholder {
        color: #a9a9a9;
        /*font-size: 11px;*/
        line-height: 2;
        opacity: 1;
        -moz-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        transition: none;
    }

    .Form .Input input:-moz-placeholder {
        color: #a9a9a9;
        /*font-size: 11px;*/
        line-height: 2;
        opacity: 1;
        -moz-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        transition: none;
    }

    .Form .Input input::-moz-placeholder {
        color: #a9a9a9;
        /*font-size: 11px;*/
        line-height: 2;
        opacity: 1;
        -moz-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        transition: none;
    }

    .Form .Input input:-ms-input-placeholder {
        color: #a9a9a9;
        /*font-size: 11px;*/
        line-height: 2;
        opacity: 1;
        -moz-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        transition: none;
    }

/* Tel code inputs */
.Form .Label {
    display: block;
    margin: 18px 0px 10px;
    line-height: normal;
    color: #B1B1B1;
    font-size: 12px;
}

.Form #TelCodesInputs .Input .Num {
    display: block;
    float: left;
    margin-left: 3%;
    margin-bottom: 5px;
    position: relative;
    width: 31.3333%;
}

    .Form #TelCodesInputs .Input .Num:first-child {
        margin-left: 0;
    }

    .Form #TelCodesInputs .Input .Num label {
        border-right: 1px dashed #ccc;
        display: block;
        font-family: "vtbpackregular";
        font-size: 18px;
        height: 34px;
        left: 22px;
        line-height: 2.1;
        position: absolute;
        text-align: center;
        top: 0;
        transition: all 0.1s ease 0s;
        width: 34px;
    }

    .Form #TelCodesInputs .Input .Num input {
        font-family: "vtbpackregular";
        font-size: 18px;
        padding-left: 56%;
        padding-right: 6%;
        color: #929292;
        padding-top: 8px;
        text-align: center;
    }


        .Form #TelCodesInputs .Input .Num input + .Ico {
            border-right: 1px dashed #ccc;
            font-family: "vtbpackregular";
            font-size: 18px;
            font-weight: bold;
            line-height: 1.5;
            width: 50%;
        }

            .Form #TelCodesInputs .Input .Num input + .Ico::before {
                font-family: "VtbIcons";
                font-size: 20px;
                font-weight: normal;
                position: relative;
                top: 2px;
            }

        .Form #TelCodesInputs .Input .Num input:focus + .Ico {
            border-color: #2a4b8b;
            color: #2a4b8b;
        }

/* Buttons */
.Buttons {
    overflow: hidden;
    padding: 10px 0;
    margin: -15px 0 40px;
}

    /*
#Login .Buttons {
    margin: -15px 0 15px;
}
*/

    .Buttons a,
    .Buttons input[type="button"],
    .Buttons input[type="submit"],
    .Buttons button {
        background-color: #2a4b8b;
        border: none;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        border-radius: 3px;
        font-size: 13px;
        line-height: 1;
        padding: 11px 20px 8px;
        text-transform: uppercase;
        vertical-align: top;
        -webkit-text-stroke: 0.3px;
        position: relative;
        -moz-transition: opacity .1s ease;
        -o-transition: opacity .1s ease;
        -webkit-transition: opacity .1s ease;
        transition: opacity .1s ease;
    }

@-moz-document url-prefix() {
    .Buttons input[type=button],
    .Buttons input[type=submit],
    .Buttons button {
        padding: 10px 20px 7px;
    }
}

body .Buttons a:active,
body .Buttons input[type="button"]:active,
body .Buttons input[type="submit"]:active,
body .Buttons button:active {
    top: 1px;
    opacity: .8;
}

body .Buttons .Disabled,
body .Buttons input[type="button"]:disabled,
body .Buttons input[type="submit"]:disabled,
body .Buttons button:disabled {
    background-color: #e2e2e2;
    color: #828282;
    cursor: default;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

    body .Buttons .Disabled:active,
    body .Buttons input[type="button"]:disabled:active,
    body .Buttons input[type="submit"]:disabled:active,
    body .Buttons button:disabled:active {
        top: 0;
    }

.Buttons a:hover,
.Buttons input[type="button"]:hover,
.Buttons input[type="submit"]:hover,
.Buttons button:hover {
    text-decoration: none;
}

.Buttons .Link {
    background: none;
    font-size: 12px;
    color: #4b61af;
    padding: 10px 0px;
    -webkit-text-stroke: 0;
    text-transform: initial;
}

    .Buttons .Link:hover {
        /*color: #4b61af;*/
        text-decoration: underline;
    }

.Buttons .Blue {
    background-color: #4b61af;
}

.Buttons .Green {
    background-color: #4caf50;
}

.Buttons .Red {
    background-color: #f44336;
}

.Buttons .Grey {
    background-color: #888;
}

.WithLoader:before {
    font-size: 22px;
    content: "\e62e";
    line-height: 23px;
    font-family: 'VtbIcons';
    display: inline-block;
    width: 0;
    height: 22px;
    text-align: center;
    margin-right: 0;
    margin-top: -6px;
    margin-bottom: -6px;
    vertical-align: middle;
    margin-left: 0;
    transition: all .3s ease-in-out;
    opacity: 0;
    position: relative;
    top: -1px;
}

.IsLoading:before {
    width: 22px;
    margin-right: 9px;
    margin-left: -9px;
    opacity: 1;
    animation: spin 1s infinite linear;
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Checkbox */
.Checkbox {
    display: inline-block;
    font-size: 12px;
    padding: 10px 10px 10px 40px;
    position: relative;
    cursor: pointer;
}

#Login .Buttons .Checkbox {
    margin-top: 3px;
}

.Checkbox input {
    display: none;
}

.Checkbox .Btn {
    background-color: #a4a4a4;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    cursor: pointer;
    display: block;
    height: 18px;
    margin-top: -9px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 32px;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}

    .Checkbox .Btn:after {
        background-color: transparent;
        bottom: 0;
        content: " ";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }

    .Checkbox .Btn i {
        background-color: #ffffff;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        border-radius: 100px;
        display: block;
        height: 16px;
        left: 0;
        margin: 1px;
        position: absolute;
        width: 16px;
        -moz-transition: all .1s ease;
        -o-transition: all .1s ease;
        -webkit-transition: all .1s ease;
        transition: all .1s ease;
    }

        .Checkbox .Btn i:active,
        .Checkbox .Btn:active i {
            -moz-transform: scale(.9);
            -ms-transform: scale(.9);
            -o-transform: scale(.9);
            -webkit-transform: scale(.9);
            transform: scale(.9);
        }

.Checkbox input:checked + span {
    background-color: #2f538d;
}

    .Checkbox input:checked + span i {
        left: 14px;
    }

/* Validations */
.Form .Input .Invalid {
    color: #fe6a6a;
}

    .Form .Input .Invalid + i,
    .Form .Input .Invalid:focus + i,
    .Form #TelCodesInputs .Input .Num .Invalid:focus + .Ico,
    .Form #TelCodesInputs .Input .Num .Invalid:focus + .Ico:before {
        color: #fe6a6a;
    }

.Form .Input .ErrMsg,
.Form .Input .error {
    color: #fe6a6a;
    display: block;
    font-size: 11px;
    line-height: 1.4;
    padding: 5px 5px 0;
    text-align: left;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.Form .Input .ErrMsg {
    display: none;
}

.ErrorMessage {
    color: #fe6a6a;
    font-size: 12px;
    margin-bottom: -25px;
    margin-top: 20px;
    padding: 10px 0;
}

    .ErrorMessage div,
    .ErrorMessage .error {
        display: block;
        margin: 5px 0;
        line-height: 1.25;
    }

.UserNameLab {
    font-size: 20px;
    letter-spacing: 2px;
    font-family: 'vtbpackregular';
}

.SuccessMessage .Icon {
    display: inline-block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 4px solid rgb(20, 191, 20);
    position: relative;
    margin-top: 63px;
}

    .SuccessMessage .Icon:before {
        content: " ";
        display: inline-block;
        position: absolute;
        border-top: 5px solid rgb(20, 191, 20);
        height: 1px;
        width: 26px;
        transform: rotate(37deg);
        transform-origin: left top 0px;
        top: 25px;
        left: 9px;
        z-index: 1;
    }

    .SuccessMessage .Icon:after {
        content: " ";
        display: block;
        height: 5px;
        width: 50px;
        position: absolute;
        top: 38px;
        right: -18px;
        box-shadow: 0px 0px 0px 4px white;
        background-color: rgb(20, 191, 20);
        overflow: hidden;
        border-radius: 0px 35px 0px 0px;
        transform: rotate(-52deg);
        transform-origin: left bottom 0px;
    }

.SuccessMessage .Message span {
    text-align: center;
    display: block;
    margin: 33px auto 0px;
    color: rgb(20, 191, 20);
}

    .SuccessMessage .Message span span {
        font-size: 17px;
        margin-top: 7px;
        display: block;
    }

.instruction {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 40px;
}

    .instruction li {
        display: inline-block;
        margin-right: 20px;
    }

        .instruction li:last-child {
            margin-right: 0;
        }

        .instruction li .instruction-view {
            /*color: #4b61af;*/
            float: left;
            cursor: pointer;
        }

            .instruction li .instruction-view:before {
                font-size: 14px;
                float: left;
                margin-right: 3px;
                font-family: 'VtbIcons';
                margin-top: -2px;
            }

            .instruction li .instruction-view span {
                /*color: #4b61af;*/
                float: left;
                display: block;
                margin-top: -3px;
            }

            .instruction li .instruction-view:hover span {
                text-decoration: underline;
            }

/* Footer */
#Footer {
    position: relative;
    padding: 18px 45px;
    max-width: 460px;
    margin: 0 auto 15px;
    box-sizing: border-box;
}

    #Footer .SSOIcon {
        background-color: #A4A4A4;
        height: 30px;
        margin-top: -15px;
        overflow: hidden;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 30px;
    }

        #Footer .SSOIcon .Ico {
            color: #fff;
            font-size: 29px;
            opacity: 0.8;
            position: relative;
            top: 3px;
        }

    #Footer p {
        font-size: 11px;
        line-height: 129%;
        padding-left: 40px;
    }

        #Footer p span {
            font-family: Tahoma;
            font-size: 12px;
        }

.FooterHolder {
    height: 55px;
}
