#tl-booking-alert {
    background: #6b2360;
    color: #fff;
    margin: 0;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
}
#tl-booking-alert p {
    color: #fff;
    margin: 22px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#tl-booking-alert span {
    display: inline-flex;
    margin: 2px 0;
}
#tl-booking-alert a {
    border: 0;
    padding: 0;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    /*text-transform: none;*/
    letter-spacing: normal;
    color: #ded0dc;
    display: inline-flex;
    margin: 0 5px;
}
#tl-booking-alert a:hover {
    color: #fff;
}

.popup_secsess input[type=text]{
    color:black;
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
}

.popup_secsess input[type=password]{
    color:black;
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
}

.bx-authform-formgroup-container{
    margin-bottom: 20px;
}

.bx-authform-label-container {
  font-size: 13px;
  color: #5a6c77;
  padding-bottom: 2px;
}

.popup_secsess_text{
    padding: 87px 30px 60px 30px!important;
}

.error {
    color: #f42c2c !important;
    border-color: #f42c2c !important;
}

.error_div_auth{
    display: none;
    color: #f42c2c !important;
    text-align: center;
}

.bx-authform-link-container a b{
    color: #53575a;
    font-family: Arial;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

#popup_booking_reg, #popup_booking_auth{
    z-index: 1000;
}

.bx-filter-param-text{
    color:#5a6c77;
}

.agree_input{
    width: auto;
    margin-right: 10px;
    height: 18px;
}

.agree_label{
    line-height: 16px;
    color: #5a6c77;
}
.agree_label a{
    color: #5a6c77;
}

.agree_container{
    display: inline-flex;
}

#reg_phone{
    color: #252525;
    margin-top: 10px !important;
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    width: 410px;
}

@media screen and (max-width: 496px) {
    #reg_phone{
        padding-left: 101px !important;
        width: 390px;
    }
}

.iti__selected-flag{
    top: 10px!important;
    height: 36px!important;
}

.iti__selected-country{
    padding-top: 10px;
}

.password-wrapper {
    position: relative;
}

#password, #password_confirm {
    width: 100%;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    user-select: none;
}

.eye-icon {
    font-size: 16px;
    display: inline-block;
    transition: transform 0.2s ease;
    cursor: pointer;
}

#tl-booking-alert p{
    margin: 2px 0;
}

#tl-booking-alert {
  padding-top: 18px;
  padding-bottom: 18px;
}

#tl-booking-alert p {
  font-size: 18px;
}

#tl-booking-alert a {
  font-size: 18px;
}