﻿/*html,
body {
    height: 100%;
}

body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-color: #f1f1f1;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #000;
    overflow-x: hidden;
    height: 100%;
}

.footer {
    color: #74788d;
    right: 0px;
    height: 60px;
    background-color: #f2f0f0;
    border-top: 1px solid #e9e9ef;
}

.form-Auth {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin {
    width: 100%;
    max-width: 430px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .checkbox {
        font-weight: 400;
    }

    .form-signin .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
.main-content {
    margin-right: 50px;
    overflow: hidden;
}
.page-content {
   
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    width: 100%;
    padding-left: var(--bs-gutter-x, 10px);
    padding-right: var(--bs-gutter-x, 10px);
    margin-left: auto;
    margin-right: auto;
}*/
/*#bf915b
#1d1d1b
#868686*/
/*.companycolorone {
    background-color: #002E6E;
}

.companycolortwo {
    background-color: #D7143F;
}

.companycolorthree {
    background-color: #868686;
}

body {
    background-image: url('../images/bgsignin.png');
    background-size: cover;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.8);
    height: 100vh;
    margin: 0;
    font-family: Tahoma, Geneva, sans-serif;
}*/

body {
    background-image: url('../images/bgsignin.png');
    background-size: cover;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.8);
    height: 100vh;
    margin: 0;
    font-family: Tahoma, Geneva, sans-serif;
}

.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.login-card {
    width: 100%;
    max-width: 900px;
    display: flex;
    background-color: rgba(255, 255, 255, 0.8); /* پس‌زمینه نیمه شفاف */
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    .login-card img {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        width: 50%;
        object-fit: cover;
    }

.login-form {
    padding: 30px;
    width: 50%;
}

    .login-form h2 {
        color: #333;
    }