body{ background: url('https://mail.sveam.vn/img/StockSnap_DI64TAJTIS.jpg') center / cover no-repeat; display: flex; align-items: center; justify-content: flex-start; margin: 0; } #login{ width: 320px; height: 100%; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end; font: 500 16px 'Quicksand', sans-serif; color: #252525; /* background: url('https://mail.sveam.vn/img/StockSnap_DI64TAJTIS.jpg') center / 100vw auto no-repeat; background: white; */ margin: 0; padding: 45 35 20; position: relative; z-index: 1; box-shadow: 0 0 18px #565656; } #login:after{ position: absolute; top:0; right: 0; bottom:0; left:0; z-index:-1; content:''; clip-path: inset(0); background: url('https://mail.sveam.vn/img/StockSnap_DI64TAJTIS.jpg') left / 100vw auto no-repeat; filter: blur(6px); } input{ margin: 6px 0 28px; font: 500 16px 'Quicksand', sans-serif; } input:focus{ outline: 0; } #login > input:nth-child(-n + 5){ height: 28px; background: transparent; border-width: 0 0 1px; border-bottom: 1px solid #424242 } .login-btn{ background: #29B6F6; font: 700 18px 'Quicksand', sans-serif; color: white; border: 0; height: 50px; border-radius: 50px; width: 150px; align-self: center; }