
.alert-success {
  color: #545C9E;
    font-size: 16px;
  background-color: #80ffca !important;
    border:1px solid #DFE1F5;
    border-radius: 10px;
}

.alert-danger {
  color: #545C9E;
    font-size: 16px;
  background-color: #faadda !important;
    border:1px solid #DFE1F5;
    border-radius: 10px;
}

span.help-block {
  color: #465478 !important;
    width: 690px;
}


.alert-dismissable{
    width: 690px;
}
