.welcome-text {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.welcome-text p {
    margin-bottom: 1rem;
}

.action-links .btn {
    text-align: left;
    padding: 0.75rem 1.5rem;
    font-size: 16px;
    transition: all 0.3s ease;
}

.action-links .btn:hover {
    transform: translateX(5px);
}

.modal-lg {
    max-width: 900px;
}

.modal-content {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.modal-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    border-radius: 10px 10px 0 0;
}

.modal-body {
    background-color: #fff;
}

#login-form {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #dee2e6;
}

.form-label {
    font-weight: 500;
    color: #495057;
}

.form-control {
    border-radius: 5px;
    padding: 0.75rem 1rem;
}

.btn-primary {
    background-color: #0070b8;
    border-color: #0070b8;
}

.btn-outline-primary {
    color: #0070b8;
    border-color: #0070b8;
}

.btn-outline-primary:hover {
    background-color: #0070b8;
    color: #fff;
} 