body {
    background: url('stadium-bg.jpg') no-repeat center center fixed;
    background-size: cover;
    font-family: 'Arial', sans-serif;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.login-box {
    max-width: 800px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    overflow: hidden;
}

.login-box .row {
    height: 100%;
}

.login-box img {
    border-radius: 0 10px 10px 0;
}

h2 {
    color: #003366;
    font-weight: bold;
}

.form-control {
    border-radius: 20px;
    padding: 10px;
}

.btn-primary {
    background-color: #003366;
    border: none;
    font-weight: bold;
    border-radius: 20px;
    padding: 10px;
}

.btn-primary:hover {
    background-color: #002244;
}

p a {
    color: #003366;
    text-decoration: none;
}

p a:hover {
    color: #002244;
    text-decoration: underline;
}
