/* login-custom.css */

.login-card {
    max-width: 950px;
    border-radius: 1rem;
    overflow: hidden;
}

.login-card img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.btn-primary {
    background-color: #4e73df;
    border: none;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #2e59d9;
}
