.listDataBank {
   font-size: 14px;
   margin-top: 30px;
}
.listDataBank hr {
   border: 0;
   border-top: 1px solid #DEDCDC;
   margin: 30px 0;
}

.listDataBank label {
   font-weight: bold;
   width: 90px;
   display: inline-block;
}

.alertMessage {
   font-size: 14px;
   color: #9b9797;
}

.alertMessage a {
   color: #EE4459;
}