* {
    margin: 0;
    padding: 0;
    font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;;
    box-sizing: border-box;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-text-fill-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0 0 0px 1000px #00000000 inset;
  transition: background-color 5000s ease-in-out 0s;
  background: #00000000;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body{
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.login-wrapper{
    width: 420px;
    background: rgba(0, 0, 0, 0.222);
    color: #a4bcc8;
    border-radius: 10px;
    padding: 30px 40px;
    border: 2px solid rgba(255, 255, 255, .2);
    backdrop-filter: blur(20px);
    box-shadow: 0 0 10px rgba(0,0,0,.2);

}

.login-wrapper h1{
    font:36px ;
    text-align:center ;
}

.login-wrapper .input-box{
    width: 100%;
    position: relative;
    height: 50px;
    margin: 30px 0;
}

.login-wrapper input[type="text"],
.login-wrapper input[type="password"] {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    border: 2px solid rgba(255, 255, 255, .2) !important;
    border-radius: 40px;
    font-size: 16px;
    color: #fff;
    padding: 20px 45px 20px 20px;
}

.input-box .input-field::placeholder{
    color: #a4bcc8;
    opacity: 0.8;
}

.input-box svg{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;

}

.login-wrapper .btn{
    width: 100%;
    height: 45px;
    background-color: #a4bcc8;
    border: none;
    outline: none;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    cursor: pointer;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.login-wrapper .remember-forgot{
    display: flex;
    justify-content: start;
    font-size: 14.5px;
    margin: -15px 0 15px 20px;
}

.login-wrapper .remember-forgot label input{
    accent-color:#a4bcc8 ;
    margin-right: 3px;
    cursor: pointer;
}

.login-wrapper .remember-forgot a{
    color: #a4bcc8;
    text-decoration: none;
}
.login-wrapper .remember-forgot a:hover{
    text-decoration: underline;
}

.login-wrapper .register-link{
    font-size: 14.5px;
    text-align: center;
    margin: 20px 0 15px;
}

.login-wrapper .register-link p a{
    color: #a4bcc8;
    text-decoration: none;
    font-weight: 600;
}

.login-wrapper .register-link p a:hover{
    text-decoration: underline;
}
* {
    margin: 0;
    padding: 0;
    font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;;
    box-sizing: border-box;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid rgba(0, 0, 0, 0);
  -webkit-text-fill-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0 0 0px 1000px #00000000 inset;
  transition: background-color 5000s ease-in-out 0s;
  background: #00000000;
}

body{
    display: flex;
    align-items: center;
    min-height: 100vh;
    justify-content: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.register-wrapper{
    width: 420px;
    background: rgba(0, 0, 0, 0.222);
    color: #fff;
    border-radius: 10px;
    padding: 30px 40px;
    border: 2px solid rgba(255, 255, 255, .2);
    backdrop-filter: blur(20px);
    box-shadow: 0 0 10px rgba(0,0,0,.2);

}
.register-wrapper h1{
    font-size: 36px;
    text-align:center;
    color: #a4bcc8;
}
.register-wrapper .input-box{
    width: 100%;
    position: relative;
    height: 40px;
    margin: 30px 0;
}
.input-box .input-field{
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    border: 2px solid rgba(255, 255, 255, .2) !important;
    border-radius: 40px;
    font-size: 16px;
    color: #fff;
    padding: 20px 45px 20px 20px;

}
.input-box .input-field::placeholder{
    color: #fff;
    opacity: 0.8;
}
.input-box svg{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;

}
.register-wrapper .btn{
    width: 100%;
    height: 45px;
    background-color:#a4bcc8;
    border: none;
    outline: none;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    cursor: pointer;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
