.login-main{
    min-height: 100vh;
    background: url(../img_new/bg.png) #1f3585;
}
.login-container{
    width: 1088px;
    margin: auto;
    max-width: 100%;
    padding: 0 2rem
}

.login-container .lcard{
    border-radius: 20px;
    border: 1px solid #FFF;
    background: var(--blue-gradaient, linear-gradient(180deg, #EDEEEF 0%, #C6CDFC 100%));
    padding: 16px;
}
.main{
    display: flex;
    align-items: center;
}
.main>div.lform{
    width: 50%;
    padding: 0px 100px 0px 80px;
}
.main>div.cslider{
    width: 50%;
}
.main>div.lform .clientLogo{
    text-align: center;
    margin-bottom: 48px;
}
.main>div.lform .clientLogo img{
    height: 32px;
}
.main>div.lform input, .main>div.lform .btn{
    border-radius: 22px;
}
.slider-img{
    width: 100%;
    height: 410px;
    background-size: cover;
    background-position: right;
    border-radius: 16px;
}
.bottomCards .card{
    padding: 20px;
}
.bottomCards p{
    margin: 0px;
    color: #585858;
}
.bottomCards .cardMain{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: inherit;
}
.bottomCards .cardMain h3{
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    margin: 0px;
}
.bottomCards .icon{
    width: 54px;
    height: 54px;
    text-align: center;
    border-radius: 50%;
    border: rgba(0, 0, 0, 0.15) solid 2px;
    line-height: 54px;
    transition: ease all .3s;
}
.bottomCards .cardMain:hover .icon{
    transition: ease all .3s;
    background-color: rgba(251, 250, 250, 0.45);
}
.bottomCards .supprt{
    border-radius: 20px;
    background: var(--blue-gradaient, linear-gradient(180deg, #EDEEEF 0%, #C6CDFC 100%));
    /* shadow */
    box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.15);
}
.bottomCards .help{
    border-radius: 20px;
    background: linear-gradient(180deg, #FFF 0%, #DBCBB7 100%);
    /* shadow */
    box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.15);
}
.bottomCards .rnote{
    border-radius: 20px;
    background: linear-gradient(180deg, #FFF 0%, #D3E2C4 100%);
    /* shadow */
    box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.15);
}
.login-container .header{
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    position: relative;
}
.login-container .header .highlite{
    width: 222px;
    height: 6px;
    background: url(../img_new/highlite.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 0px;
    right: -24px;
}
.logoMain{
    position: relative;
    display: inline-block;
    color: #fff;
}
.logoMain p{
    font-size: 9px;
    margin: 0px;
    padding-left: 10px;
    position: absolute;
    bottom: -9px;
}
.productMain{
    display: flex;
}
.productMain p{
    padding-top: 8px;
    color: #fff;
    margin: 0px;
    margin-left: 16px;
    font-size: 11px;
    vertical-align: middle;
}
.productLogo{
    display: inline-block;
    position: relative;
}
.productLogo span{
    position: absolute;
    width: 35px;
    border-radius: 12px;
    text-align: center;
    top: 0px;
    background: rgba(250, 250, 250, .4);
    display: inline-block;
    right: -15px;
    top: -12px;
    color: #fff;
    font-size: 10px;
    line-height: 17px;
}
.copyright{
    color: #E7E7E7;
    padding: 1.25rem 0 1rem 0;
    margin-bottom: 0px;
    position: relative;
}
.copyright .highlite{
    width: 222px;
    height: 6px;
    background: url(../img_new/highlite.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    bottom: 0px;
    left: -24px;
}
.forgotPassword{
    color: #6c6e7c;
    display: inline-block;
    margin-top: 1rem;
}
.loginicon{
    background: url(../img_new/user.svg)#fff no-repeat center right;
    padding-left: 16px;
}
.passwordIcon{
    background: url(../img_new/lock.svg)#fff no-repeat center right;
    padding-left: 16px;
}
.eye-icon{
    position: absolute;
    bottom: 1px;
    right: 18px;
    transform: translateY(-50%);
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: #fff;
    text-align: center;
    color: #808080;
    font-size: 14px;
}
.login-main .btn,.login-main input[type=text],.login-main input[type=password]{
    height: 42px
}
input[type=text], input[type=password], input[type=file]{
    font-size: 13px;
    color: #545454;
}
.createTicketMain select{
    font-size: 13px;
    color: #545454;
}
.createTicketMain label{
    font-weight: 600;
}
thead th{
    font-weight: 500;
}
.val_mes_container{
    background: rgb(250 189 3 / 55%);
    padding: 0px 10px;
    color: #ffffff;
    font-size: 12px;
    width: calc(100% - 20px);
    bottom: -20px;
    border-radius: 5px;
    left: 10px;
    position: absolute;
}
.form-label{
    margin-bottom: .2rem;
    font-size: 13px;
    position: relative;
    font-weight: 500;
}
.font16{
    font-size: 16px;
}
.closeBtn{
    font-size: 14px;
    font-weight: 600;
}