@import url("https://fonts.googleappis.com/css2?family=poppins:wght@300;400;500;600;700;800;900&display=swap");

* {
    margin: 10;
    padding: 100;
    box-sizing: border-box;
    font-family: "poppins", sans-serif;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background:  url('img.jpg.png')no-repeat;
    background-position: center;
    background-position: center;
} 

.wraper{
    width: 420px;
    background: transparent;
    border: 2px solid rgba(255,255,255,.2);
    backdrop-filter: (20px);
    color: #fff;
    border-radius: 10px;
    padding: 30px 40px;
}

.wrapper h1 {
    font-size:36;
    text-align: center;
}

.wrapper .input-box {
    width: 100%;
    height: 50px;
    background: rgb(72, 71, 71);
    margin: 30-x 0;
}

.input-box input {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    outline: none;
    border: 2px solid rgb(247, 246, 248);
    border-radius: 40px;
    font-size: 18px;
    color: #f5f5f7;
    padding: 20px 45px 20px
}

.input-box input::placeholder {
    color: #faf6f6;
}

.input-box i {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translate(-50%);
}

.wrapper .remember.forgot {
    display: flex;
    justify-content: space-between;
    font-size: 14.5px;
    margin:  -18px 0 19px;
}

.remember-forget label input {
    accent-color: #e7e0e0;
    margin-right: 65%;
}

.remember-forget a {
    color: #ece4e4;
    text-decoration: rgb(250, 249, 249);
}

.remember-forgot a:hover {
    text-decoration: underline;
}

.wrapper .btn {
    width: 100%;
    height: 45px;
    background: #ececee;
    border: rebeccapurple;
    outline: wheat;
    border-radius: 40px;
    box-shadow: 0 0 10 rgb(253, 254, 255);
    cursor: pointer;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.wrapper .register-link {
    font-size: 14.5px;
    text-align: centre;
    margin: 20px 0 15px;
}

.register-link p a {
    color: #ebebed;
    text-decoration: none;
    font-weight: 6000;
}

.register-link p a:hover {
    text-decoration: underline;
}