﻿
@font-face {
  font-family: 'IRANSans-web';/*BYekan*/
  src: url('../font/IRANSans-web.eot?#') format('eot'),  /*BYekan*//* IE6–8 */
       url('../font/IRANSans-web.woff') format('woff'),  /*BYekan*//* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('../font/.ttf') format('truetype');  /*BYekan*//* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

body {
    font-family: 'IRANSans-web';/*BYekan*/
    font-size: 12px;
   }

header {
       background-color: #285773;
       width: 100%;
       height: 8%;
        position:fixed;
        top:0;
        padding:20px;
  
}
footer {
   /*background-color: #285773;*/
       /*width: 100%;
       bottom: 0;
      position: fixed;
      height:8%;*/
      
}

no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/Resources/Images/Preloader_3.gif) center no-repeat #fff;
}


/* Modal Style*/

.modal-footer {
    text-align: left !important;
}

.alert {
    padding: 5px;
    margin-bottom: 0px;
}

.radiuse {
    border-radius: 100px;
}





@import url(http://fonts.googleapis.com/css?family=Megrim&text=CAT);


.glass {
    /*position: relative;
    padding: 10px 0;*/
    border-bottom: 1px solid;
    border-bottom-color: #ccc;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    /*background-color: rgba(255, 255, 255, 0.2);*/
    background-color:#628cb4;



    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    /*height: 60px;
    text-align: right;
    vertical-align: middle;*/
    color: white;
    /*text-shadow: 2px 2px 4px #000000;*/
}

    .glass::before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background-image: url("../Images/urabn.jpg");/*,url("http://placekitten.com/1920/1120")*/
        background-position: center bottom;
        background-attachment: fixed;
        background-size: cover;
        content: "";
        filter: url("../Images/urabn.jpg");
        -webkit-filter: blur(5px);
        filter: blur(5px);
    }

    .glass .legacy-ie-fix {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=20)";
    }

    .glass h1 {
        position: relative;
        margin: 0;
        color: #fff;
        color: rgba(255, 255, 255, 0.3);
        font-size: 180px;
        font-weight: normal;
        font-family: 'IRANSans-web',"Megrim", sans-serif;
        line-height: 1;
        text-align: center;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
    }

@media only screen {
    .glass h1 {
        -ms-filter: "none";
    }
}

.btn {
    font-size:10px !important;
}




.a_f {
    position: relative;
    color: rgba(255,255,255,1);
    text-decoration: none;
    background-color: rgba(0, 153, 204, 1); /*rgba(219,87,5,1);*/
    font-family: 'Yanone Kaffeesatz';
    font-weight: 700;
    font-size: 3em;
    display: block;
    padding: 4px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 9px 0px rgba(0, 97, 204, 1), 0px 9px 25px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 9px 0px rgba(0, 97, 204, 1), 0px 9px 25px rgba(0,0,0,.7);
    box-shadow: 0px 9px 0px rgba(0, 97, 204, 1), 0px 9px 25px rgba(0,0,0,.7);
    margin: 100px auto;
    width: 200px;
    text-align: center;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    font-family: 'IRANSans-web';/*BYekan*/
}

    .a_f:active {
        -webkit-box-shadow: 0px 3px 0px rgba(0, 97, 204, 1), 0px 3px 6px rgba(0,0,0,.9);
        -moz-box-shadow: 0px 3px 0px rgba(0, 97, 204, 1), 0px 3px 6px rgba(0,0,0,.9);
        box-shadow: 0px 3px 0px rgba(0, 97, 204, 1), 0px 3px 6px rgba(0,0,0,.9);
        position: relative;
        top: 6px;
    }

.input-group-addon:last-child {
    border-right: inset;
}
.text-login{
    margin-bottom:15px;
}

input{
    font-family:'IRANSans-web';/*BYekan*/
}

.capcha_p_div{
    position: relative; 
    width: 100%; 
    height: 75px;
}
.capcha_text {
    position: absolute;
    width:50%; 
    right:0; 
    top:5px;
}
.capcha_reGenerate{
    position: absolute;
    top: 11%;
    left: 195px;
}
.capcha_image {
    position: absolute;
    left:0;
}
.txtCapcha {
    border-radius: 5px;
    padding: 6px 12px;
    position: relative;
    z-index:1;
}
.ReGeCa{
    border:1px solid;
}