input[type=text], 
input[type=password] {
    min-height: 22px;
    text-indent: 3px;
	height: 36px;
}	
	
input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
 
#forgot-password {
	color: #000 !important;
	text-decoration: underline;
	font-size: 16px;
}

.login-label {
	border: solid 1px #000;
	border-right: none;
	border-left: none;
    padding: 20px 0 5px 0;
    font-size: 38px;
    font-weight: normal;
    width: 440px;
	font-family: PerpetuaMTPro;
	letter-spacing: 3px;
	color: #000 !important;
}

.form-group label {
	margin-bottom: 0px;
}

.cartouche_connexion {
	background-image: none !important;
}

.cartouche_connexion {
	background: none;
    position: absolute;
    top: 50%;
    left: 25%;
    right: auto;
	transform: translate(-50%, -50%);
    width: auto;
    height: auto;
	min-height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0.99;
}

.cartouche_connexion--raccourcis {
    margin-top: 60px;
}

.color-button {
	line-height: 30px;	
	width: 170px;
	border-radius: 10px;
}	
	
.color-button:hover {
	background-color: #000000 !important;
	opacity: 1;
}

.cartouche_connexion--raccourcis {
    margin-top: 60px;
}

.cartouche_connexion {
	background: none;
    position: absolute;
    top: 50%;
    left: 25%;
    right: auto;
	transform: translate(-50%, -50%);
    width: auto;
    height: auto;
	min-height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0.99;
}



.companyImage {
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    top: 0;
    padding: 0;
    max-width: 100%;
	width: 50%;
    left: 50%;
}

.companyImage:after {
	content: " ";
	display: block;
	background-image: url("https://stof-pro.fr/_client/images/page_accueil_cartouche.png");
    background-size: 280px auto;
    background-repeat: no-repeat;
    background-position: center center;
	width: 280px;
	height: 360px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}



@media (max-width : 1540px) {

	.companyImage:after	{
		background-size: 240px auto;
		width: 240px;
	}
	
	.login-label {
		width: 340px;
		font-size: 30px;
	}
}

@media (max-width : 1200px) {

	.companyImage:after	{
		background-size: 200px auto;
		width: 200px;
	}
	
	.login-label {
		width: 320px;
		font-size: 27px;
	}
}

@media (max-width : 1024px) {
	
	.companyImage,
	.companyImage:after	{	
		display: none;
	}
	
	.cartouche_connexion {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding-top: 140px;
		
		background-image: url(../_client/images/page_accueil_cartouche.png);
		background-size: 100px auto;
		background-repeat: no-repeat;
		background-position: center top;
	}
	
	.login-label {
		margin-left: auto;
		margin-right: auto;
	}
	
}


