:root {
    --be_2021_color: #333;
    --be_2021_font: 'Open Sans', sans-serif;
    --be_2021_trnasition: 0.2s all ease-in-out;
    --be_2021_orange: #f78f1e;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

.booking_engine_2021_offer_with_discount_popup {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    display: block;
    overflow: hidden;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.be_room_offer_opened {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 1s ease-in-out;
}

.be_room_offer_closed {
    left: 50%;
    top: -150%;
    transform: translate(-50%, 0%);
    transition: all 1s ease-in-out;
}

.booking_engine_2021_offer_with_discount_container {
    width: 50%;
    position: relative;
    background-color: #fff;
    left: 50%;
    top: 0%;
    margin-top: 20px;
    transform: translateX( -50%);
    height: 98%;
}

.booking_engine_2021_close_button_offer_with_discount {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 13px;
    cursor: pointer;
    position: absolute;
    margin: 0 auto;
    z-index: 9;
}

.booking_engine_2021_close_button_offer_with_discount_line {
    width: 100%;
    background-color: #104c97;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 50%;
    transition: all 1s ease-in-out;
}

#be_2021_close_line_1 {
    transform: rotate(-45deg);
}

#be_2021_close_line_2 {
    transform: rotate(45deg);
}

.booking_engine_2021offer_with_discount_popup_title {
    padding: 10px 0px;
    border-bottom: 1px solid #aaabad;
}

.booking_engine_2021_offer_with_discount_popup_title_text {
    font: 400 25px var(--be_2021_font);
    float: left;
    margin: 0;
    padding: 0 5px;
    width: calc(100% - 50px);
}

.booking_engine_2021offer_with_discount_popup_rest_img_text {
    width: 100%;
    position: relative;
    background-color: #fff;
}

.booking_engine_2021offer_with_discount_popup_rest_img {
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.booking_engine_2021offer_with_discount_popup_rest_text {
    padding: 0;
    font: 300 18px/25px var(--be_2021_font);
    text-align: left;
    width: 85%;
    margin: 0 auto;
text-align: center;}

.booking_engine_2021offer_with_discount_popup_rest_text_title {
    font: 500 18px/40px var(--be_2021_font)
}

.reset_password_submitButton{
    margin: 20px auto 0 auto;
}

#flexisite_recaptcha2>div{
    margin: 0 auto;
}

@media screen and (orientation: portrait) and (max-width: 1050px) {
    .be_room_offer_opened{
        width: 100%;
        height: 100%!important;
        background-color: #fff;
    }
    .booking_engine_2021_offer_with_discount_container{
        width: 100%;
        left: 0;
        transform: translateY(-50%);
        top: 45%;
        margin: 0;
        height: unset;
    }
    .booking_engine_2021offer_with_discount_popup_rest_text {
        text-align: center;
    }
    .reset_password_submitButton{
        margin: 20px auto 0 auto;
    }
    #flexisite_recaptcha2 div {
    margin: 0 auto 30px auto!important;
    position: relative;
}
}

@media screen and (orientation: landscape) and (max-width: 1050px) {
    .be_room_offer_opened{
        width: 100%;
        height: 100%!important;
        background-color: #fff;
    }
    .booking_engine_2021_offer_with_discount_container{
        width: 100%;
        left: 0;
        transform: translateY(-50%);
        top: 45%;
        margin: 0;
        height: unset;
    }
    .booking_engine_2021offer_with_discount_popup_rest_text {
        text-align: center;
    }
    .reset_password_submitButton{
        margin: 20px auto 0 auto;
    }
    #flexisite_recaptcha2 div {
    margin: 0 auto 30px auto!important;
    position: relative;
}
}