﻿@font-face {
    src:url(../Font/kodak.ttf) format("truetype") ,
    url(../Font/kodak.otf)  format("opentype");
    font-family: "Mykodak";   
    font-style: normal;
}
@font-face
{
    font-family: 'Yekan';
    src: url('../font/yekan.eot'),
            url('../font/yekan.eot?#iefix') format('eot'),
            url('../font/yekan.woff') format('woff'),
            url('../font/yekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

    body {
            background-image: url('../Images/bk-start.jpg');
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-position: center center;
            background-size: cover;
        }
        body ,input ,textarea , option{
             font-family: "yekan", "Mykodak", "Tahoma";
        }

        body a{
            text-decoration:none;
            cursor:pointer;
            border:none;
        }  
    
       #div-login
        {
            width: 430px;
            height: 400px;
            margin-right: auto;
            margin-left: auto;
            margin-top: 7%;
            background-color: rgba(197, 230, 255, 0.87);
            border-radius:10px;
            padding-top:0px;
            text-align:center;
            font-size:14px;
            -webkit-animation: scaleUp 350ms ease-in-out both;
	        animation: scaleUp 350ms ease-in-out both;
            border:solid 2px #0a7cd1;

        }
       @-webkit-keyframes scaleUp {
	          0% { -webkit-transform: translateX(0) scale(0); }
	        100% { -webkit-transform: translateX(0) scale(1); }
        }

        @keyframes scaleUp {
	          0% { -webkit-transform: translateX(0) scale(0); transform: translateX(0) scale(0); }
	        100% { -webkit-transform: translateX(0) scale(1); transform: translateX(0) scale(1); }
        }


        #div-login div p
        {
            border:solid 1px #808080;
            height:30px;
            background-color:#636262;
            color:white;
            direction:ltr;
            width:80%;
            margin:0px auto;
            display:block;
            margin-bottom:15px;
            border-radius:3px;
        }

        #div-login > p {
            margin-bottom:25px;
        }

        header {
            width:100%;
            margin-right:auto;
            margin-left:auto;
           
            background-image: url('../Images/logo.png');
            background-size:25%;
            background-repeat: no-repeat;
            background-position:top center;
            text-align:center;
            padding-top:100px;
            height:30px;
            margin-bottom:30px;
            margin-top:0px;
            background-color:#0a7cd1;

            border-top-left-radius:10px;
             border-top-right-radius:10px;
        }

        .text-user
        {
            border-left:solid 1px #808080;
            border-right:none;
            border-bottom:none;
            border-top:none;
            height:28px;
            width:88%;
            background-color:#636262;
            padding-left:1%;
            font-family:Tahoma;
            margin-left:10%;
            color:white;
            direction:ltr;
        }
        
        .text-user:focus,  .text-user:active
        {
            background-color:#343434;
        }

        .p-text-user
        {
            background-image: url('../Images/login-icons.png');
            background-repeat: no-repeat;
            background-position:6px -25px;
        }
        
        .p-text-pass
        {
           background-image: url('../Images/login-icons.png');
           background-repeat: no-repeat;
           background-position:6px 3px;

        }
        .login-cmd
        {
            border:solid 1px #808080;
            height:40px;
            background-color:#808080;
            color:white;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            cursor:pointer;
            padding-bottom:5px;
            border-radius:4px;
            width:40%;
           
        }
        .login-cmd:hover
         {

           background-color:#2a7a09;

         }


        /*---------------home--------------*/

        #img-secret-kod {
            width: 110px;
            height: 30px;
            position: relative;
            top: -29.5px;
            left: 34%;
        }
       #a-refresh-kod {
            display:block;width:15px;height:15px;position:absolute;
            background-image: url('../Images/refresh.png');
            background-size:contain;
            background-repeat: no-repeat;
            background-position:top center;
            margin-top:-23px;
            margin-left:10px;
        }
        /*---------------home--------------*/

@media screen and (max-width: 600px) {
    #div-login {
        width: 90%!important;
       margin-right: auto!important;
        margin-left: auto!important;
    }
      #img-secret-kod {
            width: 90px;
            height: 28px;
            position: relative;
            top: -29.5px;
            left: 29%;
        }

}
@media screen and (max-width: 600px) {
    #div-login {
        width: 300px!important;
    }
}