/*File Name: style.css Modified Date: April 15, 2017 Description: it's to modify look and feel.*/ 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; }