html,body {
    font-family: 'iranSansWeb';
    /*background: url(../img/bg21.png) no-repeat center center fixed;*/
    background-size: cover;
    margin:0;
    padding:0;
    height:100%;
}
.input-icon-wrap {
  border: 1px solid #ddd;    
  display: flex;
  flex-direction: row;
  /*width:200px;*/
  width:80%;
  margin: 0 auto 15px auto;
  border-radius: 3px;
  height: 25px;
}
.input-icon {
  background: #ddd;
}
.input-with-icon {
  padding: 4px;
  text-align : right;
  font-family: 'iranSansWeb';
  border: none;
  /*flex: 1;*/
  /*width: 153px !important;*/
  width:68% !important;
}
.input-required{
    background-color: #ffefef;
}
.input-captcha {
  padding: 6px;
  text-align : center;
  font-family: 'iranSansWeb';
  border: none;
  /*flex: 1;*/
  width: 87%;
}
.input-icon{
  /*padding: 6px 13px;*/
  /*width: 13px;*/
    padding: 4px 10px;
    width: 10px;
}

#container1 {
   min-height:100%;
   /*position:relative;*/
}
#header1 {
   background: url(../img/header3.png) repeat-x;
}
#header-logo-div{
    height: 170px;
    background-position: center 3px;
    background-repeat: no-repeat;
    /*max-width: 1024px;*/
    margin: 0 268px;
    position: relative;
}
#header-logo{
    position: absolute;
    top: 22px;
    right: 0px;
    z-index: 2;
}
@media (max-width: 767px) {
    #header-logo-div{
        height: 170px;
        background-position: center 3px;
        background-repeat: no-repeat;
        /*max-width: 1024px;*/
        margin: 0 268px;
        position: unset;
    }
    #header-logoLeft{
        display:none;
    }
    
    .slideImg{
        /*height: auto;*/
        width: 100%;
        margin: auto;
    }
}
#header-logoLeft{
    position: absolute;
    top: 22px;
    left: 0px;
    z-index: 2;
}
#header-btn-brdr{
    background-color: #ff6c00;
    height: 1px;
}
#body {
    /*display: inline-block;*/
}
.slideImg{
    /*height: 430px;*/
    width: 100%;
    margin: auto;
}
.login-div{
    /*height: 210px;*/
    background-color: transparent;
    max-width: 520px;
    margin: 10px auto 0 auto;
    border-radius: 6px;
}
.cntc-fieldset{
    margin: 10px;
    padding: 5px 0px 15px 0px;
    padding-right: 0px;
    padding-left: 0px;
    border: none;
    border-radius: 6px;
    height: 100%;
}
.cntc-legend{
    display: block;
    color: #646464 !important;
    font-size: 20px;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#legend-discrip{
    color: #646464 !important;
    font-size: 13px;
    text-align: center;
    margin: 0 auto 15px auto; 
    /*width:350px;*/
}
.legend-mind{
    color: rgb(251, 111, 40);
}
.input-div{
    width: 100%;
    padding: 8px 0;
}
.input-div input{
    /*width: 200px;*/
    width: 80%;
    display: table;
    margin: auto;
    font: 13px iranSansWeb;
    border: 0;
    line-height: 2;
    padding: 0 10px 0 10px;
    text-align: center;
    color: #fff;
    /*text-shadow: 1px 1px 1px #000;*/
    border-radius: 3px;
    background-image: linear-gradient(to top left, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 30%, rgba(0, 0, 0, 0));
}

.enable-input{
    background-color: rgb(120, 215, 137);
    /*background-color: rgb(75, 202, 98);*/
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6), inset -2px -2px 3px rgba(17, 149, 47, 0.91);
}
.enable-input:hover{
    cursor: pointer;
    background-color: rgb(36, 200, 65);
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6), inset -2px -2px 3px rgba(17, 149, 47, 0.91);
}
.disable-input{
    cursor: not-allowed;
    background-color: rgb(166, 166, 166);
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6), inset -2px -2px 3px rgba(78, 81, 78, 0.91);
}
.input-link{
    text-align:center;
    margin:auto;width: 100%;
    padding: 8px 0;
}
.input-link a{
    font-size: 12px;
    color: #0042ff;
}.input-link a:hover{
    color: #0f7b14;
    cursor: pointer;
}
#span-sptr{
    margin:0 15px;
    color: #646464 !important;
}
.newlog-msg-div{
    width: 150px;
    background-color: white;
    border-radius: 50px;
    padding-top: 4px;
    text-align: center;
    font-size: 12px;
    display: block;
    color: rgb(251, 111, 40);
}
.captcha-div{
    /*width:200px;*/
    width:80% !important;
    margin:0 auto 15px auto;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: flex;
    height: 50px;
}
#captchaCode img{
    float: left;
    display: block;
}
#reCaptcha{
    width:45px;
    height:40px;
    float: right;
    margin-top: 5px;
    cursor: pointer;
}
#reCaptcha:hover{
    border-radius: 4px;
    background-color: rgb(242, 242, 242);
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6), inset -2px -2px 3px rgba(198, 198, 198, 0.91);
}
#footter {
    position:absolute;
    bottom:0;
    width:100%;
    height:105px;   /* Height of the footer */
    background:#e8e8e8;
    display: inline-block;
    background: url(../img/footer-bgN.png) repeat-x;
    font-size: 13px;
}
#footer {
    position:inherit;
    bottom:0;
    width:100%;
    height:105px;   /* Height of the footer */
    background:#e8e8e8;
    display: inline-block;
    background: url(../img/footer-bgN.png) repeat-x;
    font-size: 13px;
}
.ftr-grid{
    width: 100%;
}
.ftr-grid_col{
    width: max-content;
    float: left;
    margin-right: 10px;
}
.ftr-grid2{
    bottom: 0;
    position: absolute;
    width: 100%;
}
.ftr-grid2_col_right{
    width: max-content;
    float: right;
    margin-right: 20px;
}
.ftr-grid2_col_left{
    /*width: max-content;*/
    /*float: left;*/
    margin-left: 20px;
}
#footer-bg{
    background: url(../img/bottom-strip.png) repeat-x;
    margin: 0 0 0 0;
    height: 41px;
}
#footer-logo{
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    display: block;
    margin: -15px 20px;
}


.register-div{
    height: 210px;
    background-color: transparent;
    max-width: 600px;
    margin: 10px auto 0 auto;
    border-radius: 6px;
}

.input-wrap-right {
  border: 1px solid #ddd;    
  display: flex;
  flex-direction: row;
  width:250px;
  float: right;
  border-radius: 3px;
  margin-bottom:5px;
}
.input-wrap-left {
  border: 1px solid #ddd;    
  display: flex;
  flex-direction: row;
  width:250px;
  float: left;
  border-radius: 3px;
  margin-bottom:5px;
}

.SrcFooterAbsolute {
   position:absolute;
   bottom:0;
   width:100%;
   height:120px;   /* Height of the footer */
   background:#333333;
   display: inline-block;
}
.SrcFooterUnset {
   position:unset;
   bottom:0;
   width:100%;
   height:120px;   /* Height of the footer */
   background:#333333;
   display: inline-block;
}
.topnav {
  overflow: hidden;
  /*background-color: #333;*/
  margin: 0 268px;
  position: relative;
}

.topnav a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  /*padding: 3px 16px;*/
  padding: 3px 0 3px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  /*background-color: #4CAF50;*/
  /*color: white;*/
  color: #260244;
}

.topnav .icon {
  display: none;
}

/*@media screen and (max-width: 600px) {*/
@media (max-width: 767px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  
.topnav {
  overflow: hidden;
  /*background-color: #333;*/
  margin: 0;
  position: unset;
}
.topnav a.active {
    float: left;
    background-color: #4CAF50;
    color: white;
    height: 26px;
    margin-top: 2px;
}


}

@media (max-width: 767px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    background-color: #1a63b0;
  }
}



.bottom-right {
    position: absolute;
    bottom: 0px;
    background-color: #06509df0;
    color: white;
    width: 100%;
    padding: 2px 10px;
    direction: rtl;
    font-size: 13px;
}
.imgDiv{
    position: relative;
    cursor: pointer;
}
.imgDiv:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /*border: 1px solid #00000080;*/
}
.imgDiv img{
    width:100%
}

*{
  /*box-sizing: border-box;*/
}

body {
  margin: 0;
  font-family: Arial;
}

.header {
  text-align: center;
  padding: 32px;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}