* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
/* ____________________________________________________login css____________________________________________________ */
.nav_log {
    width: 100%;
    height: 5vw;
    background-color: rgb(255, 255, 255);
}

.nav_log_left {
    width: 400px;
    height: 100px;
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg_content_login {
    margin-top: 20px;
    width: 100%;
    height: 800px;
    /* background-color: #DEB9E6; */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 0px;
}

.cart_login {
    margin-top: 20px;
    width: 1100px;
    height: 600px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    border-radius: 25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.cart_register {
    margin-top: 20px;
    width: 1100px;
    height: 720px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    border-radius: 25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.login_left {
    width: 640px;
    height: 100%;
    background-color: #f70000;
    border-radius: 25px;
}

.login_left img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    object-fit: cover;
}

.login_right {
    width: 460px;
    height: 100%;
    padding: 10px;
    /* background-color: #f70000; */
}

.login_header {
    width: 100%;
    height: 80px;
    /* background-color: #ffffff; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_content {
    width: 460px;
    height: 300px;
    /* background-color: #f70000; */
    padding: 10px 0px;
}

.login_content {
    width: 460px;
    height: 300px;
    /* background-color: #f70000; */
    padding: 10px 0px;
}

.login_input {
    margin-top: 20px;
    width: 85%;
    height: 50px;
    background-color: rgb(232, 240, 254);
    border-radius: 35px;
    display: flex;
}

.input_logo {
    width: 70px;
    height: 100%;
    /* background-color: #f70000; */
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.input_text {
    width: 100%;
    height: 100%;
    /* background-color: rgb(255, 189, 235); */
    border-radius: 35px;
}

.input_text input {
    width: 100%;
    height: 100%;
    border-radius: 35px;
    padding: 10px;
    font-size: 18px;
    background: none;
    outline: none;
    border: none;
    background-color: rgb(232, 240, 254);
}

.login_btn,
.login_btn a {
    margin-top: 20px;
    width: 85%;
    height: 60px;
    border-radius: 35px;
    color: rgb(255, 255, 255);
    background-color: rgb(59, 143, 208);
    font-size: 24px;
    font-weight: bold;
    border: none;
    outline: none;
}

.footter {
    margin-top: 10px;
}

/* _____________________________end login css_____________________________ */