<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.card-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: rgb(180, 183, 185);
    background-image: linear-gradient(120deg, #eebb88, #7bace4); /* Add a gradient if needed */
}

.card {
    width: 30rem;
    border: 1px solid #dee2e6;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.card-body {
    padding: 2rem;
}

.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    margin-bottom: 1.5rem;
}

.form-outline {
    margin-bottom: 1.25rem;
}

.input-group {
    margin-bottom: 1.25rem;
}

.input-group .form-control {
    border-radius: 0 0.375rem 0.375rem 0;
}

.input-group .input-group-text {
    border-radius: 0.375rem 0 0 0.375rem;
}

.form-outline,
.btn,
.text-center {
    display: flex;
    justify-content: center;
}

.form-outline input {
    text-align: center;
}

.timer {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    text-align: center;
    color: #dc3545;
}
.errstrong 
 {
           color:red;
 }
</pre></body></html>