body {
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8be8cf), color-stop(100%,#cdeb8b));*/
	font-family: 'Geogrotesque-Regular', Helvetica, Arial;
	padding-top: 20px;
	background-attachment: fixed;
	background-image: url(../images/gt/bg_login_1220x620.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f0f0f0;
}

html {
    	/* --main-color: #ff6600         Hapag Lloyd Orange */
	--main-color: #007dcd;            /* GT Blue */

	/* //--main-dark-color: #ce5200      // Hapag Lloyd Orange */
	--main-dark-color: #006fbe;       /* GT Blue */

	/* //--main-border-color: #ff8a3c    // Hapag Lloyd Orange */
	--main-border-color: #2589d0;     /* GT Blue */
}

h1 {font-size:16px;color: #f0f0f0; font-family: 'Geogrotesque-Light', Helvetica, Arial; font-weight: 300; text-align:center; padding: 4px 0;}

#logo {
	margin: 10px auto 0;
	width: 200px;
}
#logo img{
	width: 200px;
}

.container {
    width: 406px;
    max-width: 406px;
    margin: 20px auto 200px;
}

#authIncorrect {
    font-family: 'Geogrotesque-Regular', Helvetica, Arial;
    font-size: 14px;
    color:  white;    
}


#login {
    padding: 0px 25px 25px;
    background-color: var(--main-color);
	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#206fa5), color-stop(100%,#195a92)); */
    box-shadow: 
        0px 0px 0px 5px rgba( 255,255,255,0.4 ), 
        0px 4px 20px rgba( 0,0,0,0.33 );
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: table;
    position: static;
}

#login .header {
    margin-bottom: 20px;
}

#login .header h3 {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

#login .header p {
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 300;
}

#login .sep {
    height: 1px;
    background: #e8e8e8;
    width: 406px;
    margin: 0px -25px;
}

#login .inputs {
    margin-top: 25px;
}

#login .inputs label {
    color: #f0f0f0;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 7px;
    display: block;
}

input::-webkit-input-placeholder {
    color:    #b5b5b5;
}

input:-moz-placeholder {
    color:    #b5b5b5;
}

#login .inputs input[type=user], input[type=password] {
    background: #f5f5f5;
    font-size: 0.8rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 13px 10px;
    width: 330px;
    margin-bottom: 20px;
    box-shadow: inset 0px 2px 3px rgba( 0,0,0,0.1 );
    clear: both;
}

#login .inputs input[type=user]:focus, input[type=password]:focus {
    background: #f9f9f9;
    box-shadow: 0px 0px 0px 2px #fff, inset 0px 2px 3px rgba( 0,0,0,0.2 ), 0px 5px 5px rgba( 0,0,0,0.15 );
    outline: none;   
}

#login .inputs .checkboxy {
    display: block;
    position: static;
    height: 25px;
    clear: both;
}

#login .inputs input[type=checkbox] {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}

#login .inputs label.terms {
    float: left;
    font-size: 14px;
    font-style: italic;
}

#login .inputs #submit {
    width: 100%;
    margin-top: 20px;
    padding: 15px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
        background: -moz-linear-gradient(
        top,
        #b9c5dd 0%,
        #a4b0cb);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#b9c5dd),
        to(#a4b0cb));
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*border: 1px solid #737b8d;
    -moz-box-shadow:
        0px 5px 5px rgba(000,000,000,0.1),
        inset 0px 1px 0px rgba(255,255,255,0.5);
    -webkit-box-shadow:
        0px 5px 5px rgba(000,000,000,0.1),
        inset 0px 1px 0px rgba(255,255,255,0.5);
    box-shadow:
        0px 5px 5px rgba(000,000,000,0.1),
        inset 0px 1px 0px rgba(255,255,255,0.5);*/
    text-shadow:
        0px 1px 3px rgba(000,000,000,0.3),
        0px 0px 0px rgba(255,255,255,0);
    display: table;
    position: static;
    clear: both;
}

#login .inputs #submit:hover {
    background: -moz-linear-gradient(
        top,
        #a4b0cb 0%,
        #b9c5dd);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#a4b0cb),
        to(#b9c5dd));
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {    
body{
	background-color: #f0f0f0;
}