<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/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="container">
<div id="loginbox" style="margin-top:50px;" class="mainbox col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2">
<div class="panel panel-info" >
<div class="panel-heading">
<div class="panel-title">Sign In</div>
<div style="float:right; font-size: 80%; position: relative; top:-10px"><a href="#">Forgot password?</a></div>
</div>
<div style="padding-top:30px" class="panel-body" >
<div style="display:none" id="login-alert" class="alert alert-danger col-sm-12"></div>
<form id="loginform" class="form-horizontal" role="form">
<div style="margin-bottom: 25px" class="input-group">
<span class="input-group-addon"><i class="glyphicon glyphicon-user"></i></span>
<input id="login-username" type="text" class="form-control" name="username" value="" placeholder="username or email">
</div>
<div style="margin-bottom: 25px" class="input-group">
<span class="input-group-addon"><i class="glyphicon glyphicon-lock"></i></span>
<input id="login-password" type="password" class="form-control" name="password" placeholder="password">
</div>
<div class="input-group">
<div class="checkbox">
<label>
<input id="login-remember" type="checkbox" name="remember" value="1"> Remember me
</label>
</div>
</div>
<div style="margin-top:10px" class="form-group">
<!-- Button -->
<div class="col-sm-12 controls">
<a id="btn-login" href="#" class="btn btn-blossom">Login </a>
<a id="btn-fblogin" href="#" class="btn btn-primary">Login with Facebook</a>
</div>
</div>
<div class="form-group">
<div class="col-md-12 control">
<div style="border-top: 1px solid#888; padding-top:15px; font-size:85%" >
Don't have an account!
<a href="#" onClick="$('#loginbox').hide(); $('#signupbox').show()">
Sign Up Here
</a>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
<div id="signupbox" style="display:none; margin-top:50px" class="mainbox col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2">
<div class="panel panel-info">
<div class="panel-heading">
<div class="panel-title">Sign Up</div>
<div style="float:right; font-size: 85%; position: relative; top:-10px"><a id="signinlink" href="#" onclick="$('#signupbox').hide(); $('#loginbox').show()">Sign In</a></div>
</div>
<div class="panel-body" >
<form id="signupform" class="form-horizontal" role="form">
<div id="signupalert" style="display:none" class="alert alert-danger">
<p>Error:</p>
<span></span>
</div>
<div class="form-group">
<label for="email" class="col-md-3 control-label">Email</label>
<div class="col-md-9">
<input type="text" class="form-control" name="email" placeholder="Email Address">
</div>
</div>
<div class="form-group">
<label for="firstname" class="col-md-3 control-label">First Name</label>
<div class="col-md-9">
<input type="text" class="form-control" name="firstname" placeholder="First Name">
</div>
</div>
<div class="form-group">
<label for="lastname" class="col-md-3 control-label">Last Name</label>
<div class="col-md-9">
<input type="text" class="form-control" name="lastname" placeholder="Last Name">
</div>
</div>
<div class="form-group">
<label for="password" class="col-md-3 control-label">Password</label>
<div class="col-md-9">
<input type="password" class="form-control" name="passwd" placeholder="Password">
</div>
</div>
<div class="form-group">
<label for="icode" class="col-md-3 control-label">Invitation Code</label>
<div class="col-md-9">
<input type="text" class="form-control" name="icode" placeholder="">
</div>
</div>
<div class="form-group">
<!-- Button -->
<div class="col-md-offset-3 col-md-9">
<button id="btn-signup" type="button" class="btn btn-info"><i class="icon-hand-right"></i>   Sign Up</button>
<span style="margin-left:8px;">or</span>
</div>
</div>
<div style="border-top: 1px solid #999; padding-top:20px" class="form-group">
<div class="col-md-offset-3 col-md-9">
<button id="btn-fbsignup" type="button" class="btn btn-primary"><i class="icon-facebook"></i> Sign Up with Facebook</button>
</div>
</div>
</form>
</div>
</div>
</div>
.btn-blossom,.btn-blossom-light,.btn-bubbles,.btn-bubbles-light,.btn-buttercup,.btn-buttercup-light{color:#fff!important;}
/*
Blossom
/\ _/\
| \ / |
| | __ / |
| | | |
|..------..|
.-~ /\ \\ ~-.
/ ~~~ ~~~~~ ~~~ \
| * | | * | ||
|--'/ \ -'.' |
\~ |_| ~~~~~/
.--_~-.._ __.-~
`-._~~~ ~~~~~~ |\
~~~~|______| | |
/ |______| | \
\-~ /| | |\ ~-/
~-._|______`-'_.--~
| | |~~
|__|___|
|_|| _|| Amw
`--'`--'
*/
/*Button*/
.btn-blossom {
background-color: #EA6964;
border-color: #EA6964;
}
.btn-blossom:hover,
.btn-blossom:focus,
.btn-blossom:active,
.btn-blossom.active {
background-color: #e7534e;
border-color: #e43e37;
}
.btn-blossom.disabled:hover,
.btn-blossom.disabled:focus,
.btn-blossom.disabled:active,
.btn-blossom.disabled.active,
.btn-blossom[disabled]:hover,
.btn-blossom[disabled]:focus,
.btn-blossom[disabled]:active,
.btn-blossom[disabled].active,
fieldset[disabled] .btn-blossom:hover,
fieldset[disabled] .btn-blossom:focus,
fieldset[disabled] .btn-blossom:active,
fieldset[disabled] .btn-blossom.active {
background-color: #EA6964;
border-color: #EA6964;
}
.btn-blossom-light {
background-color: #E78C89;
border-color: #E78C89;
}
.btn-blossom-light:hover,
.btn-blossom-light:focus,
.btn-blossom-light:active,
.btn-blossom-light.active {
background-color: #e37774;
border-color: #de635f;
}
.btn-blossom-light.disabled:hover,
.btn-blossom-light.disabled:focus,
.btn-blossom-light.disabled:active,
.btn-blossom-light.disabled.active,
.btn-blossom-light[disabled]:hover,
.btn-blossom-light[disabled]:focus,
.btn-blossom-light[disabled]:active,
.btn-blossom-light[disabled].active,
fieldset[disabled] .btn-blossom-light:hover,
fieldset[disabled] .btn-blossom-light:focus,
fieldset[disabled] .btn-blossom-light:active,
fieldset[disabled] .btn-blossom-light.active {
background-color: #E78C89;
border-color: #E78C89;
}
/*
Bubbles
..------..
/~~-.-~__-'`-__ ~-. .-~-.
| /~~~\ / ~~---\| |
| ||| * | | | | * | |
/_-|\ \ / \ \ \__.|\. |
~ \~~ |_| ~~~~ / ~-.\
~-.._ _.-~~
.--~~~~~~--.
| |______| |
~-|______|-~
| |
|______|
| | |
|__|___|
|_|| _|| Amw
`--'`--'
*/
/*Button*/
.btn-bubbles {
background-color: #33ACE3;
border-color: #33ACE3;
}
.btn-bubbles:hover,
.btn-bubbles:focus,
.btn-bubbles:active,
.btn-bubbles.active {
background-color: #1ea2de;
border-color: #1b92c8;
}
.btn-bubbles.disabled:hover,
.btn-bubbles.disabled:focus,
.btn-bubbles.disabled:active,
.btn-bubbles.disabled.active,
.btn-bubbles[disabled]:hover,
.btn-bubbles[disabled]:focus,
.btn-bubbles[disabled]:active,
.btn-bubbles[disabled].active,
fieldset[disabled] .btn-bubbles:hover,
fieldset[disabled] .btn-bubbles:focus,
fieldset[disabled] .btn-bubbles:active,
fieldset[disabled] .btn-bubbles.active {
background-color: #33ACE3;
border-color: #33ACE3;
}
.btn-bubbles-light {
background-color: #98DAF1;
border-color: #98DAF1;
}
.btn-bubbles-light:hover,
.btn-bubbles-light:focus,
.btn-bubbles-light:active,
.btn-bubbles-light.active {
background-color: #82d2ee;
border-color: #6bcaeb;
}
.btn-bubbles-light.disabled:hover,
.btn-bubbles-light.disabled:focus,
.btn-bubbles-light.disabled:active,
.btn-bubbles-light.disabled.active,
.btn-bubbles-light[disabled]:hover,
.btn-bubbles-light[disabled]:focus,
.btn-bubbles-light[disabled]:active,
.btn-bubbles-light[disabled].active,
fieldset[disabled] .btn-bubbles-light:hover,
fieldset[disabled] .btn-bubbles-light:focus,
fieldset[disabled] .btn-bubbles-light:active,
fieldset[disabled] .btn-bubbles-light.active {
background-color: #98DAF1;
border-color: #98DAF1;
}
/*
Buttercup
..------..
.-~ ~-.
._ /_______/\_______\ _.
\ | | |* | | *| | | /
\|\_\ / _ \ /_/|/
\ ~~~ | | ~~~ /
~-.._ _..-~
.- ~~~~~~ -.
/ .|______|. \
| (.|______|.) |
\._) (_./
|______|
| | |
|__|___|
|_|| _|| Amw
`--'`--'
*/
/*Button*/
.btn-buttercup {
background-color: #4AB62C;
border-color: #4AB62C;
}
.btn-buttercup:hover,
.btn-buttercup:focus,
.btn-buttercup:active,
.btn-buttercup.active {
background-color: #42a127;
border-color: #398d22;
}
.btn-buttercup.disabled:hover,
.btn-buttercup.disabled:focus,
.btn-buttercup.disabled:active,
.btn-buttercup.disabled.active,
.btn-buttercup[disabled]:hover,
.btn-buttercup[disabled]:focus,
.btn-buttercup[disabled]:active,
.btn-buttercup[disabled].active,
fieldset[disabled] .btn-buttercup:hover,
fieldset[disabled] .btn-buttercup:focus,
fieldset[disabled] .btn-buttercup:active,
fieldset[disabled] .btn-buttercup.active {
background-color: #4AB62C;
border-color: #4AB62C;
}
.btn-buttercup-light {
background-color: #81CB71;
border-color: #81CB71;
}
.btn-buttercup-light:hover,
.btn-buttercup-light:focus,
.btn-buttercup-light:active,
.btn-buttercup-light.active {
background-color: #70c45e;
border-color: #60bd4c;
}
.btn-buttercup-light.disabled:hover,
.btn-buttercup-light.disabled:focus,
.btn-buttercup-light.disabled:active,
.btn-buttercup-light.disabled.active,
.btn-buttercup-light[disabled]:hover,
.btn-buttercup-light[disabled]:focus,
.btn-buttercup-light[disabled]:active,
.btn-buttercup-light[disabled].active,
fieldset[disabled] .btn-buttercup-light:hover,
fieldset[disabled] .btn-buttercup-light:focus,
fieldset[disabled] .btn-buttercup-light:active,
fieldset[disabled] .btn-buttercup-light.active {
background-color: #81CB71;
border-color: #81CB71;
}