﻿body {
    overflow: hidden
}

.login-wrapper {
    display: flex;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
}

.login {
    width: 600px;
    min-width: 600px;
    display: flex;
    flex-direction: column;
    padding: 20px 48px;
    box-sizing: border-box;
    overflow-y: auto;
    background: #eeeeee;
    color: #fff;
}

.content {
    flex: 1;
    min-width: 750px;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .content img {
        height: 320px
    }

.login-form {
    width: 100%;
    margin: auto;
    min-width: 400px;
    max-width: 300px;
}

    .login-form .logo-ihh {
        height: 150px;
        -webkit-user-select: none;
        user-select: none;
        text-align: center;
        margin-bottom: 50px
    }

        .login-form .logo-ihh img {
            height: 100%
        }

    .login-form input {
        height: auto;
        font-size: 14px;
        width: 100%;
        margin-bottom: 10px;
        padding: 15px 15px 15px 40px;
        border-radius: 7px;
        outline: none;
        border: transparent;
        color: #000;
        box-sizing: border-box;
        background-color: #f6f6f6;
        color: #818181;
        font-weight: bold;
    }

        .login-form input::placeholder {
            color: #818181;
            font-weight: bold;
            font-size: 14px;
        }

    .login-form button {
        width: 100%;
        height: 48px;
        border-radius: 15px;
        background-color: #352554;
        outline: none;
        border: transparent;
        -moz-appearance: none;
        -webkit-appearance: none;
        font-weight: bold
    }

        .login-form button:hover {
            background-color: #352554;
            outline: none;
            border: transparent;
            -moz-appearance: none;
            -webkit-appearance: none;
        }

    .login-form > .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #352554 !important
    }

    .login-form > .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
        background-color: #352554 !important;
        border: none !important;
        outline: none !important
    }

    .login-form > .btn-primary.focus, .btn-primary:focus {
        background-color: #352554 !important;
        border: none !important;
        outline: none !important
    }

    .login-form select {
        height: auto;
        font-size: 14px;
        width: 100%;
        margin-bottom: 10px;
        padding: 15px 15px 15px 40px;
        border-radius: 7px;
        outline: none;
        border: transparent;
        color: #818181;
        box-sizing: border-box;
        background-color: #f6f6f6;
        -moz-appearance: none;
        -webkit-appearance: none;
        font-weight: bold;
        appearance: none;
    }

        .login-form select option {
            color: #818181;
        }

    .login-form option[value=""][disabled] {
        display: none;
    }

    .login-form .form-group {
        position: relative;
    }

        .login-form .form-group .icon {
            position: absolute;
            height: 15px;
            top: 16px;
            left: 15px;
        }

            .login-form .form-group .icon img {
                height: 100%
            }

        .login-form .form-group .arrow {
            position: absolute;
            top: 20px;
            right: 15px;
            height: 8px;
        }

            .login-form .form-group .arrow img {
                height: 100%
            }

    .login-form .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        background-color: #8e8a8a;
    }



@media only screen and (max-width: 1235px) {
    .content {
        min-width: 600px
    }
}

@media only screen and (max-width: 1160px) {
    .content {
        min-width: 570px
    }
}

@media only screen and (max-width: 1024px) {
    .login-wrapper .login {
        width: 100%;
        min-width: 100%;
    }

    .content {
        display: none;
    }
}
