﻿.small-checkbox {
    width: 1em;   /* Smaller width */
    height: 1em;  /* Smaller height */
    border: 2px solid #acaab1;
    border-radius: 0.2em;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.small-checkbox:checked {
    background-color: #7367f0;
    border-color: #7367f0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3.5 6L5.5 8L9 4' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.form-check {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.app-brand-logo.demo {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  width: 185px;
  height: 85px;
}


.auth-cover-brand {
    inset-inline-start: 3.5rem;
}



