﻿/*Login Page*/
.login-bg-main{
    width: 100%;
    background-size:cover;
    background-color: #fff;
    padding: 20px 5px;
    /* height: 100vh; */
}
.login-screen-main{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* height: 100%; */
    /*MR19062024*/
    /*align-items:center;*/
    min-height: calc(100vh - 50px);
}
.login-form-left {
    width: 100%;
    max-width: 415px;
    margin: 0px auto;
    padding: 50px 0px;
    /* height: 100%; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.compay-logo-preview h3{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin:20px 0px 5px;
}
.compay-logo-preview{
    text-align: center;
}
.login-form{
    width: 100%;
    padding: 0;
}
.login-form>h6{
    font-size: 16px;
    color: #000;
    margin:0px 0px 15px;
    text-align: center;
    font-weight: normal;
}
span.toggle-password {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}
.trouble_logging{
    width: 100%;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.trouble_logging>a{
    text-decoration-line: none;
    font-size: 13px;
}
.new-ui-sing-box .Login-button{
    width: 100%;
    margin-top: 10px;
}
.scan-qr-code-dtl{
    width: 100%;
    text-align: center;
}
.scan-qr-code-dtl p {
    font-size: 16px;
    max-width: 75%;
    margin: 0px auto 20px;
}
.login-app-download{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    align-items: center;
    padding: 0px 45px 0px 0px;
}
.login-app-download .col-lg-6 {
    padding: 0px 10px;
}
.login-app-download::before{
    position: absolute;
    display: inline-block;
    content: '';
    background-color: #c1c1c1;
    height: 100%;
    width: 1px;
    top: 0px;
    right: 45px;
    left: 0px;
    margin: 0px auto;
}
.login-app-download .text-right>img {
    height: 60px;
}
.login-app-download img.store {
    max-width: 90px;
}
.compay-logo-preview img {
    max-width: 170px;
}
.login-copyright{
    max-width: 415px;
    width: 100%;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 0 0;
    /* position: absolute;
    left: 0px;
    right: 0;
    bottom: 0; */
}
.login-copyright-dtl{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.login-copyright-dtl>img{
    height: 30px;
}
.copyright-dtl p{
    font-size: 11px;
    margin: 0px;
}
.copyright-dtl p>a{
    text-decoration-line: underline !important;
}
.login-rh-main-bg{
    width: 100%;
    height: 100%;
    /*background: linear-gradient(180deg, rgba(205,204,255,1) 0%, rgba(255,232,204,1) 100%);*/
    background: #e6f0ff;
    border-radius: 10px;
    padding: 10px;
}
.login-new-slider {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
}
.login-sing-slide{
    width: 100%;
    text-align: center;
}
.login-sing-slide img{
    max-width: 100%;
}
.carousel-indicators{
    bottom: 0;
}
.carousel-indicators li{
    background-color: #d9d9d9;    
}
.carousel-indicators li.active{
    background-color: #b3b3b3;
}
.captcha-img img{
    height: 40px;
}
.another-security-code>p>a{
    text-decoration-line: underline !important;
}
body,h1, h2, h3, h4, h5, h6, p{
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}
.login-form>p{
    font-size: 15px;
    color: #000;
    margin:0px 0px 30px;
    text-align: center;
    font-weight: normal;
}
.login-form>p>a{
    font-size: 15px;
}
.login-form-left{
    padding: 0px;
    /*MR19062024*/
    align-items: center;
    height: 100%;
    justify-content: center;

}
/*.compay-logo-preview{
    padding: 120px 0px 0px;
}*/
.form-control::placeholder{
    color: #333;
}
.form-control {
    height: 40px;
    font-size: 14px;
    color: #333;
    border-color: #C1C1C1;
    border-radius: 5px;
    padding: 2px 12px 3px;
    box-shadow: none !important;
}
.form-control:active {
    border-color: #007bff;
    color: #000;
}
input.form-control[type=number]::-webkit-inner-spin-button, 
input.form-control[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.btn.btn-primary {
    padding: 8px 10px 9px;
    font-size: 14px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
a:hover {
    color: #007bff;
    text-decoration: none;
}
.material-symbols-outlined {
    color: #8d8d8d;
    font-size: 22px;
    vertical-align: middle;
}
.dropdown-submenu, a {
    font-size: 12px;
}
.new-ui-sing-box p {
    font-size: 13px;
    color: #333;
    margin-bottom: 5px;
}
.new-ui-sing-box p>a {
    text-decoration-line: none;
    font-size: 13px;
    color: #007bff !important;
}
.max-600 {
    max-width: 600px !important;
}
.additional-filter-modal .modal-content {
    border: 0px;
}
.additional-filter-modal .modal-header {
    background-color: #dfdfdf;
    padding: 13px 20px;
    border: 0px;
    border-radius: 5px 5px 0px 0px;
    align-items: center;
}
.additional-filter-modal .modal-title {
    font-size: 16px;
    color: #222;
    font-weight: 700;
}
.additional-filter-modal .close {
    outline: 0px;
    padding: 16px 8px;
    opacity: 1 !important;
}
.modal-body {
    padding: 20px;
}
.additional-filter-modal .close {
    outline: 0px;
    padding: 16px 8px;
    opacity: 1 !important;
    text-shadow: none;
}
.additional-filter-modal .close .material-symbols-outlined{
    font-size: 24px;
}
/*Login New UI*/
/*@media screen and (min-width:320px) and (max-width:1550px){
    .compay-logo-preview{padding: 30px 0px 0px;}
}*/
.login-form>h6>a{
    font-size: 14px;
    text-decoration-line: underline;
}
.SSO-log-in {
    width: 100%;
    margin: 20px 0px 0;
}
.SSO-log-in-line{
    position: relative;
    font-size: 12px;
    color: #c1c1c1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.SSO-log-in-line::before {
    position: absolute;
    content: '';
    background-color: #c1c1c1;
    width: 100%;
    height: 1px;
    top: 9px;
    left: 0px;
}
.SSO-log-in-line>span {
    padding: 0px 10px;
    background-color: #fff;
    position: relative;
}
.SSO-log-btngroup{
    width: 100%;
    padding: 0px;
    float: left;
}
.sso-new-btn{
    width: 100%;
    font-size: 14px;
    margin: 20px 0px 0px;
    color:#007bff !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border:1px solid #007bff;
    padding: 9px 10px;
}
.sso-new-btn>img{
    margin: 0px 10px 0px 0px;
    max-width: 16px;
}
.login-copyright-dtl{
    font-size: 12px;
    display:block;
    text-align: center;
    color: #333;
}
.login-copyright-dtl p {
    margin-bottom: 2px;
}
.login-copyright-dtl>img{
    margin-bottom: 5px;
}
.login-rh-main-bg{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    /*MR19062024*/
    height:100%;
}
.sample-modal-body{
    padding: 15px 15px 15px !important;
}
.sample-modal-body p,
.sample-modal-body li{
    font-size: 14px;
    color: #333;
}
.sample-modal-body p strong{
    font-weight: 700;
}
.sample-modal-body ul,
.sample-modal-body ol{
    padding: 0px 0px 0px 30px;
    margin: 0px 0px 16px;
}
.sample-modal-body li{
    margin: 0px 0px 8px;
}
.sample-modal-body{
    max-height: 390px;
    overflow: auto;
    line-height: 25px;
}
.sample-modal-body::-webkit-scrollbar{
    border-radius: 10px;
    width: 7px;
}
.sample-modal-body::-webkit-scrollbar-thumb{
    background-color: #c1c1c1;
    border-radius: 10px;
}
.sample-modal-body::-webkit-scrollbar-track {
    background: transparent;
}
#News>img.slider-image{
    max-width:100%;
}
.login-screen-main .col-md-6#News{
    display:flex;align-items:center;flex-wrap:wrap;
}
body {
    background-color: transparent;
}
.login-form-left{
    max-width:100%;
}
.login-form{
    max-width:415px;
    margin:0px auto;
}
/*29/04/2024 New Login*/
.sso-new-btn>.material-symbols-outlined{
    margin-right: 6px;
    color: #007bff;
} 
.additional-filter-modal .close .material-symbols-outlined{
    color: #8d8d8d;
}
.bg-none{
    background-color: transparent !important;
}
.company-code-modal-main{
    width: 100%;
    padding: 20px 5px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.company-code-modal-main::before{
    position: absolute;
    content: '';
    background-color:#d8d8d8;
    width: 1px;
    height: 100%;
    max-width: 270px;
    margin: 0px auto;
    top: 0px;
    left: 0px;
    right: 0px;
}
#Company_Code_Modal button.close {
    padding: 10px;
    margin: 0px;
    position: absolute;
    right: 0;
    top: 0;
}
.company-logo{
    max-width: 170px;
}
.company-code-left-side,
.company-code-right-side{
    width: 100%;
    max-width: 360px;
    margin: 0px auto;
    padding: 20px 0px;
}
.company-code-scanner{
    width: 157px;
    height: 157px;
    border-radius: 5px;
    border:2px solid #d8d8d8;
    margin: 25px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#Company_Code_Modal .modal-dialog{
    max-width: 900px;
}
.download-application{
    padding: 12px 0px 0px;
    position: relative;
}
.download-application::before{
    position: absolute;
    content: '';
    background-color:#d8d8d8;
    height: 1px;
    width: 100%;
    max-width: 270px;
    margin: 0px auto;
    top: 0px;
    left: 0px;
    right: 0px;
}
.download-application p{
    font-size: 14px;
}
.company-code-right-side p{
    margin-bottom: 8px;
}
#Company_Code_Modal{
    padding-right: 0px !important;
}
.SSO-log-in {
    max-width: 415px;
    margin: 0px auto;
    padding: 20px 0 0;
}
/* Change the white to any color */
.login-form input.form-control:-webkit-autofill,
.login-form input.form-control:-webkit-autofill:hover, 
.login-form input.form-control:-webkit-autofill:focus, 
.login-form input.form-control:-webkit-autofill:active{
   box-shadow: 0 0 0 30px #fff inset !important;
}
.login-form .form-control:disabled, 
.login-form .form-control[readonly] {
    background-color: #efefef;
}
/* Sticky Footer */
.login-copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    right: calc(50% - 15px);
    margin: 0px auto;
}
.login-bg-main{
    position: relative;
    min-height: 100%;
}
.login-form-left{
    padding: 0 0 90px;
}