lathifpradana

style.css

Jun 17th, 2019
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.63 KB | None | 0 0
  1. body{
  2.     background: #2c8498;
  3. }
  4. .form-login{
  5.     margin-top: 13%;
  6. }
  7. .outter-form-login {
  8.     padding: 20px;
  9.     background: #EEEEEE;
  10.    position: Relative;
  11.     border-radius: 5px;
  12. }
  13. .logo-login {
  14.     position: Absolute;
  15.     font-size: 35px;
  16.     background: #ff4c65;
  17.    color: #FFFFFF;
  18.    padding: 15px 15px;
  19.     top: -40px;
  20.     border-radius: 40%;
  21.     left: 43%;
  22. }
  23. .inner-login .form-control {
  24.     background: #D3D3D3;
  25. }
  26. h3.title-cogin {
  27.     font-size: 20px;
  28.     margin-bottom: 20px;
  29. }
  30.  
  31. .forget {
  32.     margin-top: 20px;
  33.     color: #ADADAD;
  34. }
  35. .btn-custom-green {
  36.     Background: #21A957;
  37.    Color: #Fff;
  38. }
Advertisement
Add Comment
Please, Sign In to add comment