section{
	font-family: "Barlow", "Arial", sans-serif;
	height: 100%;
	padding: 0;
}

#logo {
	height: 50px;
	margin: 30px;
	align-self: start;
}

/***************************/
/** FORMULAIRE CONNEXION **/
/***************************/

.form-signin{
	display: flex;
    flex-direction: column;
    align-items: center;
	padding-top: 100px;
	flex-grow: 1;
	justify-content: center;
}

.form-signin h1 {
	font-weight: 600;
	margin: 0 0 5% 0 !important;
}

#form-signin-contenu{
	width: 500px;
}

.form-block {
	margin: 0 0 5% 0;
}

.form-block label {
	font-size: larger;
}

.form-signin .form-control {
	background-color:transparent;
	border-color: #dddee6 !important;
	border: solid 1px;
	border-radius: 4px;
	padding: 8px 17px;
	height:auto;
	font-size:1.6rem;
	transition: all 0.2s linear;
	margin-top: 2px;
}

.form-control:focus{
	outline:#b0d1f5 solid 3px;
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,165,0,0);
}

#btn-submit {
	background-color:#0162ca;
	border-color: #0162ca;
	border: solid 1px;
	border-radius: 4px;
	width:100%;
	padding:7px;
	font-size:1.6rem;
	color:white;
}
#btn-submit:hover {
	background-color:black !important;
	color:white !important;
}

#login-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.login-footer {
	display: flex;
	flex-direction: column;
	padding-bottom: 15px;
}

#login-copyright{
    text-align: center;
}

.anssi-logo {
    width: 180px;
	height: 90px;
}
