Tamim Ahmed
Tamim Ahmed
17 Mar 2023 (1 week ago)
Araihazar, Narayanganj, Dhaka, Bangladesh
Best Stylist 100+ Login Form With Social Login

Listen to this article

1. Flickering Login

<style>
  @import url(https://fonts.googleapis.com/css?family=Audiowide);

::-moz-selection {
    background: #cc0000;
    text-shadow: none;
}

::selection {
    background: #cc0000;
    text-shadow: none;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

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

body {
  background: #1b1b1b;
  color: #FFF;
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 12px;
  line-height: 1;
}

.background-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}

.background {
  background: url('https://myrror.co/etc/419062774_1385132057.jpg');
  background-position: center;
  background-size: cover;
  filter: blur(10px);
  height: 105%;
  position: relative;
  width: 105%;
  right: -2.5%;
  left: -2.5%;
  top: -2.5%;
  bottom: -2.5%;
}

* {
  box-sizing: border-box;
  cursor: default;
  outline: none;
}

form {
  background: #111;
  border: 1px solid #191919;
  border-radius: .4em;
  bottom: 0;
  box-shadow: 0 5px 10px 5px rgba(0,0,0,0.2);
  height: 280px;
  left: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
}

form:after {
  background: linear-gradient(to right, #111111, #444444, #b6b6b8, #444444, #2F2F2F, #272727);
  content: "";
  display: block;
  height: 1px;
  left: 50px;
  position: absolute;
  top: 0;
  width: 150px;
}

form:before {
  border-radius: 50%;
  box-shadow: 0 0 6px 4px #fff;
  content: "";
  display: block;
  height: 5px;
  left: 34%;
  position: absolute;
  top: -7px;
  width: 8px;
}

.inset {
  border-top: 1px solid #19191a;
  padding: 20px;
}

form h1 {
  font-family: 'Audiowide';
  border-bottom: 1px solid #000;
  font-size: 18px;
  padding: 15px 0;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 0 #000;
}

form h1 {
  color: #FFbb00;
  font-family: Audiowide;
  font-weight: normal;
}

form h1.poweron {
  color: #ffffff;
  transition: all 0.5s;
  animation: flicker 1s ease-in-out 1 alternate, neon 1.5s ease-in-out infinite alternate;
  animation-delay: 0s, 1s;
}

form h1:after {
  position: absolute;
  width: 250px;
  height: 180px;
  content: "";
  display: block;
  pointer-events: none;
  top: 0;
  margin-left: 138px;
  transform-style: flat;
  transform: skew(20deg);

  background: -moz-linear-gradient(top, hsla(0,0%,100%,0.1) 0%, hsla(0,0%,100%,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsla(0,0%,100%,0.2)), color-stop(100%,hsla(0,0%,100%,0)));
  background: -webkit-linear-gradient(top, hsla(0,0%,100%,0.1) 0%,hsla(0,0%,100%,0) 100%);
  background: -o-linear-gradient(top, hsla(0,0%,100%,0.1) 0%,hsla(0,0%,100%,0) 100%);
  background: -ms-linear-gradient(top, hsla(0,0%,100%,0.1) 0%,hsla(0,0%,100%,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42ffffff', endColorstr='#00ffffff',GradientType=0 );
  background: linear-gradient(to bottom, hsla(0,0%,100%,0.1) 0%,hsla(0,0%,100%,0) 100%);

}

input[type=text], input[type=password] {
  background: linear-gradient(#1f2124,#27292c);
  border: 1px solid #222;
  border-radius: .3em;
  box-shadow: 0 1px 0 rgba(255,255,255,0.1);
  color: #FFF;
  font-size: 13px;
  margin-bottom: 20px;
  padding: 8px 5px;
  width: 100%;
}

input[type=text]:disabled, input[type=password]:disabled {
	color: #999;
}

label[for=remember] {
  color: #bbb;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
  padding: 0 0 0 5px;
}

.p-container {
  padding: 0 20px 20px;
}

.p-container:after {
  clear: both;
  content: "";
  display: table;
}

.p-container span {
  color: #0d93ff;
  display: block;
  float: left;
  padding-top: 8px;
}

input[type=submit] {
  background: #fb0;
  border: 1px solid rgba(0,0,0,0.4);
  border-radius: .3em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 10px 10px rgba(255,255,255,0.1);
  color: #873C00;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  height: 40px;
  padding: 5px 20px;
  width: 100%;
}

.denied {
  color: white !important;
  text-shadow: 0 0 1px black;
  background: #EE0000 !important;
}

input[type=submit]:hover, input[type=submit]:focus {
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -10px 10px rgba(255,255,255,0.1);
}

input[type=text]:hover:not([disabled]), 
input[type=text]:focus, 
input[type=password]:hover:not([disabled]), 
input[type=password]:focus, 
label:hover ~ input[type=text], 
label:hover ~ input[type=password] {
  background: #27292c;
}

input[type="checkbox"] {
  opacity: 0;
  background: red;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.checkboxouter {
  height: 20px;
  width: 20px;
  border-radius: 3px;
  background-color: #000;
  position: relative;
  display: inline-block;
  border: 2px solid #555;
}

.checkbox {
  position: absolute;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  background-color: transparent;
  height: 10px;
  width: 5px;
  margin: auto;
  left: 50%;
  transform: rotate(45deg);
  transform-origin: -35% 30%;
  transition: all 0.2s;
}

input[type="checkbox"]:checked ~ .checkbox {
  transition: all 0.3s;
  border-bottom: 2px solid #ffcc00;
  border-right: 2px solid #ffcc00;
}

@keyframes neon {
  from {
    text-shadow: 
    0 0 2.5px #fff,
    0 0 5px #fff,
    0 0 7.5px #fff,
    0 0 10px #B6FF00,
    0 0 17.5px #B6FF00,
    0 0 20px #B6FF00,
    0 0 25px #B6FF00,
    0 0 37.5px #B6FF00;
  }

  to {
      text-shadow: 
      0 0 3px #fff,
      0 0 7px  #fff,
      0 0 13px  #fff,
      0 0 17px  #B6FF00,
      0 0 33px  #B6FF00,
      0 0 38px  #B6FF00,
      0 0 48px #B6FF00,
      0 0 63px #B6FF00;
    }
}

@keyframes flicker {
  0% {
    text-shadow: 
    0 0 2.5px #fff,
    0 0 5px #fff,
    0 0 7.5px #fff,
    0 0 10px #B6FF00,
    0 0 17.5px #B6FF00,
    0 0 20px #B6FF00,
    0 0 25px #B6FF00,
    0 0 37.5px #B6FF00;
  }

  2% {
    text-shadow: none;
  }

  8% {
    text-shadow: 
    0 0 2.5px #fff,
    0 0 5px #fff,
    0 0 7.5px #fff,
    0 0 10px #B6FF00,
    0 0 17.5px #B6FF00,
    0 0 20px #B6FF00,
    0 0 25px #B6FF00,
    0 0 37.5px #B6FF00;
  }

  10% {
    text-shadow: none;
  }

  20% {
    text-shadow: 
    0 0 2.5px #fff,
    0 0 5px #fff,
    0 0 7.5px #fff,
    0 0 10px #B6FF00,
    0 0 17.5px #B6FF00,
    0 0 20px #B6FF00,
    0 0 25px #B6FF00,
    0 0 37.5px #B6FF00;
  }

  22% {
    text-shadow: none;
  }

  24% {
    text-shadow: 
    0 0 2.5px #fff,
    0 0 5px #fff,
    0 0 7.5px #fff,
    0 0 10px #B6FF00,
    0 0 17.5px #B6FF00,
    0 0 20px #B6FF00,
    0 0 25px #B6FF00,
    0 0 37.5px #B6FF00;
  }

  28% {
    text-shadow: none;
  }

  32% {
    text-shadow: 
    0 0 2.5px #fff,
    0 0 5px #fff,
    0 0 7.5px #fff,
    0 0 10px #B6FF00,
    0 0 17.5px #B6FF00,
    0 0 20px #B6FF00,
    0 0 25px #B6FF00,
    0 0 37.5px #B6FF00;
  }

  34% {
    text-shadow: none;
  }

  36% {
    text-shadow: none;
  }

  42% {
    text-shadow: none;
  }

  100% {
    text-shadow: 
    0 0 2.5px #fff,
    0 0 5px #fff,
    0 0 7.5px #fff,
    0 0 10px #B6FF00,
    0 0 17.5px #B6FF00,
    0 0 20px #B6FF00,
    0 0 25px #B6FF00,
    0 0 37.5px #B6FF00;
  }
}
  </style>

<div class="background-wrap">

  <div class="background"></div>

</div>

<form id="accesspanel" action="login" method="post">

  <h1 id="litheader">AECEND</h1>

  <div class="inset">

    <p>

      <input type="text" name="username" id="email" placeholder="Email address">

    </p>

    <p>

      <input type="password" name="password" id="password" placeholder="Access code">

    </p>

    <div style="text-align: center;">

      <div class="checkboxouter">

        <input type="checkbox" name="rememberme" id="remember" value="Remember">

        <label class="checkbox"></label>

      </div>

      <label for="remember">Remember me for 14 days</label>

    </div>

    <input class="loginLoginValue" type="hidden" name="service" value="login" />

  </div>

  <p class="p-container">

    <input type="submit" name="Login" id="go" value="Authorize">

  </p>

</form>
<script>
  $(document).ready(function() {

    var state = false;

    //$("input:text:visible:first").focus();

    $('#accesspanel').on('submit', function(e) {

        e.preventDefault();

        state = !state;

        if (state) {
            document.getElementById("litheader").className = "poweron";
            document.getElementById("go").className = "";
            document.getElementById("go").value = "Initializing...";
        }else{
            document.getElementById("litheader").className = "";
            document.getElementById("go").className = "denied";
            document.getElementById("go").value = "Access Denied";
        }

    });

});
  </script>

Facebook Login Page

<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Facebook-Login or Sign up</title>

<style>
  * {

    padding: 0;

    margin: 0;

    box-sizing: border-box;

}

           

body {

    font-family: 'Poppins', sans-serif;

    background-color: #f0f2f5;

    color: #1c1e21;

}

main {

    height: 90vh;

    width: 100vw;

    position: relative;

    margin: 0 auto;

}

footer {

    height: 10vh;

    background-color: #ffffff;

}

.row {

    display: flex;

    justify-content: space-around;

    align-items: center;

    width: 100%;

    max-width: 1000px;

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

}

.colm-logo {

    flex: 0 0 50%;

    text-align: left;

}

.colm-form {

    flex: 0 0 40%;

    text-align: center;

}

.colm-logo img {

    max-width: 400px;

}

.colm-logo h2 {

    font: 26px;

    font-weight: 400;

    padding: 0 30px;

    line-height: 32px;

}

.colm-form .form-container {

    background-color: #ffffff;

    border: none;

    border-radius: 10px;

    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1);

    margin-bottom: 30px;

    padding: 20px;

    max-width: 400px;

}

.colm-form .form-container input, .colm-form .form-container .btn-login {

    width: 100%;

    margin: 5px 0;

    height: 45px;

    vertical-align: middle;

    font-size: 16px;

}

.colm-form .form-container input {

    border: 1px solid #dddfe2;

    color: #1d2129;

    padding: 0 8px;

    outline: none;

}

.colm-form .form-container input:focus {

    border-color: #1877f2;

    box-shadow: 0 0 0 2px #e7f3ff;

}

.colm-form .form-container .btn-login {

    background-color: #1877f2;

    border: none;

    border-radius: 6px;

    font-size: 20px;

    padding: 0 16px;

    color: #ffffff;

    font-weight: 700;

}

.colm-form .form-container a {

    display: block;

    color: #1877f2;

    font-size: 14px;

    text-decoration: none;

    padding: 10px 0 20px;

    border-bottom: 1px solid #dadde1;

}

.colm-form .form-container a:hover {

    text-decoration: underline;

}

.colm-form .form-container .btn-new {

    background-color: #42b72a;

    border: none;

    border-radius: 6px;

    font-size: 17px;

    line-height: 48px;

    padding: 0 16px;

    color: #ffffff;

    font-weight: 700;

    margin-top: 20px; 

}

.colm-form p {

    font-size: 14px;

}

.colm-form p a {

    text-decoration: none;

    color: #1c1e21;

    font-weight: 600;

}

.colm-form p a:hover {

    text-decoration: underline;

}

.footer-contents {

    position: relative;

    max-width: 1000px;

    margin: 0 auto;

}

footer ol {

    display: flex;

    flex-wrap: wrap;

    list-style-type: none;

    padding: 10px 0;

}

footer ol:first-child {

    border-bottom: 1px solid #dddfe2;

}

           

footer ol:first-child li:last-child button {

    background-color: #f5f6f7;

    border: 1px solid #ccd0d5;

    outline: none;

    color: #4b4f56;

    padding: 0 8px;

    font-weight: 700;

    font-size: 16px;

}

footer ol li {

    padding-right: 15px;

    font-size: 12px;

    color: #385898;

}

footer ol li a {

    text-decoration: none;

    color: #385898;

}

footer ol li a:hover {

    text-decoration: underline;

}

footer small {

    font-size: 11px;

}
  </style>

</head>

<body>

    <main>

        <div class="row">

            <div class="colm-logo">

                <img src="https://static.xx.fbcdn.net/rsrc.php/y8/r/dF5SId3UHWd.svg" alt="Logo">

                <h2>Facebook helps you connect and share with the people in your life.</h2>

            </div>

            <div class="colm-form">

                <div class="form-container">

                    <input type="text" placeholder="Email address or phone number">

                    <input type="password" placeholder="Password">

                    <button class="btn-login">Login</button>

                    <a href="#">Forgotten password?</a>

                    <button class="btn-new">Create new Account</button>

                </div>

                <p><a href="#"><b>Create a Page</b></a> for a celebrity, brand or business.</p>

            </div>

        </div>

    </main>

    <footer>

        <div class="footer-contents">

            <ol>

                <li>English (UK)</li>

                <li><a href="#">മലയാളം</a></li>

                <li><a href="#">தமிழ்</a></li>

                <li><a href="#">తెలుగు</a></li>

                <li><a href="#">বাংলা</a></li>

                <li><a href="#">اردو</a></li>

                <li><a href="#">हिन्दी</a></li>

                <li><a href="#">ಕನ್ನಡ</a></li>

                <li><a href="#">Español</a></li>

                <li><a href="#">Português (Brasil)</a></li>

                <li><a href="#">Français (France)</a></li>

                <li><button>+</button></li>

           

            

               

                

                

            </ol>

            <small>Facebook © 2022</small>

        </div>

    </footer>

</body>

</html>
25 Views
No Comments
Forward Messenger
1
No comments to “Best Stylist 100+ Login Form With Social Login”