body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}
.auth-wrapper {
    width: 100%;
    max-width: 400px;
    background: #fff;
    padding: 30px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.favcon-icon img {
    width: 100px;
    height: auto;
}
.text-end a {
    color: #007bff;
}