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;
}

#sendRequest {
    margin-top: 20px;
}

.btn-dhl, #sendRequest, #SSO {
    background: #D40511;
    color: #FFFFFF;
    width: 100%;
    border-radius: 0;
    border: 2px solid #D40511;
    margin-top: 20px;
}

.btn-dhl:hover, #sendRequest:hover, #SSO {
    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;
}

h1 {
    font-size: 2em;
}

.alert {
    margin: 0px;
    border: none;
}

#messageBox {
    margin-top: 20px;
}

/* RequestLoginPage specific */
#requestLogin header {
    height: 60px;
    background: #ffcc00;
    width: 100%;
    z-index: 1000;
}

#requestLogin .dhl-logo img {
    max-height: 60px;
    margin: 0;
}

#requestLogin .dhl-logo {
    display: inline-block;
    height: 100%;
}

#requestLogin #header-application-name {
    font-size: 20px;
    font-weight: bold;
    color: #D40511;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    line-height: 60px;
}

.gtwBoxVw {
    width: 50px;
}

.even-row {background: #F2F2F2}
.odd-row {background: #FFFFFF}