.btn-primary {
  color: #fff;
  background-color: #009da5;
  border-color: #009da5;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fff;
  background-color: #e11878;
  border-color: #e11878;
  outline: none !important;
  box-shadow: none !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {

  outline: none !important;
  box-shadow: none !important;
}

.btn-close:hover,
.btn-close:focus,
.btn-close:active {
  outline: none !important;
  box-shadow: none !important;
}

.form-control:hover,
.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}

.text-primary {
  color: #b455a0 !important;
}

a {
  color: #b455a0 !important;

}

.mainbg {
  background: #D1EEFE;
}

.logo {
  max-height: 70px;
}

.card {
  border: 2px solid #009DA6;
}

.usericon {
  max-height: 206px;
  background: white;
  margin-top: 15px;
  border: 3px solid #e11878;
  border-radius: 10px;
}

.custom-file-button input[type=file]::-webkit-file-upload-button {
  display: none;
}

.custom-file-button input[type=file]::file-selector-button {
  display: none;
}

.custom-file-button .input-group-text {
  background: #009da5;
  color: white;
  margin-bottom: 0;
}