.auth-background {
    /*background-image: url('/images/14.webp');*/
    background-color: rgb(248, 249, 250);
    background-size: cover;
    background-position: top;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 2rem;
}

.auth-card {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    max-width: 450px;
    width: 100%;
}

.description-card {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    width: 100%;
}

@media (max-width: 767.98px) {
    .auth-background {
        justify-content: center;
        padding: 1rem;
    }

    .auth-card {
        max-width: 100%;
        margin: 2rem 0;
    }
}

/* ###### */
/* ขั้นตอน */
/* ###### */
h3.title-step {
    color: #343a40;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
}

.step-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.step-icon {
    font-size: 2.5rem;
    color: #007bff;
    margin-right: 20px;
    min-width: 50px;
    text-align: center;
}

.step-content h3 {
    color: #007bff;
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.step-description ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.step-description ul li {
    margin-bottom: 8px;
    color: #555;
    line-height: 1.6;
    display: flex;
    align-items: baseline;
}

.step-description ul li .number-circle {
    background-color: #007bff;
    color: white;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    font-weight: bold;
    margin-right: 10px;
    flex-shrink: 0;
}

.step-description ul li small {
    flex-basis: 100%;
    /*margin-left: calc(var(--number-circle-width, 24px) + .5rem);*/
}

.btn-group .btn {
    margin-right: 10px;
}

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

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

.btn-outline-primary:hover {
    background-color: #007bff;
    color: white;
}

.google-icon,
.microsoft-icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-left: 5px;
}

.divider {
    border-top: 1px solid #8f7f7f;
}
