html, body {
    height: 100%;
    font-family: 'Delivery', Arial, sans-serif;
    font-size: 12pt;
}

body {
    /*background: url('/assets/images/login.jpg') center center no-repeat;*/
    /*background-size: cover;*/
}

#wrapper.row {
    margin: 0px;
    width: 100%;
}

.application-title {
    color: #FFFFFF;
    margin: 0px auto 50px auto;
    font-family: "Delivery Condensed Black", Arial, sans-serif;
}

.list-group {
    padding: 0px;
    margin-bottom: 20px;
}

.list-group-item {
    padding: 0px;
}

.list-group-item .form-control {
    padding: 6px 10px;
}

.btn-dhl {
    background: #D40511;
    color: #FFFFFF;
    width: 100%;
    border-radius: 0px;
    border: 2px solid #D40511;
    margin-top: 20px;
}

.btn-dhl:hover {
    text-decoration: none;
    color: #D40511;
    background: #FFFFFF;
}

#main {
    background: url('/assets/images/login.jpg') center center no-repeat;
    background-size: cover;
}

#main .container {
    margin-top: 100px;
}

#custom {
    color: white;
}

#custom a {
    text-decoration: underline;
}

#helpdesk {
    padding-top: 50px;
}

#helpdesk-info-icon, #helpdesk-info {
    display: inline-block;
    vertical-align: text-top;
}

h1 {
    font-size: 2em;
}

#sign-in #sign-in-form {
    padding: 100px 30px 0px 30px;
}

#releaseNotes {
    margin-top: 20px;
}

#show-login-button {
    margin-top: 20px;
}

#guru-downtime {
    margin-top: 50px;
    color: white;
    text-decoration: none;
}

#guru-downtime:hover {
    text-decoration: none;
    color: #D40511;
}

.alert {
    margin: 0px;
    border: none;
}

#releaseNotesTextArea {
    width: 100%;
}

#messageBox {
    margin-top: 20px;
}

/* SSO button */
#sso {
    margin-top: 20px;
}