.booking-login-page {
    container-type: inline-size;
    width: min(100vw, var(--home-design-width));
    min-height: 100vh;
    margin: 0 auto;
    background: #fff;
    color: #000;
}

.booking-login-title {
    display: grid;
    align-content: end;
    justify-items: center;
    min-height: 41.45vh;
    padding: 0 5cqw 4.15cqw;
    text-align: center;
}

.booking-login-title h1 {
    margin: 0;
    font-size: 4.6cqw;
    font-weight: var(--booking-title-weight, 700);
    line-height: 1.18;
    letter-spacing: 0;
}

.booking-login-title p {
    margin: 2.1cqw 0 0;
    color: var(--booking-subtitle-color, #8c8350);
    font-size: 3.35cqw;
    font-style: italic;
    font-weight: var(--booking-subtitle-weight, 700);
    line-height: 1.15;
}

.booking-login-panel {
    position: relative;
    min-height: 35.45vh;
    display: grid;
    align-content: start;
    justify-items: center;
    background: var(--booking-panel-color, #eeeee6);
    padding: 7.5cqw 0 0;
}

.booking-login-close {
    position: absolute;
    top: 1.8cqw;
    right: 2.2cqw;
    width: 6cqw;
    height: 6cqw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #000;
    font-size: 5.2cqw;
    font-weight: 300;
    line-height: 1;
    text-decoration: none;
}

.booking-login-close:hover,
.booking-login-close:focus-visible {
    background: rgba(255, 255, 255, .55);
    color: #000;
    text-decoration: none;
}

.booking-login-close:focus-visible {
    outline: .18cqw solid #000;
    outline-offset: .2cqw;
}

.booking-login-panel form {
    width: 100%;
    display: grid;
    justify-items: center;
}

.booking-login-field {
    width: 41.2cqw;
    display: grid;
    justify-items: center;
    margin: 0 0 3.85cqw;
    color: #000;
    font-size: 2.92cqw;
    font-weight: var(--booking-label-weight, 700);
    line-height: 1.2;
    text-align: center;
}

.booking-login-field span {
    display: block;
    margin: 0 0 3.4cqw;
}

.booking-login-field input {
    width: 100%;
    border: 0;
    border-bottom: .18cqw solid var(--booking-line-color, #b8b08d);
    border-radius: 0;
    padding: 0 0 .85cqw;
    background: transparent;
    color: #000;
    font: inherit;
    font-size: 2.92cqw;
    font-weight: var(--booking-value-weight, 500);
    line-height: 1.2;
    text-align: center;
}

.booking-login-field input:focus {
    outline: 0;
    border-bottom-color: #8c8350;
}

.booking-login-message {
    min-width: 41.2cqw;
    border-bottom: .18cqw solid var(--booking-line-color, #b8b08d);
    padding: 0 1cqw 1.15cqw;
    margin-top: 6.8cqw;
    color: #000;
    font-size: 3.02cqw;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
}

.booking-login-errors {
    width: 41.2cqw;
    margin: 0 0 2.5cqw;
    color: #991b1b;
    font-size: 2.45cqw;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.booking-login-button {
    min-width: 13.95cqw;
    min-height: 8.1cqw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: .3cqw solid #fff;
    border-radius: 1.35cqw;
    margin-top: 7.65cqw;
    padding: .4cqw 2.65cqw .65cqw;
    color: #fff;
    background: var(--booking-button-color, #666);
    box-shadow: 0 .16cqw 0 rgba(0, 0, 0, .16);
    cursor: pointer;
    font: inherit;
    font-size: 3.65cqw;
    font-weight: var(--booking-button-weight, 800);
    line-height: 1;
    text-decoration: none;
}

.booking-login-button:hover {
    opacity: .82;
    text-decoration: none;
}
