﻿.login-container {
    overflow-y: hidden !important;
}

#login-form {
/*    padding: 0px 30px 10px 30px !important;*/
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 7%;
    -ms-transform: translateY(-13%);
    transform: translateY(-13%);
}

.login-container .form-wrap {
/*    width: 40% !important;*/
}

.form-wrap{

}

.login-container h4 {
    text-align: left;
    font-size: 16px !important;
}

.rightDiv {
    float: right;
    border-left: 2px solid #ec1165;
    background-image: url(../../../Content/Images/loginImage.jpg);
    height: calc(100vh - 0px);
    background-repeat: no-repeat;
    background-size: cover;
}

.rightDiv .div-bottom{
    position: fixed;
    bottom: 28px;
}

.rightDiv .div-bottom a,
.rightDiv .div-bottom span{
    color:white;
    padding: 0px 20px;
}

.leftDiv {
    padding: 40px;
}

.div-signup{
    margin-top: 100px !important;
}

.input-group-btn {
    position: relative;
    font-size: 16px;
    white-space: nowrap;
}

    .input-group-btn button {
        background-color: transparent;
        border: none;
        color: #ec1165;
    }

/* BUTTONS */

.btn-login-type {
    background-color: black !important;
    border: none;
    border-bottom: 4px solid #ec1165;
    color: white !important;
    padding: 10px 20px;
    outline: none;
    font-size: 15px;
}

.not-selected {
    background-color: black !important;
    border: none;
    border-bottom: 1px solid white !important;
    color: white !important;
    padding: 10px 20px;
}

    .not-selected:hover {
        background-color: transparent !important;
        border: none;
        border-bottom: 4px solid #F48FB1 !important;
        color: lightgrey !important;
        padding: 10px 20px;
        outline: none !important;
    }

    .not-selected:focus,
    .not-selected:active{
        outline: none !important;
    }

.komintent-text,
.korisnik-text{
    font-size: 11px;
}

#wrong-info-login .alert {
    margin-bottom: 0px !important;
    padding: 10px !important;
}
/*#region User And Client Switch Old Code Backup */
/*User and Client Switch*/
.onoffswitch {
    position: relative;
    width: 160px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    position: unset !important;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #ec1165;
    border-radius: 10px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "Коминтент (B2B)";
        padding-left: 10px;
        background-color: transparent;
    }

    .onoffswitch-inner:after {
        content: "Корисник";
        padding-right: 10px;
        /*background-color: #EEEEEE;
        color: #ec1165;*/
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    border: 2px solid #999999;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 128px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

input[type="checkbox"] + label:before, input[type="checkbox"] + label.error:before {
    content: '';
    display: none !important;
    width: 20px;
    height: 20px;
    border: 2px solid #ec1165;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

/*#endregion */

@media only screen and (max-width: 768px) {
    .vertical-center {
        top: 12%;
        position: relative;
        transform: translateY(4%);
    }

    .politics {
        color: white !important;
    }
}

