
#rekapta-header .account-area .accountbg {
    top: calc(100% - 0px);
    left: -100%;
    min-width: 400px;
    background-color: var(--primary-bg-color);
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 13%);
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.13);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    -ms-user-select: none;
    max-width: 400px;
}
#rekapta-header .account-area .accountbg #dropdownAccount {
    width: 100%;
    padding: 10px;
}
#rekapta-header .account-area .accountbg #dropdownAccount #dropdownLogin {
    border-bottom: 1px solid #b1b1b1;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#rekapta-header .account-area .accountbg #dropdownAccount #dropdownLogin a.loginSetup {
    border-color: #c89411 #b0820f #99710d;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background: -webkit-linear-gradient(top,#f8e3ad,#EEBA37);
    background: -o-linear-gradient(top,#f8e3ad,#EEBA37);
    background: -ms-linear-gradient(top,#f8e3ad,#EEBA37);
    width: 200px;
    text-align: center;
    height: 33px;
    color: var(--color2);
    font-weight: 500;
    border: 1px solid #bbb;
    align-items: center;
    justify-content: center;
}
#rekapta-header .account-area .accountbg #dropdownAccount #dropdownLogin .registerSetup {
    display: flex;
    column-gap: 5px;
    font-size: 11px;
    padding: 5px 0;
}
#rekapta-header .account-area .accountbg #dropdownAccount #dropdownLogin .registerSetup .registerSetupLink {
    color: var(--color4);
}
#rekapta-header .account-area .accountbg #dropdownAccount #dropdownLists {
    box-sizing: border-box;
    padding: 10px 0 0;
}
#rekapta-header .account-area .accountbg #dropdownAccount #dropdownLists #dropdownLists-title {
    color: var(--color5);
    font-size: 14px;
    font-weight: 500;
}
#rekapta-header .account-area .accountbg #dropdownAccount #dropdownLists #dropdownLists-items {
    display: grid;
    justify-content: space-between;
    align-items: center;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 5px;
    grid-auto-rows: minmax(auto,auto);
    width: 100%;
}
#rekapta-header .account-area .accountbg #dropdownAccount #dropdownLists #dropdownLists-items a {
    color: var(--color7);
}
#rekapta-header .header-top .search-box .search-inp input {
  display: block;
  height: 100%;
}

#rekapta-header #search{
    width: 100%;
}

#rekapta-header #FormAra{
    width: 100%;
    display: flex;
    height: auto;
    background: transparent;
}