<style>
.error{
  color: red;
  font-weight: bold;
  margin: 10px;
  text-align: center;
}
.wihite{
  color: #fff;
  font-weight: bold;
}
textarea {
  resize: none;
}
.modal-header-success {
  color:#623386;
  padding:9px 15px;
  border-bottom:1px solid #eee;
  background-color: #623386;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
}
</style>
