.spacer {
	flex:1;
}

.logFlex {	
  height:100vh;
  /* 
  width: 100%;
  */
  flex-direction: row;
  display:flex;
  align-content: center;  
  align-items: center;
  justify-content: space-around;
}

.input-group-addon {
	background-color: #fff;
}

.selLang {
	display: flex;
	flex-direction: column;
	align-content: flex-end;  
   	align-items: center;
   	width: 100%;
}

.log-in-form{
	width: 350px;
	border: 1px solid #cacaca;
	padding: 1rem;
	border-radius: 3px; 
	background-color: #fff;
}

body {
	background: url(../img/login.png) 15% -5% no-repeat white;		
	font-family: "Trebuchet MS";
}

h1 {	
	padding-left: 20px;
	margin-bottom: 20px;
	position: relative;
	left: -32px;
	right: 32px;	
	padding-right: 20px;
	/*height: 40px;	*/
	line-height: 35px;	
	text-align:center;	
	color: white;
	/*
	background-color: #47627e;*/
	background: linear-gradient(60deg, #47627e, #dadfe5 );
	font-weight: normal;
	font-size: 120%;	
	width: 280px;	
}
#triangle-topright {
	position: relative;
	top: -20px;
	left: -32px;
	width: 0;
	height: 0;
	border-top: 21px solid #36495e;
	border-left: 21px solid transparent
}

.logoi2c { 
	display: flex;
	justify-content: space-around;
}

.buttonacceder{
	display: flex;
	justify-content: flex-end;
}

.langs{
	display: flex;
	justify-content: flex-start;
	border: 1px solid red;
}