﻿@import "bs5-fix.css";
@import "_fonts.css";

body {
    margin: 0;
    padding: 0;
    font-family: 'iranyekan', tahoma;
    font-size: 14px;
    word-spacing: -1px;
}

html, body {
    height: 100%;
}


.ltr {
    direction: ltr !important;
}

.field-validation-error {
    font-size: 11px;
}



.login {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}


    .login .card {
        background: rgba(255, 255, 255, 0.25); /* شفاف‌تر */
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px); /* Safari */
        border-radius: 16px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    }


.iziToast-rtl .iziToast-body {
    font-family: iranyekan;
}
.form-check{
    margin-right:12px;
}

#background-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
}


.content {
    position: relative;
    z-index: 1;
}


.login .form-control {
    background: rgba(255, 255, 255, 0.6);
    border: none;
    box-shadow: none;
}

    .login .form-control:focus {
        background: rgba(255, 255, 255, 0.8);
        box-shadow: none;
    }
.login .btn-success {
    background: rgba(25, 135, 84, 0.85);
    border: none;
}

.login .btn-success {
    background: rgba(25, 135, 84, 0.7);
    backdrop-filter: blur(4px);
}
.login label {
    color: #333;
    font-weight: 500;
}

