Black Login Page Design In Html And Css With Source Code Codepen Type

 Black Login Page Design In Html And Css With Source Code Codepen Type










  

<!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>Document</title>
    <style>
        body {
            margin0;
            padding0;
            min-height100vh;
            font-familysans-serif;
            -webkit-tap-highlight-colorrgba(0000);
        }

        .hero {
            min-height100vh;
            width100%;
            background#000000;


            positionabsolute;

        }

        div {
            box-sizingborder-box;
        }

        /*main box*/
        .main-box {
            width320px;
            height480px;
            positionrelative;
            margin6% auto;
            background#1b1b1b;
            displayflex;
            justify-contentcenter;
            align-itemscenter;
            overflowhidden;
        }

        .sp {
            positionabsolute;
            transition0.5s;
        }

        .sp-t {
            top0;
            right0;
            width200px;
            height2px;
            backgroundlinear-gradient(to lefttransparent#ff00aa#00ff22);
            animation: anim2 2s linear infinite;
            transformtranslateY(-300%);
            animation-delay0.8s;
        }

        .sp-r {
            bottom0;
            right0;
            width2px;
            height200px;
            backgroundlinear-gradient(to toptransparent#00ff4c#ff0095);
            animation: anim1 2s linear infinite;
            animation-delay0s;
        }

        .sp-b {
            right0;
            bottom0;
            width200px;
            height2px;
            backgroundlinear-gradient(to lefttransparent#01ff4d#ff009d);
            animation: anim2 2s linear infinite;
        }

        .sp-l {
            left0;
            top0;
            width2px;
            height200px;
            backgroundlinear-gradient(to toptransparent#ff0062#01ff4d);
            animation: anim1 2s linear infinite;
            animation-delay1s;
            transformtranslateX(-300%);
        }

        @keyframes anim1 {
            0% {
                transformtranslateY(300%);

            }

            100% {
                transformtranslateY(-300%);

            }
        }

        @keyframes anim2 {
            0% {
                transformtranslateX(300%);
            }

            100% {
                transformtranslateX(-300%);

            }
        }

        /*main box end*/

        .form-box {
            width316px;
            height476px;
            positionrelative;
            background#252525;
            padding5px;
            overflowhidden;
            z-index5;
        }

        #after {
            width50%;
            height100%;
            content"";
            positionabsolute;
            top0;
            left50%;
            background#000000;
            z-index-1;
            transition0.5s;
        }

        #btn {
            positionabsolute;
            top0;
            left0;
            width110px;
            height100%;
            backgroundlinear-gradient(to left#ff0080#000a91);
            border-radius30px;
            transition0.5s;
        }



        .cont-icon {
            color#000000;
            font-size28px;
            transition: transform 0.5s;
        }



        .input-group {
            width320px;
            displayflex;
            flex-wrapwrap;
            justify-contentcenter;
            top180px;
            positionabsolute;
            padding0 30px;
            transition0.5s;
            box-sizingborder-box;
        }

        .input-field {
            width100%;
            padding10px 5px;
            margin10px 0;
            border-top0;
            border-left2px solid #2f00ff;
            border-right0;
            border-bottom2px solid #ff008c;
            outlinenone;
            backgroundtransparent;
            colorrgb(234234235);
            font-size15px;
            transition0.5s;
        }

        .input-field:focus {
            border-left2px solid transparent;
            border-bottom2px solid transparent;
            animation: animINP 5s linear infinite, animBTN 5s linear infinite;
            ;
        }

        .submit-btn {
            width85%;
            padding10px 30px;
            cursorpointer;
            displayblock;
            margin30px auto 0 auto;
            backgroundlinear-gradient(to right#0a07b3#ff00c8#5f03f4);
            border0;
            outlinenone;
            border-radius30px;
            positionrelative;
            z-index5;
            box-sizingborder-box;
            color#fff;
            font-weightbold;
            font-size15px;
            transition0.5s;
        }

        .submit-btn:hover {
            backgroundlinear-gradient(to right#ff02ea#1c02ff#f40388);
            color#fff;
            border-radius30px;
            box-shadow0 0 5px #0022e0,
                0 0 25px #000000,
                0 0 50px #57AAB4,
                0 0 100px #ff00f2;
        }


        .span {
            margin20px 0;
            colorrgb(234234235);
            font-size12px;
            displayflex;
            justify-contentcenter;
            align-itemscenter;

        }

        #login {
            left0px;
        }

        @keyframes a {
            0% {
                background-position0%;
            }

            100% {
                background-position400%;
            }
        }

        @keyframes animBTN {
            0% {
                box-shadow0 0 10px 9px rgba(31692440.3);
            }

            33% {
                box-shadow0 0 10px 9px rgba(244651650.3);

            }

            66.9% {
                box-shadow0 0 10px 9px rgba(255235590.3);

            }

            100% {
                box-shadow0 0 10px 9px rgba(31692440.3);
            }
        }
    </style>
</head>
<body>
    <div class="hero">
        <div class="main-box">
            <div class="form-box">
                <div id="after"></div>
                <form id="login" class="input-group">
                    <input type="text" class="input-field" placeholder="User" required>
                    <input id="pwd" type="Password" class="input-field" placeholder="Password" required>
                    <input type="submit" class="submit-btn" value="Log in">
                </form>
            </div>
            <span class="sp sp-t"></span>
            <span class="sp sp-r"></span>
            <span class="sp sp-b"></span>
            <span class="sp sp-l"></span>
        </div>
    </div>
</body>
</html>



  • Html Login Page
  • Login Page Template
  • Login Page App
  • Login Page In Html With Css Code
  • Login Page Template Bootstrap
  • Http Login Page
  • Galwaykart Login Page
  • Login Page W3schools

How To Use This Cord

steps

  1. Fast One Copy Html File.
  2. Copy CSS File And Past Head Part Top Fo Html File.  
  3. File Save Name.html
  4. Ran Html File 
  5. Ready To Use


Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.