

.error{
    color: red;
}

.banner__inputlist--icon .fa-user {
  color: #238ae6;
}

.banner__inputlist--icon .fa-briefcase {
  color: #1d9c72;
}

.banner__inputlist--icon .fa-circle {
  color: #00c851;
}

.banner__inputliste input {
  width: max-content;
}

.form-group {
  margin-bottom: 1rem;
}
 
.reguiredspan {
    color:red;
    font-weight:bold;
} 

.note-btn.dropdown-toggle:after {
  content: none;
}