body {
  	height: 100%;
}

body{
  	align-items: center;
  	background-color: #435165;
}

.signin {
	display: flex;
  	align-items: center;
  	padding-top: 40px;
  	padding-bottom: 40px;
  	background-color: #435165;
}

.content{
	background-color: #ffffff; 
	border-radius: 20px;
	width: 98%;
	align-items: center;
	margin: auto;
	padding-bottom:30px;
}

.navbar-hdse{
	background-color: #2f3947;
}

.content h1 {
	margin: 0;
	padding: 25px 0;
	font-size: 24px;
	border-bottom: 1px solid #e0e0e3;
	color: #4a536e;
}


.content h2 {
	margin: 0;
	padding: 25px 0;
	font-size: 22px;
	border-bottom: 1px solid #e0e0e3;
	color: #4a536e;
}

.content h3 {
	margin: 0;
	padding: 5px 0;
	font-size: 18px;

	color: #4a536e;
}

.content h4 {
	margin: 0;
	padding: 5px 0;
	font-size: 14px;

	color: #4a536e;
}



/*
.navbar-nav {
	margin-left: auto !important;
}

.left{
	margin-left: auto !important;
	margin-right: 0 !mportant; 
}

.nav-item  {
	padding-right:25px;
	margin-bottom:-20px;
}





.nav-item-left  {
	padding-right:20px;
	margin-bottom:-20px;
}
*/

.nav-item-right  {
	padding-left:20px;
	margin-bottom: 0px;
}
.navbar-nav-right {
	margin-left: auto !important;
	margin-right: 0 !important;
}


/*
.navbar-nav .left {
	margin-left: auto !important;
}

.navbar-nav .right {
	margin-right: auto !important;
}

.nav-item.left {
	padding-right:25px;
	margin-bottom:-20px;
}

.nav-item.right {
	padding-right:25px;
	margin-bottom:-20px;
}

.nav-link.active {
	color: #212529 !important;
	font-weight: bold !important;
}



.nav-hdse-head{
	height:40px;
	padding-top: 10px;
	background-color: #2f3947;
	color: #c1c4c8 !important;
}

a .nav-link .active{
	color: red !important;
}




.nav-link {
	color: red !important;
}

	
.nav-hdse{
	width: 85%;
	align-items: center;
	margin: auto;
	border-bottom-width: 0px;
	background-color: #f5f5f5;
}

*/

.form-signin {
  width: 100%;
  max-width: 400px;
  padding: 15px;
  margin: auto;
	background-color: #f5f5f5;
	border-radius: 20px;
}


.form-header-brand{
	font-size: 11px;
	background-color: #435165;
	border-radius: 10px;
	padding:3px;
	align-items: center;

}

.form-signin .footer{
	font-size: 11px;
}

/*
.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
*/
