.form-error {
  border: 2px solid #e74c3c !important;
}

.pace-progress {
	transform: translate3d(0, 0px, 0px) !important;
}

.alertlogin {
	color:red !important;
	font-weight: bold;
}
.dropbtn {
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 100%;
}
.dropbtn i {
pointer-events: none;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

#myDropdown a:hover {background-color: #ddd;}

.show {display: block;}

a {
  cursor: pointer !important;
}

.imglogonav {
  width: 60%;
}

.containeurresetpwd {
	padding: 55px 0;
}

#email-error {
  margin: auto;
}