#submit-button {
    width: 100%;
    margin-top: 20px;
    text-transform: uppercase;
}
#promotion-registration-form label {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
}

.countdown-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80px;
    background-color: black;
    border-radius: 8px;
    padding: 8px;
}
.countdown-digits,
.countdown-label {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}