.header-wrap { display: flex; align-items: center; min-height: 100px; background-color: rgb(179, 177, 180); justify-content: space-between; padding-right: 40px; } .headerBtn { display: flex; justify-content: flex-end; } .headerTitle { display: flex; padding-left: 40px; } .a-shop { padding-left: 15px; } .enterLogin{ padding-right: 20px; } a{ text-decoration: none; color:#000000; } a:hover{ color: #d80e0e; } li { list-style-type: none; padding: 5px; } .aside{ padding-top: 20px; height: 100vh; } .main-container{ padding-left: 50px; width: 100vh; height: 100vh; } .mainLoginContainer { display: none; border: 2px solid #000000; margin-top: 50px; max-width: 400px; } .header-div{ display: flex; justify-content: space-between; max-width: 350px; } .outLogin{ max-width: 20px; max-height: 20px; padding-top: 20px; } .log{ padding: 20px; display: flex; flex-direction: column; } .input-form{ padding-bottom: 20px; } .inputUserName, .inputPassword{ min-height: 40px; } .loginBtn{ display: inline-block; border: 1px solid #34547a; background: #34547a; color: white; text-transform: uppercase; padding: 23px 155px; line-height: 1; text-decoration: none; min-height: 27px; } .enterCart{ display: none; } .imgCart { padding-top: 3px; padding-left: 10px; max-width: 40px; max-height: 20px; } .headerCart { display: flex; justify-content: space-between; } .closeCart{ height: 17px; width: 12px; border: 2px solid black; } .enterRegister{ color: rgb(0, 132, 255); } .register-href{ padding-top: 20px; display: flex; justify-content: center; } .registerContainer{ display: none; } .inputRegisterForm{ display: flex; flex-direction: column; padding: 20px; } .inputUserNameRegister{ min-height: 30px; } .inputPasswordRegister{ margin-top: 20px; min-height: 30px; } .registerBtn{ display: inline-block; border: 1px solid #34547a; background: #34547a; color: white; text-transform: uppercase; padding: 25px 100px; line-height: 1; text-decoration: none; min-height: 65px; } .header-register{ display: flex; justify-content: space-between; max-width: 350px; } .header-register h1{ /* padding-left: 20px; */ margin-top: 10px; } .reg{ padding: 20px; }