/* The alert message box */
.memberDashalert {
  padding: 20px;
  background-color: #f44336; /* Red */
  color: white;
  margin-bottom: 15px;
  width:100%;
  
}
.memberDashalert strong{
color: white;
}

/* The close button */
.memberDashclosebtn {
  margin-left: 15px;
margin-right:20px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.memberDashclosebtn:hover {
  color: black;
}
