* {
    box-sizing: border-box;
  }

  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  .border-right {
      border-right: 2px solid #aaa;
  }
  .mb-3, .my-3 {
      margin-bottom: 1rem!important;
      padding: 15px;
  }

  .btn:not(:disabled):not(.disabled) {
      cursor: pointer;
  }
  .btn:hover {
      color: #212529;
      text-decoration: none;
  }
  .btn-details {
      border-radius: 5px;
      background-color: #aa00c9;
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      padding: 10px;
      position: relative;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: none;
      outline: 0;
      overflow: hidden;
      min-width: 120px;
  }
  .w-100 {
      width: 100%!important;
  }
  .signin-with {
      padding: 13px 30px;
      border-radius: 5px;
      font-size: 12px;
      font-weight: 600;
      border: 1px solid rgba(26,32,46,.15);
      background-color: #fff;
  }
  .form-horizontal .form-group {
    margin-right: 15px;
    margin-left: 15px;
   }
   .mr-l {
    margin-right: 15px;
    margin-left: 15px;
   }

/* --------------------------------------
    Inputs
----------------------------------------- */
.error-flag {
    border: 1px solid red !important;
}
