﻿.lgn-body {
    background-color: #929595;
    display: flex;
}

.lgn-block {
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-wrap: nowrap;
    margin: auto;
    height: 483px;
}

.lgn-work {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    width: 542px;
    height: 483px;
    background-color: #FFFFFF;
    padding: 10px 10px 18px;
    display: flex;
    flex-direction: column;
}
.lgn-loading {
    height: 483px;
    background: center url("/images/ajax-loader-large.gif") no-repeat;
}
.lgn-logo {
    background-color: #4DA1FF;
    width: 279px;
    height: 483px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    background-image: url("/images/svg/logoE.svg");
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 0px;
}

.lgn-back {
    margin: 10px 20px 0;
    padding-left:14px;
    background-image: url("/images/svg/ic-spliter-left.svg");
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 4px;
    cursor:pointer;
}
.lgn-lng-block {
    float:right;
}
.lgn-lng {
    width: 110px;
}

.lgn-login-block {
    /*margin: 84px auto 91px;*/
    margin: auto;
    width: 300px;
    /*height: 300px;*/
    /*background-color: lightgreen;*/
}

    .lgn-login-block input {
        /*height: 36px;*/
        margin-bottom: 12px;
    }
.lgn-block-issue {
     width: 410px;
}
.lgn-w300 {
    width: 300px;
}

.lgn-forgot {
    float: right;
}

.lgn-listbox {
    border: none;
    height: 142px;
}

.lgn-listbox .ah-listbox-rowdiv {
    margin-top: 2px;
    padding: 6px 12px 6px;
    cursor:pointer;
    overflow-x: hidden;
    display:flex;
    border-radius: 5px;
    border: 1px solid #E5EFF7
}

.lgn-item {
    background-image: url("/images/svg/ic-user.svg");
    background-repeat: no-repeat;
    background-position-x: 8px;
    background-position-y: 8px;
    padding-left: 28px !important;
}

div, input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.lgn-gray-header {
    margin: 100px 30px 0;
}

.lgn-gray-header div {
    color: var(--solid-neutral-grey-50);
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
}

.lgn-forgot-msg {
    margin: 10px -80px 25px;
}

.lgn-sent-ok {
    display: inline-block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 34px;
    color: #323C47;
    text-align: center;
    padding-left:48px;
    background-image: url("/images/svg/ic-sent-ok.svg");
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 0px;

}
.lgn-exclamation {
    display: inline-block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 34px;
    color: #323C47;
    text-align: center;
    padding-left:48px;
    background-image: url("/images/svg/ic-login-exclamation.svg");
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 0px;

}
.lgn-sent-gray {
    color: var(--solid-neutral-grey-50);
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    margin-left: 50px;
}
.lgn-error-block {
    padding: 6px;
    min-height: 24px;
    max-height: 78px;
    overflow: auto;
}