Toggle navigation
Bootsnipp
Bootstrap
For
CSS Frameworks
Bootstrap
Foundation
Semantic UI
Materialize
Pure
Bulma
References
CSS Reference
Tools
Community
Page Builder
Form Builder
Button Builder
Icon Search
Dan's Tools
Diff / Merge
Color Picker
Keyword Tool
Web Fonts
.htaccess Generator
Favicon Generator
Site Speed Test
Snippets
Featured
Tags
By Bootstrap Version
4.1.1
4.0.0
3.3.0
3.2.0
3.1.0
3.0.3
3.0.1
3.0.0
2.3.2
Register
Login
"Bootstrap 4 Registration Template"
Bootstrap 4.1.1 Snippet by
ProcraftStudio
4.1.1
Preview
HTML
View Full Screen
Fork
Fork this
780
 
0 Fav
Post to Facebook
Tweet this
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> <link href="https://cdn.lineicons.com/2.0/LineIcons.css" rel="stylesheet"> <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"> </script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"> </script> </head> <body class="auth_class"> <style type="text/css"> html, body.auth_class { background: #f9f4ff; } .login-container { margin-top: 5%; border: 0px solid #CCD1D1; border-radius: 12px; box-shadow: 0 0px 28px 0 rgb(0 0 0 / 8%); max-width: 50%; background: #FFF; z-index: 1; position: relative; } img.triangleA { position: absolute; margin-left: -16px; width: 60px; border-radius: 12px 0px 0px 0px; } img.triangleB { position: absolute; right: 0px; bottom: 0px; width: 360px; z-index: 0; } .welcome_auth { align-items: center; display: flex; justify-content: center; } .auth_welcome a { font-weight: 400; } .auth_welcome { font-weight: 100; font-size: 1.5em; background: -webkit-linear-gradient( 45deg, #07dd97, #beffe7); background-size: 100%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-color: black; max-width: 170px; } a.auth_branding_in img { width: 60px; height: 60px; border-radius: 1000px; } .login-form { background: #fbfbfb; border-radius: 0px 12px 12px 0px; align-items: center; display: flex; justify-content: center; } .login_form_in { padding: 4em 1em; width: 80%; } .login-form h1 { font-size: 1.2em; max-width: 600px; margin: 0 auto; color: #969696; line-height: 1.5em; padding: 1.2em 0px .8em; } .lni { display: inline-block; font: normal normal normal 1em/1 'LineIcons'; speak: none; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .google_signup { margin-top: .8em; } .google_signup a { background: #DB4437; color: #FFF; display: block; text-align: center; padding: 12px 4px; border-radius: 5px; } .btn-primary { color: #fff; background-color: #5d00ff; border-color: #5d00ff; } .btn-primary:hover { color: #fff; background-color: #2900b7; border-color: #2900b7; } .google_signup a { background: #DB4437; color: #FFF; display: block; text-align: center; padding: 12px 4px; border-radius: 5px; } .google_signup a:hover { background: #d81505; color: #FFF; } .other_auth_links a:nth-child(2) { float: right; } a { text-decoration: none; color: #afafaf; } a:hover { text-decoration: none; color: #616161; } </style> <div class="container login-container"> <img class="triangleA" src="https://res.cloudinary.com/procraftstudio/image/upload/v1613965232/triangleA_lwqhnl.png" alt='Onestop triangle'> <div class="row"> <div class="col-md-6 welcome_auth"> <div class="auth_welcome"> Find more bootstrap 4 components & templates on <span><a href="https://procraft.studio">procraft.studio</a></span> </div> </div> <div class="col-md-6 login-form"> <div class="login_form_in"> <div class="auth_branding"> <a class="auth_branding_in" href="https://procraft.studio"><img src="https://res.cloudinary.com/procraftstudio/image/upload/v1613964589/Procraft-Studio-Logo-1_tnfxuj.jpg" alt='Procraft Studio'></a> </div> <h1 class="auth_title text-left"><i class="lni lni-power-switch"></i> Signup</h1> <form> <div class="form-group"> <input type="text" class="form-control" name="Name" placeholder="Your Name"> </div> <div class="form-group"> <input type="email" class="form-control" name="email" placeholder="Email Address"> </div> <div class="form-group"> <input type="text" class="form-control" name="password" placeholder="Password"> </div> <div class="form-group"> <button type="button" class="btn btn-primary btn-lg btn-block">Sign Up</button> <div class="google_signup"> <a href="#"><i class="lni lni-google"></i> <span>Sign up with Google</span></a> </div> </div> <div class="form-group other_auth_links"> <a class="" href="https://procraft.studio">Forgot Password?</a> <a class="" href="https://procraft.studio">Login</a> </div> </form> </div> </div> </div> </div> <img class="triangleB" src="https://res.cloudinary.com/procraftstudio/image/upload/v1613965232/triangleB_isffjy.png" alt='Onestop triangle'> </body> </html>
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76