body {
	width: 100%;
	height: 100vh;
}

@media screen and (min-width: 300px) {
	body {
		font-size: 14px;
	}
}

@media screen and (min-width: 992px) {
	
	body {
		font-size: 16px;
	}

}

h1 {
	font-size: 1.7em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1.5em;
}

div.img-bg-auth {
	background-image: url("../images/bg-login.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

div.img-bg-auth div.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .2);
	width: 100%;
	height: 100%;
}

div.form-wrapper-auth {

}

div.form-wrapper-auth-devis {
	position: relative;
	background-color: white;
	box-shadow: 0 0 10px #222;
}

div.form-wrapper-auth-devis div.form-headline {
	padding: 2em 2.2em;
}

div.form-wrapper-auth-devis div.form-headline h3 { 	
	font-weight: 400;
}

@media screen and (min-width: 300px) {
	div.form-wrapper-auth-devis div.form-headline h3 { 
		font-size: 1.1em;
	}
}

@media screen and (min-width: 992px) {
	div.form-wrapper-auth-devis div.form-headline h3 { 
		font-size: 1.2em;
		font-weight: 600;
	}
}

div.form-wrapper-auth-devis div.form-headline h3 strong {
	background-color: #FFDD00;
	padding: .1em .4em;
}

div.form-wrapper-auth-devis div.form-body {
	padding: 0.5em 5em 2em 5em;
}

div.form-wrapper-auth-devis div.form-body > form > div.form-group {
	position: relative;
	height: 3em;
}

div.form-wrapper-auth-devis div.form-body > form > div.form-group:not(:nth-child(2)) { 
	margin-bottom: 20px;
}

div.form-wrapper-auth-devis div.form-body > form > div.form-group:last-child {
	padding: 2em 0em;
	text-align: center;
}

div.form-wrapper-auth-devis div.form-body > form > div.form-group:last-child button[type="submit"] {
	background-color: #FFDD00;
	font-weight: bold;
	font-size: 1.1em;
	padding: .3em 1em;
	border: 1px solid #FFDD00;
}

div.form-wrapper-auth-devis div.form-body > form > div.form-group img {
	width: 25px;
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
}


div.form-wrapper-auth-devis div.form-body > form > div.form-group input {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #EEE;
	border: 1px solid #EEE;
	padding-left: 4em;
}

div.form-wrapper-auth-devis div.form-body > form > div.form-group input:focus { 
	outline: none;
}

div.forget-password {
	text-align: right;
}

div.forget-password a {
	color: #8d8d8d;
	font-size: .9em;
	text-decoration: none;
}

div.blue-div {
	background-color: #7c7cff; 
	width: 100%;
	height: 20px;
}
