@font-face {
    font-family: noto;
    src: url("/resources/fonts/NotoSans-Regular-21f6235482ecdf67217dfa18483f7716.ttf") format("truetype");
}

@font-face {
    font-family: noto-light;
    src: url("/resources/fonts/NotoSans-Light-da834cccecc000b70e0a937245b53d9b.ttf") format("truetype");
}

@font-face {
    font-family: noto-bangla;
    src: url("/resources/fonts/Noto_Sans_Bengali-Regular-bc4717e7e7f86cbe13a4a721fd4b5137.ttf") format("truetype");
}

@font-face {
    font-family: noto-bangla-light;
    src: url("/resources/fonts/Noto_Sans_Bengali-Light-59c96c05864b2b4252a6c0aaba886b4c.ttf") format("truetype");
}

body {
    font-family: noto, noto-bangla, sans-serif !important;
}

.form-bg {
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
}

.login-bg {
    background: url("/resources/images/login-background-a3e71096561d57b605c9ca2f0289bf2c.jpg") no-repeat center;
    background-size: cover;
    min-height: 45rem;
}

.login-error-bg {
    background: linear-gradient(0deg, rgba(255, 93, 93, 0.5), rgba(255, 93, 93, 0.5));
    color: #FFFFFF;
    font-size: 18px;
    border: 0.02rem solid #FF5D5D;
    border-radius: 8px;
    backdrop-filter: blur(10px);
}

.form-control {
    padding: 0;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #C0C0C0;
}

.form-control:focus {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #3D8AFF;
    box-shadow: none;
}

.login-form-forgot-pass {
    color: #FF7A00;
    letter-spacing: 0;
}

.login-form-forgot-pass:hover {
    color: #F0AE4B;
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
}

:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
}

::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
}

.form-group input[type="submit"],
.form-group input[type="submit"]:disabled,
.form-group input[type="submit"][disabled] {
    border-radius: 0;
    height: 76px;
    background: rgba(231, 231, 231, 0.5);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.02rem;
}

.form-group input[type="submit"] {
    background: #0084FF;
    color: #FFFFFF;
    font-size: 24px;
}

.form-group input[type="text"],
.form-group input[type="password"] {
    color: #FFFFFF;
}

#togglePassword {
    margin-left: -30px;
    cursor: pointer;
}

input[type=checkbox] {
    transform: scale(1.5);
}

input[type=checkbox]:checked {
    outline: 0.01rem solid #FFFFFF;
}

button:disabled {
    background: #EBEBEB !important;
    border-color: #EBEBEB !important;
    color: #979797 !important;
}

.error-marker {
    font-size: 18px;
    color: #FF5E5E;
    letter-spacing: 0;
}

.custom-letter-spacing {
    letter-spacing: 0.05rem;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

input[data-autocompleted] {
    background-color: transparent !important;
}

.smoothed {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input#username::placeholder, input#password::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255,255,255,0.6);
    opacity: 0.6; /* Firefox */
}

input#username:-ms-input-placeholder, input#password:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255,255,255,0.6);
    opacity: 0.6; /* Firefox */
}

input#username::-ms-input-placeholder, input#password::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(255,255,255,0.6);
    opacity: 0.6; /* Firefox */
}

.hr-white-stretch {
	border: 1px solid #ffffff40 !important;
}

div.role-checkbox:has(div input[type="radio"]:checked) {
	background: rgba(0,132,255,0.4) !important;
}

div.role-checkbox:has(div input[type="radio"]:not(:checked)):hover {
	background: rgba(0,132,255,0.2) !important;
}

.role-id-radiobtn {
	margin-top: 1em !important;
	transform: scale(2) !important;
}

.main-role-badge {
	background-color: #F8E16633;
	border-radius: 12px;
}

.orange-link {
    color: #FF7A00;
    letter-spacing: 0;
}

.orange-link:hover {
    color: #F0AE4B;
    text-decoration: none;
}

.blue-link {
    color: #416DEF;
    letter-spacing: 0;
}

.blue-link:hover {
    color: #5A77EA;
    text-decoration: none;
}