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

.custom-login .login-bg-img {
    display: none;
}

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

.custom-login .dash-header {
    display: none;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    box-shadow: none;
    min-height: auto;
}

.custom-login .auth-card-logo img {
    max-height: 56px;
    width: auto;
    max-width: 100%;
}

.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: auto;
}

.custom-login .bg-login {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0px;
    position: absolute;
    transform-origin: bottom;
    background:
        radial-gradient(700px 460px at 18% 12%, rgba(12, 175, 96, 0.10), rgba(12, 175, 96, 0) 62%),
        radial-gradient(620px 460px at 88% 82%, rgba(99, 102, 241, 0.08), rgba(99, 102, 241, 0) 58%),
        linear-gradient(180deg, #fbfcfe 0%, #ffffff 60%, #ffffff 100%);
}

.custom-login .navbar {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 14px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 10px 30px rgba(2, 6, 23, 0.08);
    padding: 10px 0;
}

.custom-login .navbar .navbar-collapse {
    justify-content: flex-end;
}

.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: 44px 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;
}

.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;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 50px rgba(2, 6, 23, 0.10);
    border-radius: 16px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.custom-login .custom-login-form .form-label {
    font-weight: 600;
    color: rgba(15, 23, 42, 0.85);
    margin-bottom: 6px;
}

.custom-login .custom-login-form .form-control {
    min-height: 44px;
    border-radius: 12px;
    border-color: rgba(15, 23, 42, 0.14);
    padding: 12px 14px;
    transition: box-shadow .15s ease, border-color .15s ease, transform .15s ease;
}

.custom-login .custom-login-form .form-control:focus{
    transform: translateY(-1px);
}

.custom-login .custom-login-form .form-control::placeholder {
    color: rgba(15, 23, 42, 0.45);
}

.custom-login .custom-login-form .btn.btn-primary {
    min-height: 44px;
    border-radius: 12px;
    font-weight: 600;
    border: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.95), rgba(2, 6, 23, 0.98));
    box-shadow: 0 14px 30px rgba(2, 6, 23, 0.20);
    transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

.custom-login .custom-login-form .btn.btn-primary:hover{
    transform: translateY(-1px);
    filter: brightness(1.05);
    box-shadow: 0 18px 40px rgba(2, 6, 23, 0.26);
}

.custom-login .custom-login-form .btn.btn-primary:active{
    transform: translateY(0px);
    box-shadow: 0 10px 20px rgba(2, 6, 23, 0.18);
}

.custom-login .custom-login-form .d-grid{
    margin-top: 6px;
}

.custom-login .custom-login-form p.my-4{
    margin-top: 18px !important;
    margin-bottom: 0 !important;
    color: rgba(15, 23, 42, 0.70);
}

.custom-login .custom-login-form p.my-4 a{
    color: rgba(15, 23, 42, 0.92);
}

.custom-login .custom-login-form p.my-4 a:hover{
    color: var(--bs-green);
}

.custom-login .custom-login-form a {
    text-decoration: none;
    font-weight: 600;
}

.custom-login .custom-login-form a:hover {
    text-decoration: underline;
}

.custom-login .custom-login-form .for-pwd {
    font-size: 13px;
    line-height: 1;
}

.custom-login .custom-login-form .form-group{
    margin-bottom: 18px !important;
}

.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 .custom-wrapper .card .card-body h2{
    letter-spacing: -0.02em;
    font-size: 34px;
    line-height: 1.15;
    margin-bottom: 18px !important;
}

.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{
    border-radius: 16px !important;
    padding: 32px 30px;
}

.login-bg-1,.login-bg-2{
    display: none;
}
.auth-footer{
    position: relative;
    z-index: 1;
    text-align: center;
    display: none;
}

@media only screen and (max-width: 1439px) {
    .custom-login .custom-wrapper { padding: 36px 0; }
}


@media only screen and (max-width: 1300px) {
    .custom-login .card .custom-img img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .custom-login .custom-wrapper .card .card-body {
        margin: auto;
    }
}

@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;
    }
}

@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: 26px 18px;
    }

    .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%;
    }
}