body {
    background-color: #f2f7ff;
    color: #333;
}

.card {
    background-color: #fff;
    border-color: #dfe3e8;
}

.card-header {
    background-color: #cee0ff;
    border-color: #dfe3e8;
    color: #333;
}

.form-control {
    background-color: #f2f7ff;
    border-color: #dfe3e8;
    color: #333;
    width: 100%;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.card {
    margin-top: 20px;
}
.backlink {
    font-size: 12px;
    text-align: center;
    margin-top: 40px; /* Add more space between the card and the backlink */
    color: #999;
    position: absolute;
    bottom: 10px; /* Position the backlink at the bottom of the screen */
    left: 0;
    right: 0;
}
.backlink a {
    color: #999;
    text-decoration: none;
}