.modal-backdrop {
  display:none !important;
}

#signup-modal {
  background:rgba(65,65,65,0.9);
}

.error-msg {
  font-size:14px;
  line-height:18px;
  color:#FF006C;
  font-family:'Montserrat', sans-serif;
  display:flex;
  align-items:center;
  margin-bottom:0px;
  padding-left:15px;
}

.error-msg p {
  margin-bottom:0px;
}

.error-msg label {
  font-weight:bold;
  color:#404040 !important;
  cursor:pointer;
}

.error-msg i {
  color:#FF006C !important;
  font-size:18px !important;
  margin-right:10px !important;
}

#signup_cgu:hover {
  color:#FF006C !important;
  text-decoration:underline;
}

#header {
  background:#FF006C;
  padding:20px 0px 70px 0px;
}

@media (max-width: 767px) {
  #header p {
    font-size:14px !important;
  }
}

#header p {
  margin-bottom:0px;
  color:white;
  font-size:18px;
  font-family:Montserrat, sans-serif;
  font-weight:500;
  text-transform:uppercase;
  text-align:center;
}
