"3d transform login page"
Bootstrap 3.2.0 Snippet by fadishah2001

<link href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="header"> <div class="row"> <div class="col-md-4"> <h1>Portfolio</h1> </div> <div class="col-md-4" id="col-md-4"> <a href="#">Service</a> <a href="#">Projects</a> <a href="#">Contact Us</a> </div> </div> </div> <div class="container"> <div class="inner"> <h1>New Look</h1> <h3>An Advance Login Form With Bootstrap</h3> <form action=""> <lagend>Login to your account</lagend><br> <label><span class="glyphicon glyphicon-user"></span></label> <input type="text" placeholder='Username' class="input" /><br> <label><span class="glyphicon glyphicon-lock"></span></label> <input type="password" placeholder="password" class="input" /><br> <button type="submit" class="button">Sign in</button> </form> </div> </div>
body{height: 700px;} .container{background:url('http://nextlawgroup.com/wp-content/uploads/2013/07/Facebook-World-Network-HD-Wallpaper.jpg') center; width: 100%;} .col-md-4 h1{ color : #9f00a7; font-family: calibri, arial; font-weight: bold; font-size: 30px; position: relative; left: 30px;} .header{background: white; width : 100%; } .header a{color: rgb(100,100,100); padding: 20px; position: relative; top : 30px;font-family: calibri, arial;font-weight: 900; } #col-md-4{ height: 50px;} .header a:hover{ transition-duration: 0.3s; color: rgb(0,0,0); } /*container design*/ .control-label{float: left;} .container .inner{width: 480px; margin: 100px auto; border : 1px solid none; background: rgba(55,55,55, 0.4); padding: 10px; -webkit-transform: skew(30deg,10deg);-moz-transform: skew(30deg,10deg); -o-transform: skew(30deg,10deg); transition-duration: 0.7s;} .container .inner:hover{-webkit-transform:skew(0deg,0deg); -moz-transform:skew(0deg,0deg);-o-transform:skew(0deg,0deg);transition-duration: 0.7s; background: transparent;} .inner h1{color : rgb(200,200,200); font-family: calibri, arial; font-weight: bold; text-align: center; font-size: 40px} .inner h3{color: rgb(200,200,200); font-size: 18px; font-family: calibri; text-align: center; margin-top: -5px} .inner form label span{color: white;} .inner form lagend{color: white;} .inner .input{width : 90%; border: none; border-bottom: 1px solid white; color: #9f00a7; background: transparent; padding: 10px;} .inner .input:focus{box-shadow: none; border: 1px solid none;} .container hr{border-color: rgb(100,100,100);} .inner .button{border-radius:10px 10px 10px 10px;color: #9f00a7; background: rgba(50,50,50, 0.4); padding: 2px 30px ; border: 2px solid #9f00a7; font-family: calibri; margin:10px auto; font-weight: bold;} .inner .button:hover{background: #8f00a7; color: white;}

Related: See More


Questions / Comments: