button {
    border: none;
}

.login-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    height: auto;
    box-sizing: border-box;
    padding-inline: 10px;
    background-position: center;
    font-family: 'tahoma', serif;
    background-color: var(--main-bg-color);
}

input:-webkit-autofill {
    -webkit-background-clip: text;
}

.login-inner-background {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 450px;
    background: url(https://update.egyludo.com/images/sale/wrapper.png) no-repeat;
    background-size: cover;
    transform: translateX(-50%);
    z-index: -1;
}

.login-panel {
    max-width: 450px;
    margin-inline: auto;
    font-size: 12px;
    border-radius: 10px;
    overflow: hidden;
    background: url(https://update.egyludo.com/images/sale/login_div.png) no-repeat;
    background-size: cover;
    background-position: center;
    background-color: var(--main-bg-color);
}

.login-dialog-title-div {
    height: 50px;
    font-size: 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    color: white;
    font-weight: bold;
}

.tab-list div {
    position: relative;
    width: 50%;
    color: #fff;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
    line-height: 50px;
}

.login-control-panel {
    box-sizing: border-box;
    padding: 50px 10px 70px 10px;
}

.login-input-panel {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.login-form-item {
    position: relative;
    display: flex;
    display: -webkit-flex;
    width: 100%;
    height: 65px;
    background: #F3F3F3;
    color: #c4c8cd;
    box-shadow: 0 0 1px #DEDCDC inset;
    white-space: nowrap;
    align-items: center;
    border-radius: 10px;
    gap: 15px;
    padding: 10px;
    box-sizing: border-box;
}

.login-form-item img {
    height: 30px;
    margin-left: 15px;
}

[dir="rtl"] .login-form-item img {
    margin-right: 15px;
    margin-left: 0;
}

.login-text-input {
    flex: 1;
    width: 0;
    outline: 0;
    border: #c4c8cd;
    border: none;
    background: 0 0;
    color: #333;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.login-button-wrapper {
    margin-top: 30px;
}

.login-button {
    display: block;
    width: 100%;
    height: 55px;
    background: linear-gradient(to left, var(--main-op-light-color), var(--main-op-dark-color));
    color: black;
    text-align: center;
    font-weight: 700;
    background-size: 100% 100%;
    border-radius: 55px;
    font-size: 18px;
    box-sizing: border-box;
}

.login-button:active {
    background: linear-gradient(var(--main-op-dark-color), var(--main-op-light-color));
}

header {
    margin-top: 5vh;
}

.header-title {
    color: var(--main-font-color);
    text-align: center;
    font-weight: 700;
}

.item-logo img {
    width: 95px;
    margin-inline: auto;
    display: block;
}

.ico-service {
    cursor: pointer;
    position: fixed;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    background-image: url('https://update.egyludo.com/images/sale/customer_service.png');
    background-size: contain;
}
