﻿@media (min-width:768px){
.login-user {
    background: url('../images/Atash.jpg') no-repeat;
    background-size: cover;
    object-fit: contain;
}
}
@media (max-width:767px){
    .login-user {
    background: url('../images/Atash.jpg') no-repeat;
    background-size: cover;
    object-fit: contain;
}
    .img-125{
        display:none;
    }
}
body {
    background: none;
}

.alert {
    width: max-content;
}

.login-user-d {
    position: relative;
    right: 100px;
    width: 262px;
    top: 80px;
}

.login-user-div {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 5px 1px #d0c6c1;
    margin-top: 15px;
    z-index: 10;
}

.img-125 {
    height: 120px;
    background: url('../images/125yar.png') no-repeat;
    margin-left: 25px;
}

#error_region { /*  استایل موقت  */
    position: relative;
    top: 100px;
    right: 30px;
    display: none;
}

table td {
    font-family: 'Shabnam';
    padding: 4px;
}

    table td span {
        /*position:relative;*/
    }

    table td i {
        /*position:absolute;
    top:5px;
    left:5px;*/
    }

.chkRememberMe, #lnkForgetPassword {
    font-size: 13px;
    padding-right: 5px;
}

    .chkRememberMe label {
        padding-right: 5px;
    }

table td input, select {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 3px 5px;
}

.security-image {
    max-width: 200px !important;
    max-height: 65px;
}

.span-lang {
    display: grid;
}
