﻿.error-block {
            margin: 15px 0px 0px;
            color: #ff5151;
        }

        ::selection {
            background: lightblue;
        }

        .login__block {
            background-color: #010101;
            position: relative;
        }

        span.version {
            position: absolute;
            bottom: -30px;
            right: 0px;
            font-size: 12px;
            font-style: italic;
            letter-spacing: 1.5px;
            color: rgb(173, 173, 173);
        }

        button[type="submit"] {
            cursor: pointer;
        }

        .language {
            position: absolute;
            bottom: -58px;
            left: 9px;
            font-size: 12px;
            font-style: italic;
            letter-spacing: 1.5px;
            color: rgb(173, 173, 173);
        }

            .language > a {
                position: relative;
                display: block;
                height: 24px;
                line-height: 24px;
                color: white;
                font-weight: 100;
                text-align: left;
            }

            .language img {
                height: 24px;
                width: auto;
            }

            .language ul {
                display: none;
                list-style: none;
                padding: 0px;
            }

                .language ul li {
                    height: 24px;
                    line-height: 24px;
                    margin-bottom: 2px;
                    overflow: hidden;
                }

            .language > a:hover ul {
                display: block;
            }

            .language ul li.hidden {
                display: none;
            }

        .big-size {
            font-size: 60px;
            max-width: 75%;
        }

            .big-size .form-control {
                font-size: 60px;
            }

            .big-size .zmdi-account-circle {
                font-size: 160px
            }

            .big-size .login__block__btn {
                width: 100px;
                height: 100px;
                font-size: 100px;
            }

        .theme {
            position: absolute;
            bottom: -30px;
            left: -10px;
            margin: 0px;
            height: 26px;
            line-height: 26px;
        }

            .theme .toggle-switch {
                float: left;
                padding-top: 3px;
            }

            .theme > span {
                float: left;
                margin-left: 26px;
                line-height: 25px;
            }

        .toggle-switch--dark .toggle-switch__checkbox:checked ~ .toggle-switch__helper:after {
            background-color: #292313;
        }

        [data-sa-theme="11"] {
            background-color: #E4E6E9;
            color: #000;
            font-family: sans-serif;
        }

            [data-sa-theme="11"], [data-sa-theme="11"] span.version {
                color: #000;
            }

                [data-sa-theme="11"] .login__block {
                    background-color: #fff;
                    border: 1px solid #dadada;
                }

                [data-sa-theme="11"] .login__block__header {
                    background-color: transparent;
                    border: 0px;
                }

                [data-sa-theme="11"] .login__block__btn {
                    background-color: #444;
                    line-height: 39px;
                }

                [data-sa-theme="11"] .login__block__body input.form-control {
                    border: 1px solid #dadada;
                    color: #000;
                }

                [data-sa-theme="11"] input::-webkit-input-placeholder {
                    color: #353535 !important;
                    opacity: 1;
                }

                [data-sa-theme="11"] .login__block {
                    box-shadow: 0 1px 5px rgba(0,0,0,0.4);
                }
	
        .login__block__header {
            margin-bottom: 0;
        }
	.login__block_chooseCorp{
            padding: 1rem;
        }

	.select2-container {
    		float: none !important;
    		max-width: 250px;
		width: 100% !important;
	}

	.select2-container--default .select2-selection--single .select2-selection__rendered {
    		height: 31.59px
	}

.select2-container .select2-selection--single {
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(255,255,255,.2);
    height: auto;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.25;
    padding: .6rem 0px;
    color: rgba(255,255,255,.85);
    padding-right: .6rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 31.59px;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(134, 134, 134, 0.2);
    height: auto
}

    .select2-container--default .select2-selection--single:before {
        /*content: "";
        position: absolute;
        pointer-events: none;
        z-index: 1;
        right: 1px;
        bottom: 5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 8px 8px;
        border-color: transparent transparent #d1d1d1;*/
        content: "";
        position: absolute;
        pointer-events: none;
        z-index: 1;
        right: 0px;
        bottom: 7px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 6px 8px 6px;
        border-color: #d1d1d1 transparent transparent;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: rgba(255,255,255,.5)
    }

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 0
}

.select2-container--default .select2-selection--multiple {
    background-color: transparent;
    border: 0;
    box-shadow: 0 1px 0 0 rgba(255,255,255,.2);
    border-radius: 0;
    padding-bottom: 1px
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        border-radius: 2px;
        border: 0;
        background-color: rgba(255,255,255,.08);
        padding: .4rem .8rem;
        color: rgba(255,255,255,.85)
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        margin-right: .5rem;
        color: rgba(255,255,255,.85)
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: rgba(255,255,255,.85);
            opacity: .75
        }

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        padding: 0 1px
    }

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: transparent;
    opacity: .5
}

.select2-dropdown {
    background-color: rgba(0,0,0,.96);
    border: 0;
    border-radius: 2px;
    padding: .8rem 0;
    box-shadow: 0 4px 18px rgba(0,0,0,.5);
    z-index: 99;
    margin-top: -1px;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-duration: .3s;
    animation-fill-mode: both
}

    .select2-dropdown .select2-results__option {
        padding: .65rem 1.5rem
    }

    .select2-dropdown .select2-results__option--highlighted[aria-selected] {
        background-color: rgba(255,255,255,.06);
        color: #fff
    }

    .select2-dropdown .select2-results__option[aria-disabled=true] {
        color: rgba(255,255,255,.85);
        opacity: .25
    }

    .select2-dropdown .select2-results__option[aria-selected=true] {
        position: relative;
        padding-right: 1.5rem;
        background-color: rgba(255,255,255,.06);
        color: #fff
    }

        .select2-dropdown .select2-results__option[aria-selected=true]:before {
            font-family: Material-Design-Iconic-Font;
            content: '';
            position: absolute;
            top: .45rem;
            right: 1.5rem;
            font-size: 1.3rem;
            color: #fff
        }

    .select2-dropdown .select2-search--dropdown {
        margin-top: -.5rem;
        border-bottom: 1px solid rgba(255,255,255,.08);
        position: relative;
        margin-bottom: 1rem
    }

        .select2-dropdown .select2-search--dropdown:before {
            font-family: Material-Design-Iconic-Font;
            content: '';
            font-size: 1.5rem;
            color: rgba(255,255,255,.85);
            position: absolute;
            left: 1.4rem;
            top: .5rem
        }

        .select2-dropdown .select2-search--dropdown .select2-search__field {
            border: 0;
            background-color: transparent;
            height: 2.8rem;
            padding-left: 3.5rem
        }

.select2-search__field {
    color: rgba(255,255,255,.85)
}

    .select2-search__field::-webkit-input-placeholder {
        color: rgba(255,255,255,.5)
    }

    .select2-search__field:-moz-placeholder {
        color: rgba(255,255,255,.5)
    }

    .select2-search__field::-moz-placeholder {
        color: rgba(255,255,255,.5)
    }

    .select2-search__field:-ms-input-placeholder {
        color: rgba(255,255,255,.5)
    }

span.select2-container.select2-container--open {
    z-index: 10050;
}

    span.select2-container.select2-container--open:not([dir]) {
        margin-left: 0px;
    }
	
		
.login__block__header > img {
    width: 45%;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: none;
    border-radius: 0px;
}
.btnSubmit{
	margin: 5px 0px;
}