﻿::-ms-clear {
    display: none;
}

::-ms-reveal {
    display: none;
}

html, body {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font: 14px sans-serif, 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva;
    font-weight: normal;
}

a, a:hover, a:focus {
    color: #8E44AD;
}

.hoverable {
    position: relative;
}

    .hoverable::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #FFF;
        opacity: 0;
        -webkit-transform: scale3d(0.1, 1, 1);
        transform: scale3d(0.1, 1, 1);
        -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
        transition: transform 0.6s, opacity 0.6s;
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    }

    .hoverable:hover::before, .hoverable:focus::before, .hoverable:active::before {
        opacity: 0.2 !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }

.isk-login {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-wrap: wrap;
}

.isk-login-right {
    background-repeat: no-repeat;
    background-position: right bottom;
    width: calc(100% - 520px);
    position: relative;
    z-index: 1;
    min-height: 100vh;
    background-image: url(../Images/login/logincover.jpg);
    background-color: #F2F2F2;
}

.isk-login-left {
    width: 520px;
    min-height: 100vh;
    background: #fff;
    border-radius: 2px;
    position: relative;
}

    .isk-login-left > form {
        width: 100%;
        background-color: transparent;
    }

footer {
    text-align: center;
    line-height: 30px;
    color: #444;
    font-weight: bold;
}

.isk-login-block {
    padding: 10px 20px;
    min-height: calc(100vh - 50px);
    height: calc(100vh - 50px);
    display: table;
    width: calc(100% - 40px);
}

    .isk-login-block > article {
        display: table-cell;
        vertical-align: middle;
    }

        .isk-login-block > article > img {
            display: none;
        }

    .isk-login-block h2 {
        text-align: left;
        color: #000;
        margin: 0 0 30px 0;
        padding: 0;
    }

        .isk-login-block h2 > span {
            color: #8E44AD;
        }

.isk-login-input {
    position: relative;
}

    .isk-login-input > i {
        position: absolute;
        font-size: 20px;
        top: 10px;
        left: 10px;
        color: #999;
    }

    .isk-login-input > input {
        border: 0;
        width: 100%;
        height: 42px;
        box-sizing: border-box;
        margin-bottom: 20px;
        padding: 0 40px 1px 40px;
        outline: none;
        background-color: transparent;
    }

        .isk-login-input > input:active + i, .isk-login-input > input:focus + i, .isk-login-input > input:hover + i {
            color: #8E44AD;
        }

.isk-login-input-showPassword, .isk-login-input-showPassword:hover, .isk-login-input-showPassword:focus {
    position: absolute;
    text-decoration: none;
    font-size: 20px;
    top: 10px;
    right: 10px;
    color: #999;
}

    .isk-login-input-showPassword:hover, .isk-login-input-showPassword:focus {
        color: #8E44AD;
    }

.isk-login-btn {
    width: 100%;
    height: 60px;
    background: #8E44AD;
    box-sizing: border-box;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
}

.isk-login-separator {
    margin: 40px 0;
    position: relative;
}

    .isk-login-separator > hr {
        background-color: #999;
        height: 1px;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .isk-login-separator > span {
        display: block;
        position: absolute;
        left: 50%;
        top: -20px;
        margin-left: -20px;
        color: white;
        width: 40px;
        height: 40px;
        text-align: center;
        background-color: #999;
        border-radius: 50%;
        line-height: 40px;
    }

.isk-login-input-checkbox {
    padding-left: 27px;
    position: relative;
    display: block;
    margin-bottom: 10px;
}

    .isk-login-input-checkbox > input[type=checkbox] {
        opacity: 0;
        z-index: 1;
        cursor: pointer;
        width: 25px;
        height: 25px;
        margin-top: 0px;
    }

    .isk-login-input-checkbox > label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 12px;
        line-height: 25px;
    }

    .isk-login-input-checkbox > input[type="checkbox"]:checked + label::before {
        background-color: #8E44AD;
        border-color: #8E44AD;
    }

    .isk-login-input-checkbox > label::before {
        border-radius: 50%;
        content: "";
        display: inline-block;
        position: absolute;
        width: 25px;
        height: 25px;
        left: 0;
        margin-left: -20px;
        border: 2px solid #8E44AD;
        -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    }

    .isk-login-input-checkbox > input[type="checkbox"]:checked + label:after {
        font-family: "Font Awesome 5 Free";
        content: "\f00c";
        display: inline-block;
        position: absolute;
        width: 25px;
        height: 25px;
        left: 0;
        top: 0;
        margin-left: -20px;
        font-size: 15px;
        font-weight: bolder;
        color: #FFF;
        text-align: center;
    }

.isk-login-error-message > span {
    position: absolute;
    z-index: 5;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background-color: rgba(220,53,69,.8);
    top: 40px;
    width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 4px 12px;
}


.form-control {
    background: no-repeat bottom,50% calc(100% - 1px) !important;
    background-size: auto auto, auto auto !important;
    background-size: 0 100%,100% 100% !important;
    border: 0;
    -webkit-transition: background 0s ease-out !important;
    -moz-transition: background 0s ease-out !important;
    -o-transition: background 0s ease-out !important;
    -ms-transition: background 0s ease-out !important;
    transition: background 0s ease-out !important;
    border-radius: 0;
    font-size: 14px;
    box-shadow: none !important;
    background-image: linear-gradient(0deg,#8E44AD 3px,rgba(156,39,176,0) 0),linear-gradient(0deg,rgb(210, 210, 210) 1px,hsla(0,0%,82%,0) 0) !important;
    height: auto;
    min-height: 34px;
    padding: 0;
}

    .form-control:hover {
        background-image: linear-gradient(0deg,#8E44AD 3px,rgba(156,39,176,0) 0),linear-gradient(0deg,#3c4858 1px, hsla(0,0%,82%,0) 0) !important;
    }

    .form-control:focus {
        background-size: 100% 100%,100% 100% !important;
        transition-duration: .3s !important;
    }


@media (max-width: 520px) {
    .isk-login-right {
        display: none;
    }

    .isk-login-block > article > img {
        display: block;
        padding-bottom: 15px;
    }
}

/************************/
.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 0;
}

    .btn-social > :first-child {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 32px;
        line-height: 34px;
        font-size: 1.6em;
        text-align: center;
        border-right: 1px solid rgba(0,0,0,0.2)
    }

    .btn-social.btn-lg {
        padding-left: 55px;
        font-size: 16px;
        padding-right: 5px;
    }

        .btn-social.btn-lg > :first-child {
            line-height: 45px;
            width: 45px;
            font-size: 1.8em
        }

.btn-social-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0
}

    .btn-social-icon > :first-child {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 32px;
        line-height: 34px;
        font-size: 1.6em;
        text-align: center;
        border-right: 1px solid rgba(0,0,0,0.2)
    }

    .btn-social-icon.btn-lg {
        padding-left: 61px
    }

        .btn-social-icon.btn-lg > :first-child {
            line-height: 45px;
            width: 45px;
            font-size: 1.8em
        }

    .btn-social-icon > :first-child {
        border: none;
        text-align: center;
        width: 100% !important
    }

    .btn-social-icon.btn-lg {
        height: 45px;
        width: 45px;
        padding-left: 0;
        padding-right: 0
    }

.btn-facebook {
    color: #fff !important;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2)
}

    .btn-facebook:focus, .btn-facebook.focus {
        color: #fff;
        background-color: #2d4373;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-facebook:hover {
        color: #fff !important;
        background-color: #2d4373;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
        color: #fff !important;
        background-color: #2d4373;
        border-color: rgba(0,0,0,0.2)
    }

        .btn-facebook:active:hover, .btn-facebook.active:hover, .open > .dropdown-toggle.btn-facebook:hover, .btn-facebook:active:focus, .btn-facebook.active:focus, .open > .dropdown-toggle.btn-facebook:focus, .btn-facebook:active.focus, .btn-facebook.active.focus, .open > .dropdown-toggle.btn-facebook.focus {
            color: #fff !important;
            background-color: #23345a;
            border-color: rgba(0,0,0,0.2)
        }

    .btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
        background-image: none
    }

    .btn-facebook.disabled, .btn-facebook[disabled], fieldset[disabled] .btn-facebook, .btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook.focus, .btn-facebook.disabled:active, .btn-facebook[disabled]:active, fieldset[disabled] .btn-facebook:active, .btn-facebook.disabled.active, .btn-facebook[disabled].active, fieldset[disabled] .btn-facebook.active {
        background-color: #3b5998;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-facebook .badge {
        color: #3b5998;
        background-color: #fff
    }

.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0,0,0,0.2)
}

    .btn-google:focus, .btn-google.focus {
        color: #fff !important;
        background-color: #c23321;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-google:hover {
        color: #fff !important;
        background-color: #c23321;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
        color: #fff !important;
        background-color: #c23321;
        border-color: rgba(0,0,0,0.2)
    }

        .btn-google:active:hover, .btn-google.active:hover, .open > .dropdown-toggle.btn-google:hover, .btn-google:active:focus, .btn-google.active:focus, .open > .dropdown-toggle.btn-google:focus, .btn-google:active.focus, .btn-google.active.focus, .open > .dropdown-toggle.btn-google.focus {
            color: #fff !important;
            background-color: #a32b1c;
            border-color: rgba(0,0,0,0.2)
        }

    .btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
        background-image: none
    }

    .btn-google.disabled, .btn-google[disabled], fieldset[disabled] .btn-google, .btn-google.disabled:hover, .btn-google[disabled]:hover, fieldset[disabled] .btn-google:hover, .btn-google.disabled:focus, .btn-google[disabled]:focus, fieldset[disabled] .btn-google:focus, .btn-google.disabled.focus, .btn-google[disabled].focus, fieldset[disabled] .btn-google.focus, .btn-google.disabled:active, .btn-google[disabled]:active, fieldset[disabled] .btn-google:active, .btn-google.disabled.active, .btn-google[disabled].active, fieldset[disabled] .btn-google.active {
        background-color: #dd4b39;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-google .badge {
        color: #dd4b39;
        background-color: #fff
    }

.btn-twitter {
    color: #fff !important;
    background-color: #55acee;
    border-color: rgba(0,0,0,0.2)
}

    .btn-twitter:focus, .btn-twitter.focus {
        color: #fff;
        background-color: #2795e9;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-twitter:hover {
        color: #fff !important;
        background-color: #2795e9;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
        color: #fff !important;
        background-color: #2795e9;
        border-color: rgba(0,0,0,0.2)
    }

        .btn-twitter:active:hover, .btn-twitter.active:hover, .open > .dropdown-toggle.btn-twitter:hover, .btn-twitter:active:focus, .btn-twitter.active:focus, .open > .dropdown-toggle.btn-twitter:focus, .btn-twitter:active.focus, .btn-twitter.active.focus, .open > .dropdown-toggle.btn-twitter.focus {
            color: #fff !important;
            background-color: #1583d7;
            border-color: rgba(0,0,0,0.2)
        }

    .btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
        background-image: none
    }

    .btn-twitter.disabled, .btn-twitter[disabled], fieldset[disabled] .btn-twitter, .btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled].focus, fieldset[disabled] .btn-twitter.focus, .btn-twitter.disabled:active, .btn-twitter[disabled]:active, fieldset[disabled] .btn-twitter:active, .btn-twitter.disabled.active, .btn-twitter[disabled].active, fieldset[disabled] .btn-twitter.active {
        background-color: #55acee;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-twitter .badge {
        color: #55acee;
        background-color: #fff
    }

.btn-microsoft {
    color: #fff !important;
    background-color: #2672ec;
    border-color: rgba(0,0,0,0.2)
}

    .btn-microsoft:focus, .btn-microsoft.focus {
        color: #fff;
        background-color: #125acd;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-microsoft:hover {
        color: #fff !important;
        background-color: #125acd;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
        color: #fff !important;
        background-color: #125acd;
        border-color: rgba(0,0,0,0.2)
    }

        .btn-microsoft:active:hover, .btn-microsoft.active:hover, .open > .dropdown-toggle.btn-microsoft:hover, .btn-microsoft:active:focus, .btn-microsoft.active:focus, .open > .dropdown-toggle.btn-microsoft:focus, .btn-microsoft:active.focus, .btn-microsoft.active.focus, .open > .dropdown-toggle.btn-microsoft.focus {
            color: #fff !important;
            background-color: #0f4bac;
            border-color: rgba(0,0,0,0.2)
        }

    .btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
        background-image: none
    }

    .btn-microsoft.disabled, .btn-microsoft[disabled], fieldset[disabled] .btn-microsoft, .btn-microsoft.disabled:hover, .btn-microsoft[disabled]:hover, fieldset[disabled] .btn-microsoft:hover, .btn-microsoft.disabled:focus, .btn-microsoft[disabled]:focus, fieldset[disabled] .btn-microsoft:focus, .btn-microsoft.disabled.focus, .btn-microsoft[disabled].focus, fieldset[disabled] .btn-microsoft.focus, .btn-microsoft.disabled:active, .btn-microsoft[disabled]:active, fieldset[disabled] .btn-microsoft:active, .btn-microsoft.disabled.active, .btn-microsoft[disabled].active, fieldset[disabled] .btn-microsoft.active {
        background-color: #2672ec;
        border-color: rgba(0,0,0,0.2)
    }

.btn-office-365 .badge {
    color: #E53D10 !important;
    background-color: #fff
}

.btn-office-365 {
    color: #fff !important;
    background-color: #E53D10;
    border-color: rgba(0,0,0,0.2)
}

    .btn-office-365:focus, .btn-office-365.focus {
        color: #fff;
        background-color: #E53D10;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-office-365:hover {
        color: #fff !important;
        background-color: #E53D10;
        border-color: rgba(0,0,0,0.2)
    }
