.card {
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 450px;
    margin: auto;
}

.card-body {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.welcome-text {
    text-align: center;
}

.btn-primary {
    background-color: #5d87ff;
    border-color: #5d87ff;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    margin-top: 15px;
}

.btn-primary:hover {
    background-color: #4a6fd1;
    border-color: #4a6fd1;
}

p.mb-4 {
    margin-top: 0.5rem;
    margin-bottom: 0;
    text-align: center;
}

.text-center {
    text-align: center;
}

.logo-container {
    display: block;
    width: 100%;
    max-width: 350px;
    border-bottom: 2px solid #5d87ff;
    padding-bottom: 10px;
    margin: 0 auto;
}