﻿.login-card {
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
    overflow: hidden;
}

.login-header {
    background-color: #1a2d42;
    padding: 40px 20px !important;
}

.login-logo {
    width: 80px;
    height: auto;
    shape-rendering: geometricPrecision; 
    image-rendering: -webkit-optimize-contrast; 
    image-rendering: crisp-edges; 
}

.login-title {
    font-weight: 500;
    letter-spacing: 1px;
}

.login-subtitle {
    font-size: 0.95rem;
    opacity: 0.85;
    font-weight: 300;
}

.login-icon-wrapper {
    background: none;
    border-right: none;
}

.login-icon {
    color: #4da3ff;
}

.login-input {
    border-left: none;
}

.login-button {
    background-color: #1a2d42;
    width: 100%;
    padding: 12px;
    font-weight: bold;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.login-forgot {
    margin-top: 25px;
    padding-bottom: 10px;
}

    .login-forgot a {
        text-decoration: none;
        color: #6c757d;
    }
