Question: the javascript vaildction seem to work the problem now is with CSS can someone please help with this i have to sumbit the project today

the javascript vaildction seem to work the problem now is with CSS can someone please help with this i have to sumbit the project today PIRIUMIS:
Signup
Already have an account?
Back to home page *{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Arial, sans-serif; /* Using Arial as the fallback font */
}
body {
width: 100%;
height: 100vh;
background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url(img/wallpaper\ perfumes.jpg);
background-size: cover;
background-position: center;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
}
.logo{
position: absolute;
top: 30px;
left: 30px;
width: 200px;
height: auto;
}
.banner {
width: 420px; /* Adjust width as needed */
background: transparent;
color: white;
border: 2px solid rgba(225,255,225,.2);
border-radius: 10px;
padding: 30px 40px;
backdrop-filter: blur(20px);
box-shadow: 0010px rgba(0,0,0,0.2);
margin: 50px auto; /* Adjust margin as needed */
}
.banner h1{
font-size: 36px;
text-align: center;
margin-bottom: 20px;
}
.banner .input-box {
width: 100%;
height: 50px;
margin: 30px 0;
position: relative; /* Add this line */
}
.input-box input {
width: 100%;
height: 100%;
background: transparent;
border: none;
outline: none;
border: 2px solid rgba(225,255,225,.2);
border-radius: 40px;
color: white;
padding: 20px 45px 20px 20px;
}
.input-box input::placeholder {
color: white;
}
.error {
position: absolute;
top: -20px;
left: 0;
color: red;
font-size: 14px;
}
.banner .button {
width:100%;
height: 45px;
background: transparent;
border: 2px solid #C98694;
border-radius:40px;
box-shadow: 0010px rgba(0,0,0,0.1);
cursor: pointer;
font-size: 16px;
color:#fff;
font-weight:600;
text-align:center;
margin:20px 10px; /* Adjust margin as needed */
position: relative;
overflow: hidden;
margin-top: 20px;
}
span {
background: #C98694;
height: 100%;
width: 0%;
border-radius: 25px;
position: absolute;
left: 0;
bottom: 0;
z-index: -1;
transition: 0.5s;
}
button:hover span {
width: 100%;
}
.banner .register-link {
font-size: 14.5px;
text-align: center;
margin: 20px 015px;
}
.register-link p a {
color: #fff;
text-decoration: none;
font-weight: 600;
}
.register-link p a:hover {
text-decoration: underline;
}
.banner .Privacy a {
color: #fff;
text-decoration: none;
font-weight: 600;
text-decoration: underline;
display:contents;
}
.Privacy input {
accent-color: #fff;
margin-right: 5px;
}
 the javascript vaildction seem to work the problem now is with

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!