/*------------------*/
/* Index Page Rules */
/*------------------*/
body { 
	background-color: #2693CA; 
}
div#body-background {
	background: -moz-linear-gradient(top, #6ecdfd 0%, #60c1f3 30%, #46ace0 58%, #2991c9 79%, #1c7bb8 82%, #238cc4 90%, #2693ca 100%);
	background: -webkit-linear-gradient(top, #6ecdfd 0%,#60c1f3 30%,#46ace0 58%,#2991c9 79%,#1c7bb8 82%,#238cc4 90%,#2693ca 100%);
	background: linear-gradient(to bottom, #6ecdfd 0%,#60c1f3 30%,#46ace0 58%,#2991c9 79%,#1c7bb8 82%,#238cc4 90%,#2693ca 100%);
	margin-top: 0;
}
div#body-container {
	background-image: url("../img/big-characters-handshake.png?v=2.01");	
	background-position: left top;		
	background-repeat: no-repeat;		
	background-size: 750px 905px;
	max-width: 1200px;
	/*margin: 0 auto 150px auto;*/
	height: 100%;
	margin-top: 0px;
}
div.round-box-title h5{ color: white;}
div#round-box-login, 
div#round-box-forgotpassword, 
div#round-box-resetpassword { 
	float: right; 
	margin: 200px 50px 0 0; 
	width: 440px;
}
div.round-box-body { 
	/* height: 470px;*/ 
	position: relative; 
}
div.round-box-body-bottom { position: absolute; bottom: 20px; right: 26px; left: 26px; }

.input-passwordtextswitch img {
	
	position: absolute;
	top: 19px;
    right: 20px;
    z-index: 99;
}
.custom-checkbox {line-height: 1.9em;}

.btn{font-size:1rem}
 /*
div#round-box-login div.input-passwordtextswitch img, 
div#round-box-resetpassword div.input-passwordtextswitch img {

	position: relative; right: -355px; top: -41px;
 }

body.browser-edge div#input-passwordtextswitch-login-email img { top: 19px; }
body.browser-edge div#input-passwordtextswitch-resetpassword-passwordA img { top: -43px; }
body.browser-edge div#input-passwordtextswitch-resetpassword-passwordB img { top: 19px; }
body.browser-firefox div#round-box-login div.input-passwordtextswitch img, 
body.browser-firefox div#round-box-resetpassword div.input-passwordtextswitch img { top: -43px; }
*/

#header-navigation{display:none}

p#forgotpassword-contact-helpline {
    font-size: 0.9em;
    font-weight: 600;
    text-align: center;
}

label#login-form-stayloggedin-label { 
	margin-top: 8px; 
}

p.internal-link-container { 
	margin-bottom: 6px;
}
p.paragraph-info { 
	margin-bottom: 21px; 
}

input#login-form-login {
	 margin-top: 13px; 
}
input#forgotpassword-form-sendmail {
	 margin-bottom: 28px; 
	}

 a.logout{display: none}


#header form{
	margin:0px
}
#header .form-group{
	margin:0px
}
#header .form-group i{
	font-size: 13px;
}
 #header .col-form-label{
	line-height: 1em;
	padding: 0px;
 }

 #app{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
 }
#app-index{
    position: relative;
    z-index: 1000;
}
#body-background{ flex-grow:  1;}

#footer{
    background-color: rgba(9, 74, 117, 0.616);
	/*
	position: inherit;
	width: auto;
	height: auto;
	overflow: inherit;
	bottom: auto;
	*/
 }