body, html {
    height: 100%;
    min-height: 100%;
}

.landing-wrapper {
    margin: 0;
    padding: 0;
    background: url("../images/background_smartcard.png") top left no-repeat;
    background-size: cover;
    min-height: 300px;
    position: relative;
    color: #fff;
}

.landing-wrapper h2 {
    margin: 0;
    padding-top: 100px;
}

.passport-container {
    width: 300px;
    position: relative;
    z-index: 500;
    top: -50px;
}

.passport-container .btn-primary {
    font-size: 14px;
    padding: 0 25px;
}

.landing-footer {
    font-size: 12px;
    color: #696969;
    position: absolute;
    bottom: 0;
    height: 60px;
}

.landing-footer a {
    color: #696969;
}

.landing-footer .flyingman img {
    height: 20px;
}
