@font-face {
    font-family: "yekan";
    src: url("/manager/fonts/BYekan.eot");
    src: url("/manager/fonts/BYekan.eot?#iefix") format("embedded-opentype"), url("/manager/fonts/BYekan.woff") format("woff"), url("/manager/fonts/BYekan.ttf") format("truetype"), url("/manager/fonts/BYekan.svg#webfont") format("svg");
}

*:fucos {
    outline: none;
}

html {
    direction: rtl;
}

body {
    direction: rtl;
    margin: 0;
    padding: 0;
    font-family: yekan;
    background-color: rgba(1, 145, 73, .8);
    background-image: url(/manager/images/back4.png);
    color: #003680;
}

.lgimg {
    width: 100px;
    height: 100px;
}

.imgg {
    position: relative;
    text-align: center;
    top: -50px;
    right: 20px;
}

.pos {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.img1 {
    transform: scale(1.2) rotate(360deg);
}

.img2 {
    transform: translateY(20px);
}

.img3 {
    transform: scale(0);
}

.imgup {
    transition: all ease-in .3s;
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.imgdown {
    transition: all ease-in .3s .5s;
    opacity: 1;
    transform: translateY(0px);
}

.imgmid {
    transition: all ease-in .2s .6s;
    opacity: 1;
    transform: scale(1);
}

.loginfrm {
    position: relative;
    background: rgba(255, 255, 255, .8);
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    min-height: 250px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .8);
    border-radius: 4px;
}

.lgform {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
}

.lgform table {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    width: 100%
}

.messageBOX {
    position: absolute;
    width: 500px;
    top: 30px;
    left: calc(50% - 260px);
    border-radius: 6px;
    background: rgba(255, 255, 255, .8);
    padding: 20px;
    color: #003680;
    text-align: center;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .8);
    border-radius: 4px;
    font-weight: normal;
}

input {
    font-family: yekan;
    border-color: #1979ca;
    color: #003680;
    background-color: rgba(25, 121, 202, .05);
    padding: 5px;
    width: 100%;
    border-radius: 3px;
}

.entBtn {
    background: #003680;
    width: 60px;
    color: white;
    transition: all ease-in .2s;
    cursor: pointer;
}

.entBtn:hover {
    background: none;
    color: #003680;
}

::-webkit-input-placeholder {
    /* Edge */
    color: rgb(25, 121, 202);
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(25, 121, 202);
}

::placeholder {
    color: rgb(25, 121, 202);
}

a {
    text-decoration: none;
}

.homeLink:link,
.homeLink:visited {
    color: #003680;
    font-size: 75%;
}