﻿body {
    font-family: 'Poppins', sans-serif;
    background-color: #f8f9fa;
}

.login-container {
    display: flex;
    align-items: center;
    justify-content: center;
    /*min-height: 100vh;*/
    height: 79vh;
}

.login-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    /*max-width: 380px;*/
    padding: 2rem;
}

.login-header {
    margin-bottom: 2rem;
}

    .login-header h1 {
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 5px;
    }

    .login-header p {
        color: #666;
        margin: 0;
    }

.form-control {
    padding: 0.8rem 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.input-icon {
    position: relative;
}

    .input-icon i {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        color: #6c757d;
    }

    .input-icon input {
        padding-left: 40px;
    }

.login-btn {
    background-color: #1976D2;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px;
    width: 100%;
    font-weight: 500;
    margin-top: 1rem;
}

    .login-btn:hover {
        background-color: #1565C0;
    }

.form-check-input {
    width: 20px;
    height: 20px;
}

.form-switch .form-check-input {
    margin-left: 0;
}

.form-switch {
    padding-left: 0;
    display: flex;
    align-items: center;
}

.form-check-label {
    margin-left: 10px;
    font-size: 14px;
}

.touchid-option {
    text-align: center;
    margin-top: 1.5rem;
}

.touchid-btn {
    background: none;
    border: 1px solid #ddd;
    border-radius: 50%;
    padding: 15px;
    margin-bottom: 10px;
}

.touchid-text {
    font-size: 14px;
    color: #666;
}

.illustration {
    max-width: 100%;
    height: auto;
}
