﻿/*-- begin::Page bg image --*/
body {
    background-image: url('/media/auth/bg10.jpeg');
}

[data-bs-theme="dark"] body {
    background-image: url('/media/images/bg10-dark.jpeg');
}
/*-- end::Page bg image --*/

/*.invalid-feedback {
    margin-top: 0rem;
    position: absolute;
}*/