body {
	max-width: 1140px;
	margin:auto;
	font-family: 'Work Sans' ;
	font-size: 14px;
}

header {
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}

h1 {
	display: flex;
	flex-direction: column;
	font-family: 'Syne';
	font-size: 22px;
	font-weight: 800;
	color: #B1663C
}

h1 span {
	font-family: 'Work Sans';
	font-size:10px;
	letter-spacing: 0.1em;
}

html nav {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

nav ul {
	display: flex;
	align-items: center;
	list-style-type: none;
}

nav li {
	padding: 0 10px;
	font-size: 1.2em;
}

li img {
	width: 22px;
	display: flex;
}

ul a {
    text-decoration: none;
}

li:hover {
	color: #B1663C;
}

#login {
	width: 50%;
	margin: auto;
	text-align: center;
}

#email, .password {
	border-color: transparent;
}

h2{
	font-family: 'Syne';
	font-weight: 700;
	font-size: 30px;
	color: #1D6154
}

#login h2 {
    margin-top: 200px;
	margin-bottom: 20px;
}

#login form {
	text-align: left;
	margin-top:30px;
	display: flex;
	flex-direction: column;
}

#login input {
	height: 50px;
	font-size: 1.2em;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.09);
}

#login label {
	margin: 2em 0 1em 0;
}

#login textarea {
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.09);
}

#connect {
	border: none;
}

input[type="submit"]{
	font-family: 'Syne';
	font-weight: 700;
	color: white;
	background-color: #1D6154;
	margin : 2em auto ;
	width: 180px;
	text-align: center;
	border-radius: 60px ;
}

footer nav ul {
	display: flex;
	justify-content: flex-end;
	margin: 2em
}

.password-forgotten {
    color: #3D3D3D;
}

footer li {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
	justify-content: flex-end;
	margin: 2em;
    margin-right: 0;
    padding-right: 0;
}