.allErrorShowBox,
.pwdCheck {
    padding: 12px;
    color: #222;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.1);
    margin: 10px 0;
    border: 2px solid #AB0014;
}

.errorHighlight {
    border: 2px solid #AB0014 !important;
    color: #AB0014 !important;
    animation: shake 0.6s linear;
}

.formErrorMessage {
    padding: 12px 15px 8px;
    color: #be0000;
    background: #ededed;
    margin: 10px 0;
    border-radius: 4px;
    width: 100%;
    font-weight: bold;
}

.formErrorMessage a {
    color: #222;
    text-decoration: underline;
}

#uploadMessage {
    display: none;
    text-align: center;
    margin-bottom: 10px;
}

.fileListItem_btn.selected {
    border: 2px solid #4CAF50;
    background-color: #f0f9f0;
}

.imageUploadHiddenBtn {
    display: none;
}

.customUploadLoader {
    text-align: center;
    padding-top: 50px;
}

.customUploadLoader h4 {
    color: #1b4e9b;
    font-family: "Montserrat";
    margin: 25px 0 15px;
}

.customUploadLoader h5 {
    color: #1b4e9b;
    font-family: "Montserrat";
    margin: 25px 0 15px;
}

.familyShowPasswordArea {
    display: flex;
    align-content: stretch;
    justify-content: flex-end;
    margin-top: 15px;
  }

  .familyShowPasswordArea .btn {
    margin-left: 10px;
  line-height: 100%;
  padding:8px 15px;
  }

  .familyShowPasswordArea .btn i {
    margin-right: 6px;
  }