.required label:after{
    content: " * ";
  
   color:red;
  }

  .form-group {
    margin-bottom: 10px !important;
  }

  .dropify.form-control.form-control-file{
  padding-top: 15px;
  }

  .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2ec4b6;
    border-color: #2ec4b6;
  }
  .btn-primary {
    background-color: #2ec4b6;
    border-color: #2ec4b6;
    color: #ffffff;
  }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #2ec4b6;
    border-color: #2ec4b6;
  }
  .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #0b9b8e;
    border-color: #25aea1;
  }

  .inner-text p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 20px;
  }

   .alertmsg {
    border-radius: 4px;
    border-style: solid;
    border-width: 0;
    top: 100px;
    line-height: 20px;
    margin: 0;
    position: fixed;
    right: 10px;
    width: 250px;
    z-index: 999;
    text-align: -webkit-left;
    opacity: 0.8;
  }

  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
  }
