.rounded-top-3 {
  border-top-left-radius: 0.6rem !important;
  border-top-right-radius: 0.6rem !important;
}

.auth-offcanvas .offcanvas-body {
  p {
    width: 90%;
    margin: 15px;

    a {
      color: inherit;
    }
  }

  div a {
    color: inherit;
  }


}

.btn-border-white {
  border: 2px solid black !important;
  width: 10px;
  height: 10px;
  background-size: 12px;
}
