html {
    position: relative;
    min-height: 100%;
}

body {
    background: #f0f0f0;
    margin-bottom: 130px;
}

.container {
    text-align: center;
}

.header-background {
    height: 5px;
    background: #5b5b5b;
}

.logo-container {
    margin-top: 40px;
    margin-bottom: 60px;
}

.logo {
    width: 300px !important;
}

.footer {
    background: #45788D;
    height: 100px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.pay-form {
    margin: 30px auto;
    text-align: center;
}

h1 {
    text-align: center;
    font-family: 'Verdana, Arial', sans-serif;
    color: #45788d;
}

#api {
    background: #ffffff;
    padding: 20px;
    margin: 0 auto;
}

#api ul li{
    display: block;
}

.intro h2 {
    color: #45788d;
    font-size: 1em;
    margin-bottom: 20px;
}

.buttons {
    margin-top: 20px;
}

button {
    background: #45788d;
    padding: 5px 20px;
    color: #ffffff;
}

.entry-item label {
    display: block;
    text-align: left;
    color: #404040;
    font-size: .75em;
}

.password-label {
    display: block;
    text-align: left;
}

.password-label label {
    display: initial !important;
}

.entry-item input {
    width: 100%;
    color: #45788d;
    font-size: 1em;
    margin-bottom: 10px;
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: 1px solid #c0c0c0;
    padding: 10px;
    background: #f0f0f0;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    font-size: 9pt;
}


@media (min-width: 992px) {
    .logo {
        width: 400px !important;
    }

    .logo-container {
        margin-top: 100px;
    }

    #api {
        width: 50% !important;
    }

    .intro h2 {
        font-size: 1.5em;
    }
}
