﻿
/* BASIC */

html {
    background-color: #56baed;
}

body {
    font-family: "Poppins", sans-serif !important;
    min-height: 100vh !important;
    font-size: 12px !important;
    overflow-x:hidden;
}

a {
    color: #92badd;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
}

h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin: 40px 8px 10px 8px;
    color: #cccccc;
}



/* STRUCTURE */

.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
}

#formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 450px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    
}

#formFooter {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}
label.error{
    color:red;
    font-size:10px;
}
/* TABS */
h2.inactive {
    color: #cccccc;
}

h2.active {
    color: #0d0d0d;
    border-bottom: 2px solid #5fbae9;
}



/* FORM TYPOGRAPHY*/

input[type=button], input[type=submit], input[type=reset] {
    background-color: #56baed;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
        background-color: #39ace7;
    }

    input[type=button]:active, input[type=submit]:active, input[type=reset]:active {
        -moz-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        -o-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
    }



    input[type=text]:focus {
        background-color: #fff;
        border-bottom: 2px solid #5fbae9;
    }

    input[type=text]:placeholder {
        color: #cccccc;
    }

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    background-color: whitesmoke;
    line-height: 60px; /* Vertically center the text there */
}
:root {
    --login-primary: #2563eb;
    --login-primary-dark: #1d4ed8;
    --login-text: #0f172a;
    --login-muted: #64748b;
    --login-border: #dbe5f0;
    --login-soft: #f8fbff;
    --login-bg: #eef4fb;
    --login-card-shadow: 0 20px 50px rgba(15, 23, 42, 0.14);
    --login-radius-xl: 24px;
    --login-radius-lg: 16px;
    --login-radius-md: 12px;
}

body {
    background: radial-gradient(circle at top left, rgba(37, 99, 235, 0.10), transparent 28%), radial-gradient(circle at bottom right, rgba(14, 165, 233, 0.10), transparent 30%), linear-gradient(180deg, #f4f8fd 0%, #eef4fb 100%);
    min-height: 100vh;
}

.login-page {
    min-height: calc(100vh - 90px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 12px;
}

.login-shell {
    width: 100%;
    max-width: 1040px;
}

.login-card {
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(219, 229, 240, 0.9);
    border-radius: var(--login-radius-xl);
    box-shadow: var(--login-card-shadow);
    overflow: hidden;
}

.login-left {
    position: relative;
    background: linear-gradient(155deg, rgba(255,255,255,.08), rgba(255,255,255,.02)), linear-gradient(135deg, #0f2c78 0%, #1d4ed8 58%, #38bdf8 100%);
    color: #fff;
    padding: 44px 38px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .login-left::before {
        content: "";
        position: absolute;
        top: -60px;
        right: -40px;
        width: 180px;
        height: 180px;
        border-radius: 50%;
        background: rgba(255,255,255,.10);
    }

    .login-left::after {
        content: "";
        position: absolute;
        bottom: -70px;
        left: -50px;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background: rgba(255,255,255,.08);
    }

.login-left-content {
    position: relative;
    z-index: 1;
}

.brand-badge {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.14);
    margin-bottom: 20px;
    font-size: 1.4rem;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}

.login-left h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
}

.login-left p {
    color: rgba(255,255,255,.82);
    font-size: .98rem;
    line-height: 1.7;
    margin-bottom: 0;
    max-width: 440px;
}

.login-feature-list {
    margin-top: 28px;
    display: grid;
    gap: 12px;
}

.login-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,.92);
    font-size: .92rem;
}

    .login-feature-item i {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(255,255,255,.14);
        font-size: .8rem;
    }

.login-right {
    padding: 42px 38px 28px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.login-logo-wrap {
    text-align: center;
    margin-bottom: 22px;
}

    .login-logo-wrap img {
        max-width: 210px;
        width: 100%;
        height: auto;
    }

.login-title {
    text-align: center;
    margin-bottom: 24px;
}

    .login-title h3 {
        margin: 0 0 6px;
        color: var(--login-text);
        font-size: 1.45rem;
        font-weight: 700;
    }

    .login-title p {
        margin: 0;
        color: var(--login-muted);
        font-size: .92rem;
    }

.form-label {
    font-size: .86rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 7px;
}

.form-control,
.form-select {
    border-radius: 12px;
    border: 1px solid var(--login-border);
    min-height: 46px;
    box-shadow: none !important;
    transition: all .2s ease;
    background-color: #fff;
}

.form-control-sm,
.form-select-sm {
    min-height: 46px;
    font-size: .95rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.form-control:focus,
.form-select:focus {
    border-color: #93c5fd;
    box-shadow: 0 0 0 .2rem rgba(59,130,246,.12) !important;
}

.form-floating-icon {
    position: relative;
}

    .form-floating-icon .form-control,
    .form-floating-icon .form-select {
        padding-left: 42px;
    }

    .form-floating-icon i {
        position: absolute;
        left: 14px;
        top: 50%;
        transform: translateY(-50%);
        color: #94a3b8;
        font-size: .95rem;
        z-index: 2;
    }

.login-btn {
    min-height: 46px;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: .95rem;
    background: linear-gradient(135deg, var(--login-primary), var(--login-primary-dark));
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.24);
    transition: all .2s ease;
}

    .login-btn:hover,
    .login-btn:focus {
        background: linear-gradient(135deg, var(--login-primary-dark), #1e40af);
        transform: translateY(-1px);
    }

    .login-btn:active {
        transform: scale(.99);
    }

.forgot-wrap {
    text-align: center;
    padding-top: 18px;
    margin-top: 18px;
    border-top: 1px solid #e8eef6;
}

    .forgot-wrap a {
        color: #3b82f6;
        text-decoration: none;
        font-size: .9rem;
        font-weight: 500;
    }

        .forgot-wrap a:hover {
            color: #1d4ed8;
            text-decoration: underline;
        }

.text-danger {
    font-size: .8rem;
    margin-top: 4px;
    display: inline-block;
}

.modal-content {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}

.modal-header {
    background: linear-gradient(135deg, #eff6ff, #f8fbff);
    border-bottom: 1px solid #e6eef8;
    padding: 16px 20px;
}

.modal-title,
.heading.lead {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
}

.modal-body {
    padding: 20px;
    background: #fff;
}

.btn-close:focus {
    box-shadow: none;
}

.page-footer-login {
    text-align: center;
    font-size: .85rem;
    color: #64748b;
    margin-top: 18px;
}

    .page-footer-login a {
        color: #2563eb;
        text-decoration: none;
        font-weight: 600;
    }

        .page-footer-login a:hover {
            text-decoration: underline;
        }

@media (max-width: 991.98px) {
    .login-left {
        display: none;
    }

    .login-right {
        padding: 30px 22px 24px;
    }

    .login-card {
        max-width: 520px;
        margin: 0 auto;
    }
}

@media (max-width: 575.98px) {
    .login-page {
        padding: 16px 10px;
        min-height: calc(100vh - 70px);
    }

    .login-card {
        border-radius: 18px;
    }

    .login-right {
        padding: 24px 16px 18px;
    }

    .login-logo-wrap img {
        max-width: 170px;
    }

    .login-title h3 {
        font-size: 1.2rem;
    }

    .form-control,
    .form-select,
    .form-control-sm,
    .form-select-sm,
    .login-btn {
        min-height: 44px;
    }
}
