

    
       body {
    background-image: url(/images/137-back.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-family: Shabnam;
    background-attachment: fixed;
}
        
.log-in {
            text-align: left;
            padding-left: 90px;
            padding-top: 20px;
        }

        .log-in a:hover {
            background: #e1dcdc !important;
        }

        .log-in img {
            width: 20px;
            height: 25px;
            object-fit: contain;

        }
        #back-sait img
        {
         width:20px;   
        }
.log-in span
{
    font-family: BYekan;
    font-size:16px;
   font-weight:bold;
    color: #333030;
}

img.user {

  width: 60px;

   object-fit: contain;

}
.spaan-vrod {
  font-family: BTitr;
  font-size: 23px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #000;
display:block;
}
        

        a:hover {
            text-decoration: none;
        }

        .head-logo {
            text-align: center;
        }
.head-logo img
{
    width: 140px;
}
.log-in a
{
    font-family: BZar;
    font-size: 18px;
    font-weight: bold;
    background: #f0f0f0;
    border: 1px solid #4c6f1d;
    border-radius: 12px;
}
        .head-logo p {
            font-family: BTitr;
            font-size: 35px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.76;
            letter-spacing: normal;
            color: #000;
        }

        .main-menu {
            width: 200px;
            text-align: center;
            transition: all 0.2s ease 0s;
        }
.main-menu:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
   
}
        .main-menu span {
           
            height: 45px;
            font-family: BYekan;
            font-size: 21px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.5;
            letter-spacing: normal;
           display:inline-table;
            color: #000;
        }

        .main-menu img {
            width: 150px;
           
            margin: 20px 0 0;
            object-fit: contain;

        }
        .main-menu:hover img {
    -webkit-transform: rotatey(360deg);
    -ms-transform: rotatey(360deg);
    transform: rotatey(360deg);
    transition: all 1.4s ease;
}
        .login-user-div 
        {
            position: relative;
right: 100px;
width: 330px;
right: 0;
left: 0;
margin: auto;
    background: #fff;
  padding:20px;
    border-radius: 10px;
    box-shadow: 0 0 5px 1px #d0c6c1;
    margin-top: 30px;
    z-index: 10;
}
 input {
    font-family: Shabnam;
}
.chkRememberMe label
{
   margin-right: 5px; 
}
@media (max-width: 767px) 
         {
        body {
            background-image: url(/images/137-back-tab.jpg) ;
            background-size: cover;
            background-repeat: no-repeat;
        }
	.head-logo p {    
    		font-size: 23px;
   
	}
	 .head-logo img{
	    width: 95px;
height: 95px;
margin: 26px 3px 7px 15px;
object-fit: contain;
	}
     .main-menu img  {
  width: 78px;
  height: 73px;
  object-fit: contain;

}   
.main-menu span {
   
    font-size: 16px;
  font-weight: bold;
    line-height: 1;
   
}
.log-in img {
    width: 23px;
    height: 23px;
}
.log-in {
    padding-left: 16px;
    height: 25px;
}
.log-in span
{
    font-size: 21px;
}

 }

 