Skip to content

Instantly share code, notes, and snippets.

@wichaksono
Created January 15, 2018 00:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wichaksono/e9b354bd1080ad8215752ebe523f13c6 to your computer and use it in GitHub Desktop.
Save wichaksono/e9b354bd1080ad8215752ebe523f13c6 to your computer and use it in GitHub Desktop.
body{
background: #F8DA56;
}
.form-login{
margin-top: 13%;
}
.outter-form-login {
padding: 20px;
background: #EEEEEE;
position: relative;
border-radius: 5px;
}
.logo-login {
position: absolute;
font-size: 35px;
background: #21A957;
color: #FFFFFF;
padding: 10px 18px;
top: -40px;
border-radius: 50%;
left: 40%;
}
.inner-login .form-control {
background: #D3D3D3;
}
h3.title-login {
font-size: 20px;
margin-bottom: 20px;
}
.forget {
margin-top: 20px;
color: #ADADAD;
}
.btn-custom-green {
background: #21A957;
color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment