You might have come across the trendy Glassmorphism effects gracing login forms, cards, and various components across different websites. As an aspiring web developer, have you ever contemplated the prospect of crafting your very own Glassmorphism-inspired login form?
For those unfamiliar, glassmorphism represents a user interface design trend that weaves the enchanting illusion of translucent and softly blurred glass surfaces into the fabric of web elements. This captivating effect imparts a semi-transparent allure, elegantly merging the background with the foreground.
In this accessible and beginner-friendly blog post, I will expertly navigate you through the process of fashioning a Glassmorphism Login Form using nothing but HTML and CSS. Not only will you glean the art of shaping forms with a mesmerizing glass-like veneer, but you’ll also acquire the know-how to infuse them with an alluring floating-label animation.
preview
Steps To Create Glassmorphism Login Form Using HTML & CSS
To create Glassmorphism Login Form Using HTML & CSS you have to follow the steps which is mentioned bellow.
1: Create a folder . name whatever you want to give you can give. and create these files which is mentioned bellow.
2: Create index.html in main file and make sure your extention should be .html .
3: Create style.css in main file and make sure your extention should be .css .
4: you can use any image instead of iron man image but the image name should be codebyrolex.
5: here is the download link of iron man image
here is index.html
<!DOCTYPE html>
<!-- codebyrolex - www.codebyrolex.com -->
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Glassmorphism Login Form | Codebyrolex</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="wrapper">
<form action="#">
<h2>Login</h2>
<div class="input-field">
<input type="text" required>
<label>Enter your email</label>
</div>
<div class="input-field">
<input type="password" required>
<label>Enter your password</label>
</div>
<div class="forget">
<label for="remember">
<input type="checkbox" id="remember">
<p>Remember me</p>
</label>
<a href="#">Forgot password?</a>
</div>
<button type="submit">Log In</button>
<div class="register">
<p>Don't have an account? <a href="#">Register</a></p>
</div>
</form>
</div>
</body>
</html>
HTMLhere is style.css
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@200;300;400;500;600;700&display=swap");
/* codebyrolex - www.codebyrolex.com */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Open Sans", sans-serif;
}
body {
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
width: 100%;
padding: 0 10px;
}
body::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
background: url("codebyrolex.jpg"), #000;
background-position: center;
background-size: cover;
}
.wrapper {
width: 400px;
border-radius: 8px;
padding: 30px;
text-align: center;
border: 1px solid rgba(255, 255, 255, 0.5);
backdrop-filter: blur(9px);
-webkit-backdrop-filter: blur(9px);
}
form {
display: flex;
flex-direction: column;
}
h2 {
font-size: 2rem;
margin-bottom: 20px;
color: #fff;
}
.input-field {
position: relative;
border-bottom: 2px solid #ccc;
margin: 15px 0;
}
.input-field label {
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
color: #fff;
font-size: 16px;
pointer-events: none;
transition: 0.15s ease;
}
.input-field input {
width: 100%;
height: 40px;
background: transparent;
border: none;
outline: none;
font-size: 16px;
color: #fff;
}
.input-field input:focus~label,
.input-field input:valid~label {
font-size: 0.8rem;
top: 10px;
transform: translateY(-120%);
}
.forget {
display: flex;
align-items: center;
justify-content: space-between;
margin: 25px 0 35px 0;
color: #fff;
}
#remember {
accent-color: #fff;
}
.forget label {
display: flex;
align-items: center;
}
.forget label p {
margin-left: 8px;
}
.wrapper a {
color: #efefef;
text-decoration: none;
}
.wrapper a:hover {
text-decoration: underline;
}
button {
background: #fff;
color: #000;
font-weight: 600;
border: none;
padding: 12px 20px;
cursor: pointer;
border-radius: 3px;
font-size: 16px;
border: 2px solid transparent;
transition: 0.3s ease;
}
button:hover {
color: #fff;
border-color: #fff;
background: rgba(255, 255, 255, 0.15);
}
.register {
text-align: center;
margin-top: 30px;
color: #fff;
}
CSSFinal words
This post is about Glassmorphism Login Form Using HTML & CSS . hope you like it this post. if you have any problem then you can contact us or DM on instagram.
Thank you for every other great article. Where else could anyone get that kind of info
in such a perfect means of writing? I’ve a presentation subsequent week, and I’m at the
search for such info.
Nice blog here! Also your site loads up very fast!
What web host are you using? Can I get your affiliate link to
your host? I wish my website loaded up as quickly
as yours lol
hostinger
Write more, thats all I have to say. Literally, it seems as though you relied on the video to
make your point. You obviously know what youre talking about,
why waste your intelligence on just posting videos to your site when you could be giving us something enlightening to read?
It’s genuinely very complex in this active life to listen news on Television,
thus I simply use web for that reason, and
get the hottest news.
You really make it seem so easy with your presentation but I find
this matter to be really something which I think I would
never understand. It seems too complicated and extremely broad for
me. I am looking forward for your next post, I’ll try to get the
hang of it!
stay tuned for new post brother . check out our instagram id codebyrolex
Good day! I could have sworn I’ve been to this site before but after reading through some of the post I realized it’s new to me.
Anyhow, I’m definitely glad I found it and I’ll be bookmarking and checking
back frequently!
thanks for visiting our website
It’s going to be ending of mine day, except before finish I
am reading this fantastic post to improve my know-how.
Simply wish to say your article is as surprising. The clearness to your
post is simply excellent and that i can think you’re a
professional in this subject. Well with your permission let me to snatch your feed to stay up to
date with coming near near post. Thank you 1,000,000 and please
carry on the enjoyable work.
I’m truly enjoying the design and layout of your website.
It’s a very easy on the eyes which makes it much more enjoyable for me to come here and visit more
often. Did you hire out a designer to create your theme?
Great work!
I’m not sure where you’re getting your info, but great
topic. I needs to spend some time learning more or understanding more.
Thanks for excellent info I was looking for this information for
my mission.
My family members all the time say that I am wasting my time here at
web, but I know I am getting experience everyday by reading such fastidious content.
Truly when someone doesn’t be aware of after
that its up to other people that they will help, so
here it happens.
I do not know whether it’s just me or if perhaps everyone else experiencing issues with
your blog. It seems like some of the text within your posts are running off the
screen. Can someone else please provide feedback and let me know if this is happening to them too?
This might be a issue with my internet browser because I’ve had this happen before.
Thanks
in my browser it works perfectly can you please check my other posts if faced any issue with my other post so please do comment
Hello, I enjoy reading through your article post.
I wanted to write a little comment to support you.
Hello my family member! I want to say that this post is
amazing, nice written and come with approximately all important infos.
I would like to see more posts like this .
Thanks for the marvelous posting! I really enjoyed reading it,
you happen to be a great author.I will make certain to bookmark your blog and will eventually come back sometime soon. I want to encourage one to continue your great posts,
have a nice afternoon!
You really make it appear really easy with your presentation but I find this matter
to be actually one thing which I think I might by no means understand.
It sort of feels too complex and very huge for
me. I’m looking forward on your next submit, I will attempt to get the cling of it!
Paragraph writing is also a excitement, if you know after that
you can write if not it is complex to write.
Does your site have a contact page? I’m having problems locating it but, I’d like to shoot you an email.
I’ve got some suggestions for your blog you might be interested in hearing.
Either way, great website and I look forward to seeing it improve over
time.
It’s a pity you don’t have a donate button! I’d certainly donate to this superb
blog! I guess for now i’ll settle for bookmarking and adding your RSS feed to my Google account.
I look forward to brand new updates and will talk
about this blog with my Facebook group. Chat soon!
thank you for your comment you can visit our insta page @codebyrolex
This is a very good tip particularly to those fresh to the
blogosphere. Simple but very accurate information… Thank you
for sharing this one. A must read post!
Hi there, I found your site by the use of Google whilst looking for
a comparable topic, your web site came up, it seems
great. I have bookmarked it in my google bookmarks.
Hello there, simply turned into alert to your blog via Google,
and located that it is truly informative. I am going to be careful for brussels.
I’ll appreciate should you proceed this in future.
A lot of folks will likely be benefited out of your writing.
Cheers!
you are in reality a good webmaster. The web site loading speed is amazing.
It sort of feels that you’re doing any distinctive trick.
Furthermore, The contents are masterpiece. you have performed a great task in this subject!
I always emailed this website post page to all my friends,
for the reason that if like to read it next my contacts will too.
I will immediately take hold of your rss feed as I can’t in finding your e-mail subscription hyperlink or e-newsletter service.
Do you have any? Please allow me recognise so that I may subscribe.
Thanks.
you can visit our insta id @codebyrolex
Excellent post however I was wondering if you could write a litte more on this subject?
I’d be very grateful if you could elaborate a
little bit further. Bless you!
Definitely believe that which you stated. Your favorite
justification seemed to be on the net the simplest thing to be aware of.
I say to you, I certainly get annoyed while people consider
worries that they plainly don’t know about.
You managed to hit the nail upon the top as well as defined out the whole thing without having side effect
, people could take a signal. Will likely be back to get more.
Thanks
Good day! I could have sworn I’ve been to this website before but after reading through
some of the post I realized it’s new to me. Anyhow, I’m definitely
glad I found it and I’ll be bookmarking and checking back frequently!
Everything is very open with a very clear explanation of the challenges.
It was truly informative. Your website is extremely helpful.
Many thanks for sharing!
Hi! I know this is sort of off-topic but I needed to ask.
Does building a well-established website like yours require a
large amount of work? I’m completely new to operating a blog but I
do write in my journal every day. I’d like to start a blog so I can easily share my own experience and views online.
Please let me know if you have any kind of ideas or tips for new aspiring
blog owners. Thankyou!
I really like it whenever people get together and share views.
Great blog, keep it up!
Good post. I learn something new and challenging on websites
I stumbleupon everyday. It will always be useful to read content from other writers and use something from their sites.
Hello superb website! Does running a blog like this require a massive amount work?
I have virtually no expertise in computer programming but I was hoping to start my own blog
in the near future. Anyhow, should you have any ideas or techniques
for new blog owners please share. I know this is off subject but I just needed
to ask. Cheers!
It is the best time to make some plans for the future and it’s time to be happy.
I have read this post and if I could I desire to suggest you few interesting things
or tips. Maybe you could write next articles referring
to this article. I wish to read more things about
it!
I know this if off topic but I’m looking
into starting my own blog and was curious what all is required to get setup?
I’m assuming having a blog like yours would cost a pretty penny?
I’m not very internet savvy so I’m not 100% positive. Any recommendations or
advice would be greatly appreciated. Thank you
Hurrah! At last I got a website from where I be capable of really get useful facts concerning my study and knowledge.
I am regular visitor, how are you everybody? This article posted at
this web page is truly nice.
I want to to thank you for this good read!! I
absolutely loved every bit of it. I’ve got you saved as a favorite to look
at new stuff you post…
whoah this weblog is magnificent i like studying
your posts. Keep up the good work! You recognize, a lot of persons are looking round
for this information, you could help them greatly.
Magnificent beat ! I wish to apprentice at the same time as you amend your
web site, how could i subscribe for a blog web site?
The account aided me a acceptable deal. I had been tiny bit
acquainted of this your broadcast provided brilliant clear
concept
I’ve been surfing online more than 4 hours today, yet
I never found any interesting article like yours. It’s pretty worth enough for me.
In my view, if all webmasters and bloggers made good content
as you did, the net will be a lot more useful than ever
before.
I got this web site from my pal who shared with me on the topic of this web page and at the moment
this time I am browsing this website and reading very informative articles or reviews at this place.
Hey There. I found your blog using msn. This is a very well written article.
I’ll be sure to bookmark it and return to read more of your useful info.
Thanks for the post. I’ll definitely comeback.
What’s up, this weekend is fastidious in favor of me, for the reason that this point in time i am reading this fantastic educational post here at my residence.
Good site you have here.. It’s difficult to find high-quality
writing like yours these days. I seriously appreciate individuals like you!
Take care!!
It’s perfect time to make a few plans for the long run and it’s time to
be happy. I have read this submit and if I may I desire to suggest you few fascinating issues or
advice. Perhaps you can write next articles regarding this article.
I want to learn even more issues approximately it!
Thanks in support of sharing such a nice idea, paragraph
is good, thats why i have read it entirely