﻿.before_login .header_block {
    background: transparent;
}

    .before_login .header_block.darkHeader {
        background: var(--bg1-dark-h);
    }

.search_Controls_banner {
    position: relative;
    background-color: #F2F2F2;
    display: flex;
    justify-content: center;
}

    .search_Controls_banner > img {
        bottom: 0;
        height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%;
        filter: brightness(0.6);
        background-image: url('/assets/whitelable1/img/mask_group_bg.webp');
    }

.search_box_area {
    position: relative;
    padding: 0;
    margin-top: 130px;
    margin-bottom: 50px;
    width: 100%;
}

.login_page_text {
    display: flex;
    flex-direction: column;
    text-align: center;
    row-gap: 10px;
}

    .login_page_text h1 {
        color: #FFF;
        text-shadow: 0 0 8px rgba(0, 0, 0, 0.50);
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 34px; /* 106.25% */
    }

    .login_page_text p {
        color: #FFF;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.main_search_containt {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    border-radius: 8px;
    background: #FFF;
    padding: 20px 15px 45px 15px;
    width: 100%;
}

.panel_row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.n_d_div {
    flex: 1;
    position: relative;
}

.lbl_up {
    font-size: 11px;
    position: absolute;
    color: #8C8C8C;
    z-index: 1;
    white-space: nowrap;
    top: 30px;
    font-weight: 400;
    pointer-events: none;
    background: transparent;
    width: auto;
    max-width: fit-content;
    left: 40px;
    right: 0;
    text-align: left;
}

.drop_icon {
    width: 22px;
    height: 22px;
    pointer-events: none;
    position: absolute;
    top: 55px;
    left: 9px;
    z-index: 1;
}

.user_login {
    background-position: -481px -567px;
}

.password_icon {
    background-position: -519px -567px;
}

.agent_text {
    color: #000;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.search_input {
    height: 100px;
    width: 100%;
    color: #000;
    padding: 30px 8px 0px 40px;
    font-size: 20px;
    cursor: pointer;
    outline: none;
    appearance: none;
    background: #fff;
    box-sizing: border-box;
    font-weight: 700;
    white-space: nowrap;
    line-height: 71px;
    position: relative;
    border: 1px solid #DDD;
    border-radius: 5px;
}

.search_button {
    display: flex;
    align-items: center;
    background-color: var(--btn-two-bg);
    border-radius: 100px;
    transition: all 0.3s;
    border: none;
    color: #fff;
    justify-content: center;
    font-size: 24px;
    column-gap: 10px;
    position: absolute;
    bottom: -25px;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: fit-content;
    background-image: none;
    line-height: 50px;
    padding: 0 50px;
    text-transform: uppercase;
    font-weight: 700;
}
.tab-external-link {
    color: var(--all-text-main);
}

@media (max-width:767px) {
    .login_page_text h1 {
        font-size: 18px;
        line-height: normal;
        margin: 0;
    }

    .panel_row {
        flex-direction: column;
    }

    .header_block {
        background: var(--bg1-dark-h);
    }

    .search_box_area {
        margin-top: 90px;
        margin-bottom: 15px;
    }

    .main_search_containt {
        padding: 15px;
    }

    .agent_text {
        font-size: 20px;
    }

    .search_input {
        height: 70px;
        padding: 25px 8px 0px 40px;
        font-size: 18px;
        line-height: 40px;
    }
    .drop_icon {
        top: 35px;
    }
    .lbl_up {
        top: 17px;
    }


    .search_button {
        font-size: 20px;
        position: relative;
        bottom: 0;
        margin: 0 auto;
        max-width: 100%;
        width: 100%;
        border-radius: 5px;
    }
}
