
body {
    background-image: url('https://www.spygen.com/wp-content/themes/spygen/img/bg-grass.png');
    background-size: cover;
    background-position: center;
    color: #ffffff;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.container {
    margin-top: 50px;
    max-width: 600px;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

h1 {
    color: #005aa7;
}

h2 {
    color: #333;
    font-size: 1.5em;
}

.btn-primary, .btn-success, .btn-warning, .btn-secondary, .btn-danger {
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.2em;
    padding: 10px;
    border-radius: 8px;
}

.form-label {
    font-weight: bold;
    font-size: 1.1em;
    color:#005aa7;
}

.alert {
    font-size: 1em;
}

ul.list-group {
    font-size: 1.1em;
}

@media (max-width: 768px) {
    h1, h2 {
        font-size: 1.3em;
    }
    .container {
        margin: 20px 10px;
        padding: 15px;
    }
}
