﻿.wrap-login100 {
    padding: 35px 55px 70px 55px;
}

.login100-pic {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

    .login100-pic img {
        max-width: 100%;
        max-height: 100%;
    }

.login100-form {
    margin-top: 50px;
}

.container-login100-form-btn {
    padding-top: 25px;
}

.validation-summary-errors ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.validation-summary-errors li {
    display: block;
    margin-bottom: 5px;
}

/* Theme-specific styles */
[data-bs-theme="light"] .container-login100 {
    background: #f8f9fa;
}

[data-bs-theme="light"] .wrap-login100 {
    background: #fff;
}

[data-bs-theme="dark"] .container-login100 {
    background: #212529;
}

[data-bs-theme="dark"] .wrap-login100 {
    background: #343a40;
    color: #e9ecef;
}

[data-bs-theme="dark"] .login100-form-btn {
    color: #fff;
}

[data-bs-theme="dark"] .login100-form-bgbtn {
    background: -webkit-linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);
}

[data-bs-theme="ieu-dark"] .container-login100 {
    background: #1a1a1a;
}

[data-bs-theme="ieu-dark"] .wrap-login100 {
    background: #262626;
    color: #e9ecef;
}

[data-bs-theme="ieu-dark"] .input100 {
    color: #e9ecef;
}

[data-bs-theme="dark"] .input100 {
    color: #e9ecef;
}

[data-bs-theme="ieu-dark"] input.input100 {
    color: #e9ecef;
    -webkit-text-fill-color: #e9ecef;
    font-family: inherit;
}

    [data-bs-theme="ieu-dark"] input.input100:-webkit-autofill {
        background-color: #262626 !important;
        color: #e9ecef !important;
        -webkit-text-fill-color: #e9ecef !important;
        -webkit-box-shadow: 0 0 0px 1000px #262626 inset !important;
        transition: background-color 5000s ease-in-out 0s;
        font-family: inherit !important;
    }


[data-bs-theme="ieu-dark"] .login100-form-bgbtn {
    background-image: linear-gradient(270deg, #ff9800, #ff5722, #ff9800);
    background-size: 300% 300%;
    animation: flowingOrange 5s ease infinite;
    border: none;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(255, 87, 34, 0.3);
}

    [data-bs-theme="ieu-dark"] .login100-form-bgbtn:hover {
        transform: scale(1.03);
        box-shadow: 0 4px 12px rgba(255, 152, 0, 0.4);
    }

@keyframes flowingOrange {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

[data-bs-theme="ieu-dark"] .focus-input100::before {
    background: -webkit-linear-gradient(left, #ffb347, #ff7043);
}

[data-bs-theme="ieu-dark"] .nav-theme {
    color: #e9ecef;
    background-color: #1a1a1a!important;
    border-left: none;
}

[data-bs-theme="ieu-dark"] input:focus {
    outline: 0 !important;
    box-shadow: none !important;
    border-color: none !important;
}

[data-bs-theme="ieu-dark"] .theme-icon-active {
    color: #e9ecef;
    background-color: #1a1a1a;
    border-left: none;
}

/* Theme switcher styles */
.theme-switcher {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1000;
}

.dropdown-menu {
    min-width: 9rem;
}

.dropdown-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.bi {
    width: 1em;
    height: 1em;
    vertical-align: -.125em;
    fill: currentcolor;
}
