/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
/* CREATE BY AMIR HOSSEIN JAFARI  
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix {
    zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}
/* IE7 */

/*public styles*/
body {
    direction: rtl;
    font: 16px/1.5 'Namagasht';
    background: #f4fbfe;
    color: #404040;
    min-height: 600px;
    height: 100vh;
    position: relative;
    width: 100%;
    overflow: hidden;
}
a {
    text-decoration: none;
    color: #fff;
}
.link {
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 10px 15px;
    display: block;
    width: 130px;
    margin: 30px auto 0;
}
.en {
    font-family: arial;
}
#logo {
    width: 194px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
    z-index: 1;
    background-color: #fff;
    padding: 8px;
    border-radius: 0px 0px 4px 4px;
    height: 70px;
}
#logo img {
    width: 148px;
    margin-top: 15px;
}
.circle {
    width: 90vh;
    height: 90vh;
    background: #ecf8fe;
    border-radius: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.circle .places {
    width: 80%;
    -webkit-animation: rotation 1400s ease infinite;
    animation: rotation 1400s ease infinite;
    position: relative;
    top: 10%;
    left: -10%;
}
.circle .car {
    position: absolute;
    top: 6%;
    left: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(-50%, 0);
    width: 20%;
    z-index: 5;
}
.circle .clouds {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
}
.circle .circle-two {
    width: 60%;
    height: 60%;
    border-radius: 50%;
    background: #16467f;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border: 2px solid #16467f;
    overflow: hidden;
}
.circle .circle-two:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    position: absolute;
    display: block;
    background: rgba(255, 255, 255, 0.07);
    top: -20%;
    left: -40%;
    -webkit-transition: all ease 2s;
    transition: all ease 2s;
}
.circle .circle-two:hover:after {
    top: -17%;
    left: -30%;
    background: rgba(255, 255, 255, 0.1);
}
.circle .circle-two .dk {
    width: 45%;
    margin: 30px;
}
.circle .circle-two .box {
    position: absolute;
    left: 50%;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 65%;
    z-index: 99999;
}
.circle .circle-two h1 {
    font-size: 70px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    font-family: 'Namagasht';
    line-height: 1;
}
.circle .circle-two h1 span {
    display: block;
    font-size: 20px;
    font-weight: normal;
    font-family: 'Roboto';
}
form {
    background: rgba(255, 255, 255, 0);
    overflow: hidden;
    border-radius: 4px;
    margin-top: 25px;
}
form input[type=text] {
    border: none;
    float: right;
    font-size: 13px;
    outline: none;
    font-family: 'Namagasht';
}
form span {
    width: 41px;
    height: 44px;
    vertical-align: middle;
    /* background: #3db765; */
    float: left;
    cursor: pointer;
}
form span img {
    width: 50%;
    margin-top: 21%;
}
.link.resize {
    font-size: 12px;
    padding: 7px 1px;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes rotation {
    50% {
        -webkit-transform: rotate(-2000deg);
        transform: rotate(-2000deg);
    }
}
/* Standard syntax */
@keyframes rotation {
    50% {
        -webkit-transform: rotate(-2000deg);
        transform: rotate(-2000deg);
    }
}
img.namagasht-logo {
    margin-top: 0;
    height: 17vh;
}


.vegas-loading {
    background: url("/images/namajxloading.gif") no-repeat scroll right bottom transparent;
    border-radius: 10px 10px 10px 10px;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0;
}

.vegas-overlay {
    background:transparent url(overlays/01.png);
    opacity:0.1;
    z-index:-1;
}

.vegas-background {
    bottom: 0 !important;
    image-rendering: optimizequality;
    max-width: none !important;
    top: 0 !important;
    z-index: -2;
}

.namagasht-login {
    direction: rtl;
}

.glass {
    background: url("/images/loginbg.png") no-repeat scroll 0 top transparent;
    height: 100%;
    left: 55px;
    position: fixed;
    top: 0;
    width: 350px;
    z-index: 2147483647;
}
.namagasht_berand {
    background: url("/images/logo.png") no-repeat scroll 0 0 transparent;
    height: 190px;
    margin: 9px auto 0;
    width: 156px;
}
#modlgn_username, #modlgn_passwd {
    border: 0px solid #999999;
    border-radius: 0px 5px 5px 0px;
    box-shadow: 0 0 0px #9F9F9F;
    color: #226E8B;
    float: none;
    font-family: tahoma;
    font-size: 20px;
    height: 38px;
    line-height: 31px;
    padding-left: 0px;
    text-align: left;
    direction: ltr;
    float: left;
    display: inline-block;
    width: 166px;
}
#modlgn_username{
}
#modlgn_passwd{
}


input[type="submit"] {
    background: url("/images/login.png") no-repeat scroll center 0 transparent;
    border: medium none;
    clear: both;
    cursor: pointer;
    height: 30px;
    margin: -5px 0 0;
    padding: 0;
    width: 100%;
}
.login_po{
    margin-top: 7px;
    text-align: center;
}
.version {position: absolute;text-align: center;bottom: 3px;color: black;font-family: arial;font-weight: normal;width: 100%;font-size: 11px;color: rgba(255, 255, 255, 0.29);display: block;text-align: center;bottom: 8px;}
.input-aria{
    width: 100%;
    background: #fff;
    height: 39px;
    border-radius: 5px;
    margin-bottom: 5px;
}
.input-aria span{height: 38px;display: inline-block;}
.input-aria input{}
span.user{background: url("/images/user.png") no-repeat scroll 3px center #FFFFFF;}
span.pass{
    background:  url("/images/pass.png") no-repeat scroll 3px center #FFFFFF
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
body{
    font-family:Namagasht;
}

.namagasht_path {
    fill-opacity: 0;
    stroke: #fff;
    stroke-width: 2;
    stroke-dasharray: 3319;
    stroke-dashoffset: 3319;
    animation-name: draw,show,w8;
    animation-duration: 5s,0.5s,5s;
    animation-delay: 0s,2s,4s;
    animation-iteration-count: 1,1,100;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}
.namagasht_path_text {
    fill-opacity: 0;
    fill-stroke: 0;
    stroke: #fff;
    stroke-width: 2;
    stroke-dasharray: 3319;
    stroke-dashoffset: 3319;
    animation-name: show2,w8;
    animation-duration: 4s,5s;
    animation-delay: 0s,4s;
    animation-iteration-count:1,100;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}
#nam_logo_layer_1 {
    fill: #ffc20e;
}

#nam_logo_layer_2 {
    fill: #ed1066;
}

#nam_logo_layer_3 {
    fill: #00aceb;
}

#nam_logo_layer_4 {
    fill: #0071bb;
}

#nam_logo_layer_5 {
   fill: #89d1f1;
}

#nam_logo_layer_6 {
    fill: #07ace3;
}

#nam_logo_layer_7 {
    fill: #0055a3;

}
#nam_logo_layer_8 {
    fill: #0077c0;
}
#nam_logo_layer_9 {
    fill: #7dbabe;
}
svg#Namagasht_logo_svg {
    height: 17vh;
    text-align: center;
    width: 100%;
}
@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes show {
    to {
        fill-opacity: 1;
    }
}
@keyframes show2 {
    to {
        fill-opacity: 1;
        stroke-opacity: 1;
    }
}
@keyframes w8 {
    0%, 33% {
        fill-opacity: 1;
        stroke-opacity: 1;
    }
    33%, 66% {
        fill-opacity: 0.5;
        stroke-opacity: 0.5;
    }
    66%, 100% {
        fill-opacity: 1;
        stroke-opacity: 1;
    }
}

img.reseller_brand_login {
    position: fixed;
    right: 10px;
    width: 120px;
    bottom: 5px;
}