html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 50px;
    padding-bottom: 330px;
}

/* Custom container */
.container {
    margin: 0 auto;
    max-width: 1280px;
}
.main {
    padding-top: 50px;
}
.container > hr {
    margin: 60px 0;
}

.jumbotron {
    margin: 50px 0;
    text-align: center;
    background-color: #fff;
}
.jumbotron h1 {
    font-size: 100px;
    line-height: 1;
}
.jumbotron .lead {
    font-size: 24px;
    line-height: 1.25;
}

div#address {
    padding-top: 40px;
}

#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 330px;
    background-color: #000000;
    color: #ffffff;
}

#footer div {
    margin-top: 30px;
}

#bottom-text {
    color: #555555;
    text-align: center;
    -webkit-transition: color 150ms ease-in;
    -moz-transition: color 150ms ease-in;
    -o-transition: color 150ms ease-in;
    transition: color 150ms ease-in;
}
#bottom-text:hover {
    color: #ffffff;
    -webkit-transition: color 150ms ease-in;
    -moz-transition: color 150ms ease-in;
    -o-transition: color 150ms ease-in;
    transition: color 150ms ease-in;
}

.clear {
    clear: both;
}

.hastip {
    border-bottom: 1px dashed #999;
    display: inline;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    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;
}

.message {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
}

.center {
    text-align: center;
}