/* Your Global Styles */

:root .lpx-brand-logo {
    --lpx-logo: url('/images/logo/leptonx/logo-light.png');
    --lpx-logo-icon: url('/images/logo/leptonx/logo-light-thumbnail.png');
}

@font-face {
    font-family: "Calibri";
    src: url("/fonts/Calibri-LightItalic.eot");
    src: url("/fonts/Calibri-LightItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/Calibri-LightItalic.woff2") format("woff2"), url("/fonts/Calibri-LightItalic.woff") format("woff"), url("/fonts/Calibri-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Calibri";
    src: url("/fonts/Calibri-Italic.eot");
    src: url("/fonts/Calibri-Italic.eot?#iefix") format("embedded-opentype"), url("/fonts/Calibri-Italic.woff2") format("woff2"), url("/fonts/Calibri-Italic.woff") format("woff"), url("/fonts/Calibri-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Calibri";
    src: url("/fonts/Calibri-Light.eot");
    src: url("/fonts/Calibri-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Calibri-Light.woff2") format("woff2"), url("/fonts/Calibri-Light.woff") format("woff"), url("/fonts/Calibri-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Calibri";
    src: url("/fonts/Calibri-Bold.eot");
    src: url("/fonts/Calibri-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Calibri-Bold.woff2") format("woff2"), url("/fonts/Calibri-Bold.woff") format("woff"), url("/fonts/Calibri-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Calibri";
    src: url("/fonts/Calibri.eot");
    src: url("/fonts/Calibri.eot?#iefix") format("embedded-opentype"), url("/fonts/Calibri.woff2") format("woff2"), url("/fonts/Calibri.woff") format("woff"), url("/fonts/Calibri.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Calibri";
    src: url("/fonts/Calibri-BoldItalic.eot");
    src: url("/fonts/Calibri-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/Calibri-BoldItalic.woff2") format("woff2"), url("/fonts/Calibri-BoldItalic.woff") format("woff"), url("/fonts/Calibri-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}

body {
    font-family: "Calibri", Arial, Helvatica, sans-serif;
    color: #1e293b;
}

.container {
    max-width: 100% !important;
    padding-right: 0% !important;
    padding-left: 0% !important;
}

a,
button {
    transition-duration: 0.3s;
    transition-property: background, color, opacity, visibility, border, box-shadow, border-radius;
    transition-timing-function: ease-in-out;
}

img {
    border: none;
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

h1 {
    margin: 0;
    font-size: 24px;
    line-height: 1.1667;
    text-transform: uppercase;
    font-weight: 700;
    color: #17426b;
}

.form-group {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

    .form-group
    input[type="search"].form-group
    input[type="search"]:-ms-input-placeholder {
        /* Internet Explorer */
        color: #24457e;
    }

::placeholder {
    color: #24457e;
    font-size: 11px;
}

.wrapper {
    display: table;
    min-height: 100%;
    height: 100%;
    overflow: hidden;
    table-layout: fixed;
    width: 100%;
}

.logo {
    width: 320px;
    margin: 0 auto 30px;
}

.login-holder {
    flex: 1 1;
}

.login-wrapper {
    background: #24457e;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.login-form {
    background: radial-gradient( 208.12% 208.12% at 45.06% 5.21%, #fff 0, #deecf0 100% );
    border: 1px solid hsla(0, 0%, 100%, 0.8);
    border-radius: 27px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
}

.login-holder {
    flex: 1;
}

.login {
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 664px;
    padding: 20px 15px;
    margin: 0 auto;
}

    .login h1 {
        text-align: center;
        margin-bottom: 24px;
    }

.login-form {
    padding: 40px 30px;
    border-radius: 27px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: radial-gradient( 208.12% 208.12% at 45.06% 5.21%, #fff 0%, #deecf0 100% );
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}

.login-checkbox {
    width: 50%;
    position: relative;
}

.login-info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start !important;
    margin-bottom: 0 !important;
    justify-content: space-between;
}

.login-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 0;
}

    .login-checkbox input:checked ~ .checkbox-slide {
        background: #198754;
    }

        .login-checkbox input:checked ~ .checkbox-slide:before {
            left: 20px;
        }

.login-checkbox label {
    margin: 0;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 50px;
    color: #1a1a1a;
}

.login-forget {
    width: 50%;
    padding-left: 5px;
    text-decoration: none;
    text-align: right;
}

    .login-forget a {
        color: #00b0f0;
        font-size: 12px;
        line-height: 1.6667;
        text-decoration: none;
    }

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

label {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    color: var(--blue);
    font-size: 11px;
    font-weight: 400;
    line-height: 1.0909;
    letter-spacing: 0.3px;
    margin: 0 0 14px;
    line-height: 1.625;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
textarea {
    display: block;
    width: 100%;
    padding: 8px 8px 8px 16px;
    border-radius: 6px;
    background: #f2f2f2;
    border: 1px solid rgba(var(--lightblue), 0.5);
    font-family: "Calibri", Arial, Helvatica, sans-serif;
    height: 48px;
}

    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    textarea:focus {
        background: #c1d9ec;
        outline: none;
    }

.checkbox-slide {
    width: 40px;
    height: 20px;
    border-radius: 20px;
    background: #f2f2f2;
    border: 1px solid #e5e5e5;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: background 0.3s ease-in-out;
}

    .checkbox-slide:before {
        content: "";
        position: absolute;
        left: 2px;
        top: 50%;
        transform: translateY(-50%);
        background: #ffffff;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        box-shadow: 1px 1px 2px -1px rgba(51, 51, 51, 0.3);
        transition: left 0.3s ease-in-out;
    }

.input-holder {
    position: relative;
    margin-top: -3px;
}

.btn-icon {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    background: none;
    padding: 0;
    width: 16px;
    height: 16px;
    border: none;
    cursor: pointer;
}

    .btn-icon svg {
        fill: #4d4d4d;
        vertical-align: unset;
    }

.login .btn {
    width: 100%;
    display: block;
}

.btn {
    color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    background: #f28e36;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    border: none;
    text-decoration: none;
    font-family: "Lato", "Calibri", Arial, Helvatica, sans-serif;
    border-radius: 8px;
    padding: 8px 15px;
    padding: 9px 18px;
    cursor: pointer;
    border: 1px solid transparent;
}

    .btn:hover {
        background: #eb7712;
        color: #fff;
    }

.btn-outline {
    border-color: #17426b;
    color: #17426b;
    background: none;
}

    .btn-outline:hover {
        background: #17426b;
        color: #fff;
    }

.btn-del {
    background: #dc3545;
}

.btn-blue {
    background: #24457e;
}

.btn-block {
    width: 100%;
}

.btn-blue:hover {
    background: #093f9b;
}

.btn svg {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.login-btn {
    margin-bottom: 10px;
}


.login-form input[type="submit"] {
    margin-bottom: 10px;
}


@media (min-width: 768px) {
    .login-form {
        padding: 92px 100px;
    }

    .tabset li {
        margin-right: 20px;
    }

    .logo {
        width: 561px;
        margin-bottom: 57px;
    }
}



a,
button {
    transition-duration: 0.3s;
    transition-property: background, color, opacity, visibility, border, box-shadow, border-radius;
    transition-timing-function: ease-in-out;
}

img {
    border: none;
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

h1 {
    margin: 0;
    font-size: 24px;
    line-height: 1.1667;
    text-transform: uppercase;
    font-weight: 700;
    color: #17426b;
}

.form-group {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

    .form-group
    input[type="search"].form-group
    input[type="search"]:-ms-input-placeholder {
        /* Internet Explorer */
        color: #24457e;
    }

::placeholder {
    color: #24457e;
    font-size: 11px;
}

.wrapper {
    display: table;
    min-height: 100%;
    height: 100%;
    overflow: hidden;
    table-layout: fixed;
    width: 100%;
}

.logo {
    width: 320px;
    margin: 0 auto 30px;
}

.login-holder {
    flex: 1 1;
}

.login-wrapper {
    background: #24457e;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.login-form {
    background: radial-gradient( 208.12% 208.12% at 45.06% 5.21%, #fff 0, #deecf0 100% );
    border: 1px solid hsla(0, 0%, 100%, 0.8);
    border-radius: 27px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
}

.login-holder {
    flex: 1;
}

.login {
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 664px;
    padding: 20px 15px;
    margin: 0 auto;
}

    .login h1 {
        text-align: center;
        margin-bottom: 24px;
    }

.login-form {
    padding: 40px 30px;
    border-radius: 27px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: radial-gradient( 208.12% 208.12% at 45.06% 5.21%, #fff 0%, #deecf0 100% );
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}

.login-checkbox {
    width: 50%;
    position: relative;
}

.login-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 24px;
}

.login-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 0;
}

    .login-checkbox input:checked ~ .checkbox-slide {
        background: #198754;
    }

        .login-checkbox input:checked ~ .checkbox-slide:before {
            left: 20px;
        }

.login-checkbox label {
    margin: 0;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 50px;
    color: #1a1a1a;
}

.login-forget {
    width: 50%;
    padding-left: 5px;
    text-decoration: none;
    text-align: right;
}

    .login-forget a {
        color: #00b0f0;
        font-size: 12px;
        line-height: 1.6667;
        text-decoration: none;
    }

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

label {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    color: var(--blue);
    font-size: 11px;
    font-weight: 400;
    line-height: 1.0909;
    letter-spacing: 0.3px;
    margin: 0 0 14px;
    line-height: 1.625;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
textarea {
    display: block;
    width: 100%;
    padding: 8px 8px 8px 16px;
    border-radius: 6px;
    background: #f2f2f2;
    border: 1px solid rgba(var(--lightblue), 0.5);
    font-family: "Calibri", Arial, Helvatica, sans-serif;
    height: 48px;
}

    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    textarea:focus {
        background: #c1d9ec;
        outline: none;
    }

.checkbox-slide {
    width: 40px;
    height: 20px;
    border-radius: 20px;
    background: #f2f2f2;
    border: 1px solid #e5e5e5;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: background 0.3s ease-in-out;
}

    .checkbox-slide:before {
        content: "";
        position: absolute;
        left: 2px;
        top: 50%;
        transform: translateY(-50%);
        background: #ffffff;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        box-shadow: 1px 1px 2px -1px rgba(51, 51, 51, 0.3);
        transition: left 0.3s ease-in-out;
    }

.input-holder {
    position: relative;
    margin-top: -3px;
}

.btn-icon {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    background: none;
    padding: 0;
    width: 16px;
    height: 16px;
    border: none;
    cursor: pointer;
}

    .btn-icon svg {
        fill: #4d4d4d;
        vertical-align: unset;
    }

.login .btn {
    width: 100%;
    display: block;
}

.btn {
    color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    background: #f28e36;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    border: none;
    text-decoration: none;
    font-family: "Lato", "Calibri", Arial, Helvatica, sans-serif;
    border-radius: 8px;
    padding: 8px 15px;
    padding: 9px 18px;
    cursor: pointer;
    border: 1px solid transparent;
}

    .btn:hover {
        background: #eb7712;
        color: #fff;
    }

.btn-primary:active,
.btn-primary:focus-visible,
.btn-primary:hover {
    border-color: #f28e36 !important;
    background-color: #eb7712 !important;
}

.btn-outline {
    border-color: #17426b;
    color: #17426b;
    background: none;
}

    .btn-outline:hover {
        background: #17426b;
        color: #fff;
    }

.btn-del {
    background: #dc3545;
}

.btn-blue {
    background: #24457e;
}

.btn-block {
    width: 100%;
}

.btn-blue:hover {
    background: #093f9b;
}

.btn svg {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.login-form input[type="submit"] {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .login-form {
        padding: 92px 100px;
    }

    .tabset li {
        margin-right: 20px;
    }

    .logo {
        width: 561px;
        margin-bottom: 57px;
    }
}

/* //Additional CSS */

.btn.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .btn.btn-danger:hover {
        color: #fff;
        background-color: #bb2d3b;
        border-color: #b02a37;
    }

.footer {
    background: rgb(23, 45, 85);
    color: rgb(255, 255, 255);
    display: block;
    font-size: 9px;
    line-height: 18px;
    overflow: hidden;
    text-align: left;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
}

    /* .footer .container {
  max-width: 100%;
} */

    .footer .container {
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
        padding: 5px 15px !important;
    }

    .footer .footer-nav {
        margin: 0px -6px;
        padding: 0px;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
    }

        .footer .footer-nav li {
            padding: 0px 6px;
            position: relative;
        }

            .footer .footer-nav li::after {
                background: rgb(255, 255, 255);
                content: "";
                height: 8px;
                position: absolute;
                right: 0px;
                top: 50%;
                transform: translateY(-50%);
                width: 1px;
            }

    .footer .text-yellow {
        color: rgb(248, 248, 14);
    }

@media (min-width: 768px) {
    .footer {
        font-size: 14px;
    }

        .footer .container {
            padding: 14px 15px !important;
        }
}

@media (min-width: 1024px) {
    .footer .footer-nav li::after {
        height: 12px;
    }
}

@media (min-width: 1440px) {
    .footer {
        font-size: 18px;
    }
}

.lpx-mobile-navbar-container,
.lpx-topbar-container {
    display: none;
}

.lpx-content {
    padding: 0 !important;
}

    .lpx-content > .container > .row {
        padding: 0 !important;
        margin: 0 !important;
    }

        .lpx-content > .container > .row > .col-md-8.col-lg-5.mx-auto {
            max-width: 100%;
            width: 100%;
            padding: 0;
        }

.btn:disabled {
    background-color: #d1cdcd;
    border: none !important;
}

.container #AbpPageAlerts {
    position: absolute;
    z-index: 999;
    top: 10px !important;
    right: 10px;
}

.alert-danger {
    background: #e4828b !important;
    color: black;
}
