#expired-container{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 92, 92);
    color: white;
    border-radius: 8px;
    margin-bottom: 25px;
}

#main-container {
    width: 600px;
    height: 90%;
}

#title {
    font-size: 40px;
    color: #333;
    margin-bottom: 10px;
}

#description {
    font-size: 20px;
    margin-bottom: 30px;
}

label {
    font-size: 20px;
}

input, select {
    font-size: 20px;
    width: 100%;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 30px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ddd;
}

#login-btn {
    width: 100%;
    font-size: 20px;
    background-color: var(--blue);
    color: white;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}