:root {
    --primary-color: #4e73df;
    --secondary-color: #858796;
    --success-color: #1cc88a;
}

body {
    background-image: url("../images/pexels-ylanite-koppens-796607.jpg");
    background-size: cover;
    /* background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); */
    min-height: 100vh;
    /* display: flex; */
    align-items: center;
    
}

.login-container {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
}

.card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background: #fff;
    backdrop-filter: blur(10px);
}

.card-header {
    background: transparent;
    border-bottom: none;
    padding: 25px 25px 5px;
}

.card-title {
    color: var(--primary-color);
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.card-body {
    padding: 25px;
}

.form-label {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 0.9rem;
}

.form-control {
    border-radius: 10px;
    padding: 12px;
    border: 2px solid #e3e6f0;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

.input-group-text {
    border-radius: 10px;
    background: transparent;
    border: 2px solid #e3e6f0;
}

.btn-primary {
    background: var(--primary-color);
    border: none;
    border-radius: 10px;
    padding: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 4px rgba(78, 115, 223, 0.3);
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 6px rgba(78, 115, 223, 0.4);
}

/* .btn-secondary {
    background:whitesmoke;
    border: none;
    border-radius: 10px;
    padding: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 4px rgba(133, 135, 150, 0.3);
    transition: all 0.3s ease;
    color: white;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

.btn-secondary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 6px rgba(133, 135, 150, 0.4);
    color: white;
} */

.back-button {
    background-color: #4e73df;
    border-color: #1a3996;
    color: rgb(255, 255, 255);
    padding: 8px 15px;
    border-radius:16px;
    font-size: 1rem;
    letter-spacing: 0.8px;
    white-space: nowrap;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
    box-shadow: 0 5px 0 #1a3996;
    display: inline-block;
    margin-top: 0.5rem;
}

.back-button:hover {
    filter: brightness(1.1);
    color: rgb(255, 255, 255);    
}

.back-button:active {
    transform: translateY(5px);
    box-shadow: none;
}

.btn-secondary {
    background-color: #4e73df;
    border-color: #1a3996;
    color: rgb(255, 255, 255);
    padding: 8px 15px;
    border-radius:16px;
    font-size: 1rem;
    letter-spacing: 0.8px;
    white-space: nowrap;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
    box-shadow: 0 5px 0 #1a3996;
    display: inline-block;
    margin-top: 1rem;
    border:none;
}

.btn-secondary:hover {
    filter: brightness(1.1);
    color: rgb(255, 255, 255);
    background-color: #4e73df;
    border-color: #1a3996;
    box-shadow: 0 5px 0 #1a3996;
}

.btn-secondary:focus {
    border-color: #1a3996;
    color: rgb(255, 255, 255);
    background-color: #4e73df;
    transition: none;
    box-shadow: 0 5px 0 #1a3996;
    border:none;
}


.btn-secondary:active {
    transform: translateY(5px);
    box-shadow: none;
    color: rgb(255, 255, 255);
    background-color: #4e73df;
    border-color: #1a3996;
    border:none;
    transition: none;
}

.alert {
    border-radius: 10px;
    border: none;
}

.footer-text {
    text-align: center;
    color: var(--secondary-color);
    margin-top: 20px;
}

.footer-text a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
}

.footer-text a:hover {
    color: var(--success-color);
}

.footer-text p {
    background:whitesmoke;
    border-radius: 10px;
}

.footer-text2 {
    text-align: center;
}

.footer-text2 a {
    text-decoration: none;
}

.password-toggle {
    cursor: pointer;
    color: var(--secondary-color);
}

.brand-logo {
    text-align: center;
    margin-bottom: 30px;
}

.brand-logo i {
    font-size: 48px;
    color: var(--primary-color);
}

.brand-logo i:hover {
    transform: scale(1.2);
}

footer{
    font-family: "Courier New", Courier, monospace;
    width: 100%;
    color: white;
    text-align: center;
    list-style-type: none;
    padding: 12px 0;
    margin: 10px 0;
}

/* Responsive Adjustments 1366px x 768px dell latitude 5430 */
@media (max-width: 1360px) {
    

    .brand-logo i {
        font-size: 38px;
        
    }

}

/* Responsive Adjustments 768px x 1024px iPad Mini 3 */
@media (max-width: 770px) {
    h3{
        font-size: 1.5rem;
    }

    .btn-primary{
        font-size: 0.8rem;
    }

    .back-button {
        font-size: 0.8rem;
    }

    

}

/* Responsive Adjustments 384px × 824px S22 Ultra */
@media (max-width: 390px) {
    h3{
        font-size: 1.3rem;
    }
    
    .back-button {
        font-size: 0.7rem;
    }

    footer{
        font-size: 0.8rem;
    }

    .footer-text{
        font-size: 0.8rem;
    }

    
}










