123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- html,body {
- height:100%;
- }
- h1 {
- font-family: Arial,sans-serif;
- font-size:80px;
- color:#DDCCEE;
- }
- .lead {
- color:#DDCCEE;
- }
- /* Custom container */
- .container-full {
- margin: 0 auto;
- width: 100%;
- min-height:100%;
- background-color:#110022;
- background-image: url("/static/image/pexels-photo-26799.jpg");
- color:#eee;
- overflow:hidden;
- }
- .container-full a {
- color:#efefef;
- text-decoration:none;
- }
- .v-center {
- margin-top:7%;
- }
- /* Form */
- .input-group .input-lg {
- padding: 6px;
- margin: 4px;
- background: rgb(214, 233, 198);
- }
- .input-group .input-lg:nth-child(2) {
- border-radius: 6px!important;
- }
- .input-group-btn {
- float: right;
- }
- .input-group-btn .btn {
- background: #594b6d;
- }
|