*{
    margin: 0;
    font-family: Arial;
    border: border-box;
}

/* ----------------------------------Header------------------------- */
.h_center_div{
    display: flex;
    justify-content: center;
}
.logo{
    background-image: url(/Images/Header_Footer/amazon_order.png);
    background-size: cover;
    height: 40px;
    width: 106px;
    margin-bottom: 20px;
    margin-top: 10px;
}

/* ----------------------------------Main------------------------- */
.m_center_div{
    display: flex;
    justify-content: center;
}
.over_box{
    border: 1px solid #dcdcdd;
    width: 296px;
    height: 394px;
    padding: 20px 26px 20px 26px;
    border-radius: 5px;
}
h1{
    font-weight: bold;
    font-weight: 300;
    padding-bottom: 4px;
    margin-bottom: 10px;
}
.input{
    font-weight: bold;
    font-size: 0.75rem;
    padding: 0px 0px 2px 2px;
}
.input_ep{
    width: 280px;
    height: 23px;
    padding: 3px 7px 3px 7px;
    border: 1px solid #a6a6a6;
    border-radius: 5px;
}
.password{
    font-weight: bold;
    padding-top: 20px;
    display: flex;
    .password_p{
        padding-left: 35%;
        text-decoration: none;
        color: #0066c0;
    }
}
.password_p:hover{
    color: #c55501;
    text-decoration: underline;
}
.sign_in{
    padding-top: 20px;
    .sign_button{
        width: 100%;
        height: 30px;
        border-radius: 10px;
        padding: 1px 6px 1px 6px;
        background-color: #ffd915;
        border: none;
    }
}
.sign_button:hover{
    background-color: #f7cb01;
}
.terms{
    padding-top: 20px;
    font-size: 0.85rem;
}
.terms_a:hover{
    text-decoration: underline;
    color: #cb511e;
}
.details{
    display: flex;
    align-items: center;
    padding-top: 30px;
    font-size: 0.85rem;
    p{
        padding-left: 5px;
    }
    i{
        padding-left: 5px;
    }
}
.new_amazon{
    margin-top: 30px;
    font-size: 0.80rem;
    color: #767676;
    display: flex;
    justify-content: center;
}
.account_create{
    margin-top: 10px;
    width: 100%;
    height: 30px;
    border: 1px solid #d5d8d8;
    border-radius: 10px;
    background-color: #f7fafa;
}
.account_create:hover{
    background-color: #d5d8d8;
}

/* --------------------------------------Footer--------------------- */
.foot_panel1{
    margin-top: 30px;
    background-color: #f8f8f8;
    height: 45px;
    width: 100%;
    
}
.foot_panel2{
    padding-top: 20px;
    display: flex;
    justify-content: center;
    font-size: 0.7rem;
    color: #0066c0;
    .panel2_p{
        padding-right: 20px;
    }
}
.panel2_p:hover{
    color: #c55501;
    text-decoration: underline;
}
.foot_panel3{
    padding-top: 20px;
    display: flex;
    justify-content: center;
    font-size: 0.7rem;
}