SmartQRTravel Login Form

Developer
Size
4,102 Kb
Views
32,384

How do I make an smartqrtravel login form?

Login form for smareQRtravel redesign 2015. What is a smartqrtravel login form? How do you make a smartqrtravel login form? This script and codes were developed by Luke Watts on 14 August 2022, Sunday.

SmartQRTravel Login Form Previews

SmartQRTravel Login Form - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>SmartQRTravel Login Form</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel='stylesheet prefetch' href='https://fonts.googleapis.com/css?family=Raleway'> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="container"> <section class="login-container"> <h2 class="login-title">Login</h2> <form class="login-form" method="post" action=""><span class="input"> <input class="input-field" type="text" name="username"/> <label class="input-label" for="username"><span class="input-label-content">Username</span></label></span><span class="input"> <input class="input-field" name="password" type="password"/> <label class="input-label" for="password"><span class="input-label-content">Password</span></label></span><span class="input"> <input class="input-submit-button" type="submit" value="Login"/></span></form> </section>
</div>
</body>
</html>

SmartQRTravel Login Form - Script Codes CSS Codes

body, .input-label { color: #6a778a;
}
body, .login-container { background-color: #36404f;
}
*, *::before, *::after { box-sizing: border-box;
}
body { font-size: 100%; font-family: "Raleway", Arial, sans-serif;
}
@media (min-width: 768px) { body { background-color: #fff; }
}
.login-container { max-width: 20em; padding: 1em 2em; margin: 2em auto 0 auto; font-size: 1.5em; text-align: center;
}
@media (min-width: 768px) { .login-container { width: 100%; }
}
.login-title { margin-top: 1em;
}
.input { margin: 1em 0; display: inline-block; position: relative; z-index: 1; vertical-align: top;
}
.input-field { width: 100%; padding: 0.8em; position: relative; float: right; border: none; background: transparent; color: #DDE2E2; opacity: 0; -webkit-transition: opacity 350ms; transition: opacity 350ms;
}
.input-field:focus { outline: none;
}
.input-label { width: 100%; height: 100%; padding: 0 0.85em; display: inline-block; float: right; position: absolute; left: 0; font-weight: bold; font-size: 0.7em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; pointer-events: none;
}
.input-label::before, .input-label::after { width: 100%; height: 100%; content: ""; position: absolute; top: 0; left: 0; -webkit-transition: -webkit-transform 0.3s; transition: -webkit-transform 0.3s; transition: transform 0.3s; transition: transform 0.3s, -webkit-transform 0.3s;
}
.input-label::before { border-top: 2px solid #6a778a; -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0); transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0); -webkit-transition-delay: 0.3s; transition-delay: 0.3s;
}
.input-label::after { z-index: -1; -webkit-transform: scale3d(1, 0, 1); transform: scale3d(1, 0, 1); -webkit-transform-origin: 50% 0%; transform-origin: 50% 0%; background-color: #6a778a;
}
.input-label-content { width: 100%; padding: 1.6em 0; position: relative; display: block; -webkit-transition: -webkit-transform 0.3s 0.3s; transition: -webkit-transform 0.3s 0.3s; transition: transform 0.3s 0.3s; transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
.input-submit-button { padding: 0.6em 4em; margin: 0 auto; color: #6a778a; background-color: transparent; -webkit-transition: all 250ms linear 0ms; transition: all 250ms linear 0ms; border-color: #6a778a; border-style: solid; border-width: 4px;
}
.input-submit-button:hover { background-color: #6a778a; color: #36404f;
}
.input-field:focus { opacity: 1; -webkit-transition-delay: 0.3s; transition-delay: 0.3s;
}
.input-field:focus + .input-label::before { -webkit-transition-delay: 0s; transition-delay: 0s; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
}
.input-field:focus + .input-label::after { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); -webkit-transition-delay: 0.3s; transition-delay: 0.3s; -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.input-field:focus + .input-label .input-label-content { -webkit-transform: translate3d(0, -80%, 0); transform: translate3d(0, -80%, 0); -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
SmartQRTravel Login Form - Script Codes
SmartQRTravel Login Form - Script Codes
Home Page Home
Developer Luke Watts
Username lukewatts
Uploaded August 14, 2022
Rating 3
Size 4,102 Kb
Views 32,384
Do you need developer help for SmartQRTravel Login Form?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Luke Watts (lukewatts) Script Codes
Create amazing web content with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!