.sba-body-nd {
	overflow-x: hidden !important;
	font-family: Roboto, 'Source Sans Pro', sans-serif;
	font-family: 'arial','sans-serif','Segoe UI';
	-webkit-font-smoothing: antialiased;
	min-height: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 1.42857143;
	color: rgba(84, 110, 122, 1);
	
}
.sba-header-nd {
	position: absolute;
	width: 100%;
	height: 80px;
	left: 0px;
	top: 0px;
	background: #E75F5F;
	z-index: 1000;
}
.sba-logo-nd {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: white;
	font-weight: bold;
	margin-left: 50px;
	height: 36px;
}

.sba-container-nd {
	align-content: center;
	width: 100%; 
	padding-top: 200px;
	font-family:'Inter UI',sans-serif;
}
.sba-footer-nd {
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0px;
	bottom: 10px;
	font-size: 12px;
	padding: 5px;
}
.sba-mon-portail {
	width: 100%;
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
}
.container-center {
	width: 100%;
	padding-right: 0px;
	padding-left:0px;
	text-align: center;
}
.sba-identifiant {
	margin: 0 auto;
    width: 600px; 
}
.sba-identifiant-libelle {
	width: 250px;
	padding-left:20px;
	background: #ECEFF1;
	box-shadow: 3px 3px 6px rgba(119, 119, 119, 0.16);
	border-radius: 5px;
}
.sba-identifiant-input {
	width: calc(30vw + 150px);
	height: 50px;
	background: #ECEFF1;
	box-shadow: 3px 3px 6px rgba(119, 119, 119, 0.16);
	border-radius: 5px;
	padding: 8px;
	padding-left: 10px;
}
.sba-identifiant-button {
	width: 600px;
	height: 45px;	
	background: #ECEFF1;
	box-shadow: 3px 3px 6px rgba(119, 119, 119, 0.16);
	border-radius: 5px;
}
.sba-identifiant-button-connexion {
	width: 600px;
	height: 50px;	
	background: #6F9FB7;
	font-style: normal;
	font-weight: bold;
	font-size:20px;
	color:white;
	box-shadow: 3px 3px 6px rgba(119, 119, 119, 0.16);
	border-radius: 5px;
}

.sba-note-login {
	margin: 0 auto;
    padding-left:10px;
    max-width:600px;
    min-width:600px;
	background: #F8F8F8;
	border: 0.5px solid #6F9FB7;
	box-sizing: border-box;
	border-radius: 10px;
	font-size: 14px;
	line-height: 175%;
	margin-top: 5px;
	padding: 10px;
	color :#607D8B;
}
.sba-note-fintech {
	margin: 0 auto;
    padding-left:10px;
    max-width:600px;
    min-width:600px;
	background: #E75F5F;
	border: 0.5px solid #E75F5F;
	box-sizing: border-box;
	border-radius: 10px;
	font-size: 16px;
	line-height: 175%;
	margin-top: 5px;
	padding: 5px;
	color :white;
}


.sba-icon-info-login {
	content:url("../ressources/img/nd/info-corail.png");
	vertical-align: middle;
	width: 18px;
	margin-right: 10px;
}

.sba-icon-cup-fintech100 {
	content:url("../ressources/img/nd/cup.png");
/* 	vertical-align: middle; */
	width: 18px;
	margin-right: 10px;
}
.sba-icon-info-title {
	color: #E75F5F;/*#6F9FB7;*/ 
}

.sba-form-input {
	border: hidden;
	background: #FFFFFF;
	box-shadow: 3px 3px 6px rgba(119, 119, 119, 0.16);
	border-radius: 5px !important;
	width: 100%;
	height: 35px;
	padding-left: 10px;
}

@media screen and (max-height: 800px) {
  .sba-body-nd {
		overflow-x: hidden !important;
		font-family: 'arial','sans-serif','Segoe UI';
		-webkit-font-smoothing: antialiased;
		min-height: 100%;
		height: 100%;
		font-size: 16px;
		line-height: 1.42857143;
		color: rgba(84, 110, 122, 1);
	}
  	.sba-container-nd {
		align-content: center;
		width: 100%; 
		padding-top: 60px;
		font-family:'Inter UI',sans-serif;
	}
	.sba-header-nd {
		position: absolute;
		width: 100%;
		height: 40px;
		left: 0px;
		top: 0px;
		background: #E75F5F;
		z-index: 1000;
	}
	.sba-logo-nd {
		margin: 0;
		position: absolute;
		top: 50%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		color: white;
		font-weight: bold;
		margin-left: 30px;
		height: 26px;
	}
	.sba-footer-nd {
		position: absolute;
		width: 100%;
		height: 20px;
		left: 0px;
		bottom: 10px;
		font-size: 12px;
		padding: 5px;
	}
	.sba-mon-portail {
		width: 100%;
		font-style: normal;
		font-weight: bold;
		font-size: 24px;
	}
	.container-center {
		width: 100%;
		padding-right: 0px;
		padding-left:0px;
		text-align: center;
	}
	.sba-identifiant {
		margin: 0 auto;
	    width: 600px; 
	}
	.sba-identifiant-libelle {
		width: 250px;
		padding-left:20px;
		background: #ECEFF1;
		box-shadow: 3px 3px 6px rgba(119, 119, 119, 0.16);
		border-radius: 5px;
	}
	.sba-identifiant-input {
		width: calc(30vw + 150px);
		height: 50px;
		background: #ECEFF1;
		box-shadow: 3px 3px 6px rgba(119, 119, 119, 0.16);
		border-radius: 5px;
		padding: 8px;
		padding-left: 10px;
	}
	.sba-identifiant-button {
		width: 600px;
		height: 45px;	
		background: #ECEFF1;
		box-shadow: 3px 3px 6px rgba(119, 119, 119, 0.16);
		border-radius: 5px;
	}
	.sba-identifiant-button-connexion {
		width: 600px;
		height: 50px;	
		background: #6F9FB7;
		font-style: normal;
		font-weight: bold;
		font-size:18px;
		color:white;
		box-shadow: 3px 3px 6px rgba(119, 119, 119, 0.16);
		border-radius: 5px;
	}
	.sba-note-login {
		margin: 0 auto;
	    padding-left:10px;
	    max-width:600px;
	    min-width:600px;
		background: #F8F8F8;
		border: 0.5px solid #6F9FB7;
		box-sizing: border-box;
		border-radius: 10px;
		font-size: 14px;
		line-height: 175%;
		margin-top: 5px;
		padding: 10px;
	}
	.sba-icon-info-login {
		content:url("../ressources/img/nd/info-corail.png");
		vertical-align: middle;
		width: 18px;
		margin-right: 10px;
	}
	.sba-note-fintech {
		margin: 0 auto;
	    padding-left:10px;
	    max-width:600px;
	    min-width:600px;
		background: #E75F5F;
		border: 0.5px solid #E75F5F;
		box-sizing: border-box;
		border-radius: 10px;
		font-size: 16px;
		line-height: 175%;
		margin-top: 5px;
		padding: 5px;
		color :white;
	}
	.sba-icon-cup-fintech100 {
		content:url("../ressources/img/nd/cup.png");
/* 		vertical-align: middle; */
		width: 18px;
		margin-right: 10px;
	}
}


.sba-body-nd .mobile {
	overflow-x: hidden !important;
	font-family: Roboto, 'Source Sans Pro', sans-serif;
	font-family: 'arial','sans-serif','Segoe UI';
	-webkit-font-smoothing: antialiased;
	min-height: 100%;
	height: 100%;
	font-size: 12px;
	line-height: 1.42857143;
	color: rgba(84, 110, 122, 1);
	
}
.mobile .sba-mon-portail {
	width: 100%;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
}

.mobile .sba-identifiant-libelle {
	width: 0px;
	padding-left:20px;
	background: #ECEFF1;
	box-shadow: 3px 3px 6px rgba(119, 119, 119, 0.16);
	border-radius: 5px;
}

.mobile .sba-identifiant-button-connexion {
	width: 600px;
	height: 40px;	
	background: #6F9FB7;
	font-style: normal;
	font-weight: bold;
	font-size:14px;
	color:white;
	box-shadow: 3px 3px 6px rgba(119, 119, 119, 0.16);
	border-radius: 5px;
}
.mobile .sba-identifiant-libelle {
	padding-left:10px;
	background: #ECEFF1;
	box-shadow: 3px 3px 6px rgba(119, 119, 119, 0.16);
	border-radius: 5px;
}
.mobile .sba-identifiant-button {
		width: 600px;
		height: 30px;	
		background: #ECEFF1;
		box-shadow: 3px 3px 6px rgba(119, 119, 119, 0.16);
		border-radius: 5px;
}