@font-face {
    font-family: 'black_jackregular';
    src: url('../fonts/blackjack-webfont.eot');
    src: url('../fonts/blackjack-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/blackjack-webfont.woff') format('woff'),
         url('../fonts/blackjack-webfont.ttf') format('truetype'),
         url('../fonts/blackjack-webfont.svg#black_jackregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	/* background: #0b3b69; */
	font-family: arial;
	font-size: 14px;
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: #ffd045;
	/* background-image: linear-gradient(315deg, #ffd045 0%, #d14545 74%); */
	background-image: url('../../img/client/SLIDE-SITE-1-01.jpg');
	background-size: cover;
	min-height: 100vh;
}
/*<========CSS Reset Properties========>*/
h1, p, form, input, div, img, label {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	color: rgba(220,220,220,1);
	padding: 0;
	margin: 0;
}
/*<===============================================>*/
/*<========Top to Bottom ordered CSS rules========>*/
.container {
	overflow: hidden;
}
.loginForm {
	margin: 8em auto 0 auto;
	width: 22.8em;
	height: auto;
	/* height: 25em; */
}
.livreur-dashboard .loginForm {
    margin: 2em auto 0 auto;
}
header h1 {
	color: rgba(240,240,240,1);
	font-family: 'black_jackregular';
	font-weight: bold;
	font-size: 8em;
	font-variant: small-caps;
	line-height: 1.5;
	padding: 0.2em 0 0 0;
	height: 1.5em;
	width: 100%;
	text-align: center;
	text-shadow: 1px 1px 4px rgba(10,10,10,1);
}
input {
	background: rgba(228,232,243, 0.8) url("../images/sprite.png") no-repeat;
	background-size: 20px 80px;
	background-position: 0.5em 0.6em;
	border: none;
	color: rgba(80,80,80,1);
	padding: 0 0 0 4em;
	margin: 0 0 1em 0;
	width: 20em;
	height: 2.8em;
	outline: none;
	-webkit-transition: background-color 0.4s;
	transition: background-color 0.4s;
}
input:hover {
	background-color: rgba(255,255,255, 0.8);
}
input:focus {
	background-color: rgba(255,255,255, 0.8);
}
label {
	color: rgba(220,220,220,1);
}
.profile {
	height: 8em;
	width: 8.5em;
	margin: 0 0 2em 7em;
}
.password {
	background-position: 0.5em -3.8em;
}
.remember {
	background: none;
	width: 1em;
	height: 1em;
	margin: 0.5em 0.5em 0 0;
}
.recovery {
	display: block;
	margin: -6.3em 0 0 14.5em;
}
.recovery:hover {
	text-decoration: underline;
}
.submit {
	background: rgba(35,35,35, 0.6);
	color: rgba(220,220,220,1);
	padding: 0 0 0 0;
	margin: 2.5em 0 0 7em;
	width: 10em;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: background 0.4s;
	transition: background 0.4s;
	font-weight: 500;
}
.submit:focus ,
.submit:hover {
	background: #ecbb3b;
	color:rgba(35,35,35, 0.6)
}

.alert {
	display: block;
	border-radius: 4px;
	padding: 1px 10px;
	margin-top: 1.4rem;
}
.alert-red {
	background-color: #ffd5d5;
    border-left: solid 3px #fa4343;
    text-align: left;
    color: #fa4343;
    font-weight: 600;
}

.list-unstyled {
	padding-left: 0;
}
.list-unstyled li {
	position: relative;
	list-style: none;
	padding-left: 10px;
}
.list-unstyled li::before {
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	left: 0;
	top: 5px;
	background: #fa4343;
	border-radius: 50%;
}

header {
	text-align: center;
    padding: 30px;
}

header img {
	width: 240px;
}

/*<============================================================>*/
/*<========Media queries for other displays and devices========>*/
@media only screen and (max-width: 480px) {
	header h1 {
		font-size: 4em;
	}
	.loginForm {
		margin: 0.5em auto 0 auto;
	}
}
/*<============================================================>*/