| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- /*html, body {
- background-color: #f5f5f5;
- height: 100%;
- }
- body > .container {
- background-color: #FFFFFF;
- height: 100%;
- }
- .row {
- margin-top: 5px;
- }
- .logo {
- max-height: 42px;
- }
- .pleaselogin {
- padding-top: 25%;
- }
- .signinbox {
- max-width: 25%;
- padding-top: 15%;
- }
- .form-signin input[type="text"] {
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
- }
- .form-signin input[type="password"] {
- margin-bottom: 10px;
- border-top-left-radius: 0;
- border-top-right-radius: 0;
- }
- table tr > td:last-of-type {
- text-align: right;
- width: 50%;
- }*/
- .navbar-label-header {
- font-weight: 600;
- }
- /*.footer {
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 60px;
- background-color: #f5f5f5;
- }*/
|