:root {
    --bs-body-font-size: .825rem;
    --bs-font-sans-serif: "Inter", system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.form-control, .form-select {
    font-size: var(--bs-body-font-size);
}
.btn {
    --bs-btn-font-size: var(--bs-body-font-size);
}
body {
    background-image: url('../images/background.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.min-h-100 {
    min-height: 100vh;
}

.form-signin {
    max-width: 330px;
    padding: 1rem;
}
.bg-glass {
    background-color: rgba(255, 255, 255, .7);
}
::placeholder {
    opacity: .4 !important;
}
.fs10pt {
    font-size: .775rem;
}
.card.login {
    border-radius: 24px;
}
.text-berry {
    color: #D980FA;
}
.btn-purple {
    color: #fff;
    background: rgb(165,69,176);
    background: linear-gradient(114deg, rgba(165,69,176,1) 0%, rgba(217,128,250,1) 100%);
}
.sq42 {
    height: 43px;
    width: 42px;
}

#indicator {
    position: relative;
}
#indicator::before {
    display: block;
    height: 2px;
    content: " ";
    left:20px;
    top: 16px;
    right:20px;
    background-color: #fff;
    position: absolute;
    z-index: -1;
}
.bullet {
    height:32px !important;
    width: 32px !important;
    margin: auto;
    font-size: 16px;
    padding: 4px;
    text-align: center;
}