| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- body{
- background-color: rgba(red, green, blue, alpha);
- }
- a:hover{
- text-decoration:none;
- }
- a:active{
- text-decoration:none !important;
- }
- input,.submit{
- width: 65% !important;
- }
- .upinput{
- width: 100% !important;
- }
- .form-group {
- margin-bottom: 5px;
- }
- .submit{
- margin-top: 25px;
- }
- .container-small {
- transform: translate(0 , 60%);
- max-width: 500px;
- margin: 0 auto;
- }
- .btn-primary:hover,
- .btn-primary.focus,
- .btn-primary:focus,
- .btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
- .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
- background-color: #d00e38;
- border-color: #d00e38;
- }
- .btn-primary {
- background-color: #ea0c3c;
- border-color: #ea0c3c;
- }
- .container {
- padding-right: 0;
- padding-left: 0;
- margin-right: auto;
- margin-left: auto;
- }
|