"Login Page"
Bootstrap 3.3.0 Snippet by JesusKostov

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.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 ----------> <!doctype html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Document</title> <link rel="stylesheet" href="bootstrap-3.3.7-dist/css/bootstrap.css"> <link rel="stylesheet" href="style.css"> </head> <body> <div id="big_container" class="col-md-12"> <div id="small_container" class="col-md-6"> <h1 id="ww">Welcome</h1> <div id="input_container" class="col-md-12"> <div class="input-group"> <span class="input-group-addon" id="basic-addon1"><span class="glyphicon glyphicon-user"></span></span> <input type="text" class="form-control" placeholder="Username" aria-describedby="basic-addon1"> </div> <div class="input-group"> <span class="input-group-addon" id="basic-addon1"><span class="glyphicon glyphicon-lock"></span></span> <input type="password" class="form-control" placeholder="Password" aria-describedby="basic-addon1"> </div> <p><a id="btn" class="btn btn-primary btn-lg" href="#" role="button">LOGIN</a></p> </div> <!--<div id="register_container" class="col-md-12">--> <!--<!–<h1 id="rr2"><a id="rr" href="#">Register</a> </h1>–>--> <!--</div>--> </div> </div> <script src="bootstrap-3.3.7-dist/js/bootstrap.js"></script> </body> </html>
html{ background: url("https://wallpaperscraft.com/image/blur_background_pink_orange_light_73376_2560x1024.jpg") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 100%; } @font-face{ font-family: firstfont; src: url(Bungasai.ttf); } #big_container{ height: 100%; border: 2px transparent solid; /*margin-top: 50px;*/ } #small_container{ height: 70%; /*border: 1px solid rgba(179, 61, 159, 0.77);*/ margin: 0 auto; /*float: none;*/ top: 0; left: 0; bottom: 0; right: 0; position: absolute; /*-webkit-box-shadow: 0px 0px 26px 1px rgba(0,0,0,0.75);*/ /*-moz-box-shadow: 0px 0px 26px 1px rgba(0,0,0,0.75);*/ /*box-shadow: 0px 0px 26px 1px rgba(0,0,0,0.75);*/ /*background-color: rgba(179, 61, 159, 0.77);*/ background-color: transparent; padding: 0; } #ww{ text-align: center; font-size: 60px; padding: 20px 0 70px 0; margin: 0; /*background-color: rgba(179, 61, 159, 0.77);*/ background-color: transparent; font-family: arial; color: white; } #rr{ text-align: center; font-size: 60px; color: white; margin: 0; } #rr:hover{ text-decoration: none; } #rr2{ text-align: center; padding: 15px 0 40px 0; } #rr:focus{ text-decoration: none; } #input_container{ height: 50%; border: 1px solid transparent; /*margin-top: 100px;*/ text-align: center; /*background-color: rgba(179, 61, 159, 0.77);*/ background-color: transparent; } .input-group-addon{ padding: 6px 25px; /*background-color: rgba(179, 61, 159, 0.77);*/ /*background-color: rgba(255, 255, 255, 0.77);*/ border: 2px solid transparent; color: white ; /*border-bottom: 2px solid rgba(179, 61, 159, 0.77) ;*/ border-radius: 0px; background-color: rgba(0, 0, 0, 0.5); -moz-transition: 0.5s; -webkit-transition: 0.5s; font-size: 20px; } .input-group-addon:hover{ background-color: white; color: black; -moz-transition: 0.5s; -webkit-transition: 0.5s; } .input-group{ width: 70%; margin: 0 auto; margin-top: 30px ; } .form-control{ height: 65px; border-radius: 0px; border: 2px solid transparent; /*border-bottom: 2px solid rgba(179, 61, 159, 0.77) ;*/ /*background-color: transparent;*/ background-color: rgba(0, 0, 0, 0.5); color: white; font-family: arial; font-size: 18px; } #btn{ margin-top: 50px; background-color: transparent; border: 2px solid white; color: white; font-weight: bold; width: 65%; border-radius: 0px; font-size: 20px; -moz-transition: 0.8s; -webkit-transition: 0.8s; font-family: arial; } #btn:hover{ background-color: white; color: black; -moz-transition: 0.8s; -webkit-transition: 0.8s; } /*#register_container{*/ /*/!*background-color: rgba(179, 61, 159, 0.77) ;*!/*/ /*background-color: transparent;*/ /*height: 188px;*/ /*/!*border: 1px solid rgba(179, 61, 159, 0.77);*!/*/ /*}*/

Related: See More


Questions / Comments: