.custom-login {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-width: 100%;
    min-height: 100vh;
    background: #091a38;
}

.custom-login .custom-login-inner {
    width: 100%;
    max-width: 1300px;
    min-height: calc(100vh - 40px);
    display: flex;
    flex-direction: column;
    padding: 15px;
    background: #091a38;
}

.custom-login .dash-header {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    box-shadow: none;
    min-height: auto;
    background-color: unset!important;

}

.custom-login .dash-header .dash-h-item {
    min-height: auto;
}

.custom-login .dash-header .navbar-brand {
    padding: 0;
}

.custom-login .dash-header .navbar-brand a {
    display: block;
    line-height: 1;
}

.custom-login .dash-header .navbar-brand a .logo {
    width: 100%;
}

.custom-login .bg-login {
    content: "";
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    border-radius: 0px;
    position: absolute;
    transform-origin: bottom;
    background: var(--bs-green);
}

.custom-login .navbar {
    background:unset;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    /* box-shadow: 0 6px 30px rgba(182, 186, 203, 0.3); */
    padding: 10px 0;
}

.custom-login .navbar .navbar-collapse {
    justify-content: flex-end;
}
.custom-login .navbar .nav-item{
    display:none;
}
.custom-login .navbar .nav-link {
    padding: 1px 20px;
    position: relative;
    font-weight: 500;
    color: var(--bs-dark);
}

.custom-login .navbar .nav-item .nav-link::after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 2px;
    background: #000000;
    top: 0;
    right: 0;
}

.custom-login .navbar .nav-item:last-of-type .nav-link::after {
    display: none;
}

.custom-login .card {
    box-shadow: none;
}

.custom-login .custom-wrapper {
    padding: 40px 0;
    max-width: 1170px;
    width: 100%;
    display: flex;
    align-items: center;
    flex: 1;
    margin: 0 auto;
}

.custom-login .custom-wrapper .custom-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    z-index: 9;
    position: relative;
}

.custom-login .custom-wrapper .card .card-body {
    background-color: var(--bs-white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-width: 440px;
    width: 100%;
    margin-left: auto;
    box-shadow: 0px 0px 25px 0px #0000000d;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.custom-login .custom-login-form .for-pwd {
    font-size: 13px;
    line-height: 1;
}
.custom-login-form .btn.btn-primary.mt-2:hover{
    background-color: #091a38;
}
.custom-login .custom-login-form .login-btn {
    margin-bottom: 20px;
}

.custom-login .custom-login-form .remember-check {
    font-size: 13px;
}

.custom-login .custom-login-form .field-icon {
    position: absolute;
    top: 58%;
    right: 10px;
    line-height: 1;
}

.custom-login .custom-login-form .pss-field {
    position: relative;
}

.custom-login a {
    color: var(--bs-green);
}

.custom-login .custom-wrapper .card .card-body h2 span {
    color: var(--bs-green);
    font-weight: 400;
}

.custom-login .form-control:focus {
    border-color: var(--bs-green);
    box-shadow: 0 0 0 0.2rem rgba(12, 175, 96, 0.25);
}

.custom-login .form-check-input:checked {
    background-color: var(--bs-green);
    border-color: var(--bs-green);
}

.custom-login .autorized-btn {
    gap: 15px;
    justify-content: space-between;
    margin-top: 20px;
}

.custom-login .autorized-btn .btn {
    max-width: 47%;
    width: 100%;
}

.custom-login .drp-language .drp-text {
    margin-right: 5px;
}

.custom-login .drp-language a span {
    color: #000000 !important;
}

.custom-login .dropdown-toggle::after {
    content: "";
    position: absolute;
    height: 6px;
    width: 9px;
    right: 10px;
    top: 18px;
    background: url(../images/down-arrow.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    border: 0;
}

.custom-login .drp-language .btn {
    background: #F5F5F5;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    margin: 0;
    padding: 10px 25px 10px 10px;
}

.custom-login .drp-language .btn.show {
    border-color: #F5F5F5;
}

.custom-login .custom-img img {
    max-width: 540px;
    width: 100%;
    margin: auto;
    display: block;
}

.custom-login .card {
    margin-bottom: 0;
    background-color: transparent;
    width: 440px;
}
.custom-login .custom-wrapper .card .card-body{
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
    border-radius: 20px !important;
    padding: 20px;
}
.navbar-nav {
    margin: unset;
    width: 100%;
}
.navbar-nav .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.navbar-nav img{
    width: 5rem;
}
.navbar-nav .flex2{
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.login-bg-1{
    /* position: absolute;
    bottom: 0;
    left: 10%;
    z-index: 1; */

    position: absolute;
    top: 6rem;
    left: 0%;
  z-index: 1;
  width: 20rem;
  height: auto;

}
.login-bg-2{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 25%;
}
h4.right-title{
    position: absolute;
    top: 9rem;
    right: 0%;
  color: white;
  font-size: 40px;
  z-index: 10;
  padding-left: 1rem;

}
@media(max-width:992px){
    h4.right-title{
  font-size: 22px;
  color: #000;
  top: 7rem;
  left: 2rem;
  right: unset;
    }
    .custom-login .custom-wrapper .card .card-body{
        margin-top: 2rem!important;
    }


    .custom-login .custom-wrapper .custom-row{
        display: block;
    }
    .custom-login .card{
        margin: auto;
    }
    h4.right-title{
        top: 1rem;
    left: 0;
    right: 0;
    text-align: center;
    }
}
@media(max-width:1150px){
    .login-bg-1{
        width: 10rem;
        max-height: unset!important;        left: 4%;
    }
    h4.right-title, .login-bg-1{
        position: unset!important;
    }
    .custom-login .custom-wrapper .custom-row{
        display: block;
    }
    .custom-login .card{
        margin: auto;
    }
    .login-bg-1{
        margin: auto;
        text-align: center;
        display: flex;
        margin-bottom: 2rem;
    }
}
.auth-footer{
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
}

@media only screen and (max-width: 1439px) {
    .login-bg-1 {
        position: absolute;
        bottom: 0;
        left: 0%;
        z-index: 1;
        max-height: 500px;
    }
}


@media only screen and (max-width: 1300px) {
    .custom-login .card .custom-img img {
        max-width: 100%;
    }
    .login-bg-1 {
        position: absolute;
        bottom: 0;
        left: 0%;
        z-index: 1;
        max-height: 500px;
    }
}

@media only screen and (max-width: 1199px) {
    .custom-login .custom-wrapper .card .card-body {
        margin: auto;
    }
}
.top-logo, .right-title.top-tilte{
    display: none;
}
@media (max-width: 991px) {
    .top-logo{
        display: block;
    }
    .right-title.top-tilte{
        display: block;
        color: black;
        font-size: 32px;
    }
}
@media only screen and (max-width: 991px) {
    .custom-login .custom-wrapper {
        padding: 20px 0;
    }
    .custom-login .navbar .nav-link {
        padding: 0px 15px;
    }
    .auth-footer {
        text-align: center;
    }
    .login-bg-1,.login-bg-2,     h4.right-title{
       display: none;
    }
   
}

@media only screen and (max-width: 767px) {
    .custom-login .dash-header .navbar-brand {
        max-width: 120px;
    }

    .custom-login .navbar .nav-item .nav-link::after {
        display: none;
    }

    .custom-login .navbar .nav-link {
        padding: 10px 20px;
    }

    .custom-login .custom-wrapper .card .card-body {
        padding: 20px 15px;
    }

    .custom-login .navbar .navbar-collapse {
        text-align: center;
        margin-top: 20px;
    }

    .custom-login .dash-header .dash-h-item {
        display: block;
    }

    .custom-login .drp-language a {
        text-align: center;
    }
}

@media only screen and (max-width: 575px) {
    .custom-login .autorized-btn .btn {
        max-width: 100%;
    }
}

/* new update */
body.theme-3 .form-control{
    border: unset;
    
  border-bottom: 2px solid;
  border-radius: 0;
  padding: 0;
    padding-bottom: 0px;
  padding-bottom: 10px;
}
/* new update */
body.theme-3 .form-control:focus{
    outline: none;
  border-bottom: 2px solid;
  box-shadow: unset;
}

.custom-login .custom-wrapper .custom-row{
    background-color: white;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
  border-radius: 20px !important;
}
.custom-login .custom-wrapper .card .card-body{
    background-color: unset;
    box-shadow: unset;
  border-radius: unset;
}
.custom-login .custom-wrapper .custom-row .col-lg-6{
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-login .custom-wrapper .custom-row .bg{
    /* background-image: url('../images/photo.jpg'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.custom-login .custom-wrapper .custom-row .bg p{
    color: white;
}
.welcome{
    font-weight: 600;
    font-size: 26px;
}
.sub-info{
    font-size: 16px;
    padding-left: 7rem;
  width: 15rem;

}
.custom-login .card{
    padding-top: 3rem;
  padding-bottom: 3rem;
}
.login-bg-1{
    top: 2%;
  left: 2%;
  width: 10rem;
}
.custom-login .custom-wrapper .custom-row .card-body h2{
    margin-bottom: 2rem!important;
}
@media(max-width:1150px){
    .custom-login .custom-wrapper .custom-row .col-lg-6{
        width: 100%;
        display: block;
    }
    .custom-login .custom-wrapper .custom-row .bg{
        padding: 1rem 2rem 2rem;
    }
    .login-bg-1 {
        top: 7%;
        left: 2%;
        width: 10rem;
        position: relative !important;
        margin: 0;
      }
      .custom-login .custom-wrapper .custom-row .bg p {
  text-align: center;
      }
      .sub-info {
        font-size: 16px;
        padding-left: unset;
        width: unset;
        text-align: center;
      }
}

@media(max-width:991px){
    .custom-login .custom-wrapper .custom-row .bg {
        padding: 2rem 2rem 2rem;
      }
    
}

@media(max-width:500px){
    .navbar-nav .flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        margin-bottom: 1rem;
      }
      .navbar-nav .flex img {
        width: 4rem;
      }
      .custom-login .card{
        width: 100%;
      }
      .navbar-toggler{
        background-color: white;
      }
      .navbar-nav img{
        width: 3rem!important;
      }
      .navbar-nav .flex2{
        /* flex-direction: column-reverse; */
        display: block;
      }
      .lang-dropdown-only-desk{
        display: flex;
        justify-content: flex-end;
        width: 100%;
        margin-bottom: 1rem;
      }
      .custom-login .drp-language .btn{
        text-align: right;
  width: 100%;
      }
}



/* new login */
.custom-login, .custom-login .custom-login-inner{
  background: #F3F3F3!important;
}
.bg-login .bg-primary{
display: none;
}
.custom-login .custom-login-inner{
    width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 0px;
  display: unset;
}
.custom-login .custom-wrapper{
    width: 100%;
  max-width: 100%;
  padding: 0px;
}

.custom-login .custom-wrapper .custom-row{
  /* background: #F3F3F3!important; */
   background-image: url('../images/Desktop9.png')!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: cover !important;
  height: 110vh !important;
  border-radius: 0px !important;

}
.custom-login .custom-wrapper .custom-row{
    box-shadow: unset;
    border-radius: 0px;
    height: 100%;
}
.custom-login .dash-header{
    width: 50%;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;

}
.custom-login .navbar-nav .flex{
    width: inherit;
}
.custom-login .drp-language .btn{
    padding: 10px 40px 10px 25px;
  margin-left: 15px;
  margin-right: 5px;
  background-color: white;
}
.custom-login .dropdown-toggle::after{
    right: 25px;
    background: url(../images/Vectorlogin.png);
    height: 9px;width: 10px;
    background-repeat: no-repeat;
}
.custom-login .drp-language a span{
    color: #132648 !important;
}
.custom-login .custom-wrapper .custom-row .card-body h2{
    color: #B55D37;
  font-weight: bold;
  margin-bottom: 1.5rem !important;
}
.custom-login .custom-wrapper .custom-row .card-body p{
    color: #132648;
  font-weight: 400;
  margin-bottom: 1.5rem !important;

}
.custom-login .custom-wrapper .custom-row .card-body  p span{
    color: #B55D37;
    font-weight: bold;
}
body.theme-3 .custom-login-form .form-control{
    border: unset;
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 15px 10px; 
  border-radius: 6px;
    font-size: 14px;
    color: #BDC1CA;
  font-weight: bold;

}
body.theme-3 .custom-login-form .form-control::placeholder{
    color: #BDC1CA;
    font-weight: bold;
    font-size: 14px;
}
.btn-send-login button{
    color: #132648;
  background-color: white;
  border: unset;
  box-shadow: 0px 4px 4px 0px #00000040;
  font-weight: bold;
  padding: 14px 30px;
  width: fit-content;
  margin: auto;
    margin-top: auto;
  margin-top: 2rem !important;
}
.login-footer{
    text-align: center;
  font-size: 12px;
  margin-top: 4rem;
  color: #132648;
}
.custom-login .card{
    padding-top: 5rem;
}
@media(max-width:1200px){
    .custom-login .dash-header{
        width: 70%;
    }
}
@media(max-width:991px){
    .custom-login .dash-header{
        width: 100%;
    }
    .custom-login .card{
        float: right;
    }
    .custom-login .custom-wrapper .custom-row{
        height: auto;
    }
    .custom-login .card {
        padding-top: 0rem;
    }

}
@media(max-width:767px){
    .custom-login .navbar .navbar-collapse{
        background-color: white;
    padding: 10px;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 7px;

    }
    .custom-login .drp-language .btn{
        margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 4px 4px 0px #00000040;

    }
    .lang-dropdown-only-desk{
        margin-bottom: 0;
    }
    .custom-login .navbar-nav .flex img{
        width: 5rem!important;
        display: block;
        margin-bottom: .5rem;
    }
    .custom-login .navbar-nav .flex{
        display: block;
    }
}
@media(max-width:500px){
    .custom-login .custom-wrapper .custom-row{
        background: #F3F3F3!important;
    }
    .btn-send-login button{
        margin-top: 1rem !important;

    }
    .login-footer{
        margin-top: 2rem;
    }
}