body {
    background-image: url('../images/Background.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

h1, h2, h3, h4, h5, h6 {
    color: white;
}

.container {
    background: rgba(0, 0, 0, 0.35);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

.form-select,
.form-control {
    min-height: 50px;
}

label,
p,
span {
    color: white;
}

.badge {
    font-size: 14px;
    padding: 8px 12px;
}

.card {
    background: rgba(0, 0, 0, 0.35);
    color: white;
    border: none;
}

p {
    font-size: 1.4rem;
}

.form-control {
    font-size: 1.3rem;
    min-height: 50px;
    font-weight: bold;
}

input[type="email"],
input[type="text"],
input[type="password"] {
    max-width: 500px;
    margin: 0 auto;
}

table {
    color: white;
    background: rgba(0, 0, 0, 0.2);
    font-size: 1.1rem;
}

th {
    color: #ffc107;
    font-weight: bold;
}

th,
td {
    padding: 8px 12px;
}

.gold-row {
    background-color: #e6d9b3 !important;
}

.silver-row {
    background-color: #d3d3d3 !important;
}

.bronze-row {
    background-color: #cd7f32 !important;
}

.gold-row td,
.gold-row td strong,
.silver-row td,
.silver-row td strong,
.bronze-row td,
.bronze-row td strong {
    color: #000 !important;
}

table td,
table th {
    font-size: 25px !important;
}

.fixture {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .fixture {
        font-size: 1.3rem !important;
    }

    .fixture img {
        width: 40px;
    }
}

.points-awarded {
    font-size: 1.2rem;
    font-weight: bold;
    max-width: 600px;
    margin: 0 auto;
}

.fixture img {
    vertical-align: middle;
}

.card-title {
    margin-bottom: 20px;
}

.podium-name {
    font-size: 1.2rem;
    font-weight: bold;
}

.podium-points {
    font-size: 1.1rem;
}

.site-version {
    color: #bfc9d9;
    font-size: 1rem;
}

#topBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.points-column {
    text-align: center;
}


.password-wrapper {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.password-wrapper input {
    max-width: 500px;
    margin: 0 auto;
    padding-right: 45px;
    box-sizing: border-box;
}

.password-wrapper span {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 22px;
    color: #666;
}


input[type="text"] {
    width: 500px;
    box-sizing: border-box;
}
