.signupmenu {
	color:black;
}


.bg-grey-my {
	/* background-color: #f9fbfd; */
	background-color: #f1f4f8;
}

.mail {
	background-color: white;
}

.bg-success {
	background-color: #42ba96;
	
}

/*
.dl {
  display: grid;
  grid-template-columns: max-content auto;
}

.dt {
  grid-column-start: 1;
}

.dd {
  grid-column-start: 2;
}

*/


.dt {
	float: left;
	clear: left;
	width: 150px;
	font-weight: bold;
	color: green;
}

.dd {
	margin: 0 0 0 80px;
	padding: 0 0 0.5em 0;
}


.nav-link-nb {
	width: 200px;
	white-space: nowrap;
}