/* CSS Document */

/* Global setting */
html, body {background-color: #48831E !important; height: 100%;}

/* Logo */
#logo {display: inline-block; width: 100%; margin: 0 0 0 0; text-align: center;}
#logo img {width: 200px; padding: 10px 0px 10px 0px; margin: 0px 0px 0px 0px;}

/* Buttons */
.btn {cursor: pointer;}

.content-wrapper {min-height: 100%; position: relative; padding-bottom: 200px;}

/* Footer */
footer {width: 100%; position: absolute; bottom: 0; left: 0;}
footer img {}