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:250px;
  margin: 0 auto 15px auto;
  border-radius: 3px;
}
.input-icon {
  background: #ddd;
}
.input-with-icon {
  padding: 6px;
  text-align : right;
  font-family: 'iranSansWeb';
  border: none;
  flex: 1;
}
.input-required{
    background-color: #ffefef;
}
.input-captcha {
  padding: 6px;
  text-align : center;
  font-family: 'iranSansWeb';
  border: none;
  flex: 1;
}
.input-icon{
  padding: 6px 13px;
  width: 13px;
}
#container {
   min-height:100%;
   position:relative;
}
#header {
   /*background: url(../img/header-strip.png) repeat-x;*/
   background-color:#ffcb00;
}
#header-logo-div{
    height: 114px;
    /*background-image: url(../img/header.png);*/
    background-position: center 3px;
    background-repeat: no-repeat;
    /*max-width: 1024px;*/
    margin: 0 20px;
    position: relative;
}
#header-logo{
    position: absolute;
    top: 22px;
    right: 0px;
    z-index: 2;
}
#header-btn-brdr{
    /*background-color: #201d82;*/
    background-color: #070535;
    height: 2px;
}
#body {
}
.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: 15px;
    text-align: right;
    margin: 0 auto 30px auto; 
    /*width:350px;*/
}
.legend-mind{
    color: rgb(251, 111, 40);
}
.input-div{
    width: 100%;
    padding: 8px 0;
}
.input-div input{
    width: 250px;
    display: table;
    margin: auto;
    font: 13px iranSansWeb;
    border: 0;
    line-height: 3;
    padding: 0px 20px 0 20px;
    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: 100%;
    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:250px;
    margin:0 auto 15px auto;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: flex;
}
#captchaCode img{
    float: left;
    display: block;
}
#reCaptcha{
    width:40px;
    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);
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:120px;   /* Height of the footer */
   background:#333333;
}
#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;
}


.register-div{
    /*height: 210px;*/
    background-color: transparent;
    /*max-width: 800px;*/
    max-width: 70%;
    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;
  margin-top: 14px;
}
.input-wrap-left {
  border: 1px solid #ddd;    
  display: flex;
  flex-direction: row;
  width:250px;
  float: right;
  border-radius: 3px;
  margin-bottom:5px;
  margin-left: 15px;
}
.SrcFooterUnset {
   position:unset;
   bottom:0;
   width:100%;
   height:120px;   /* Height of the footer */
   background:#333333;
   display: inline-block;
}
.reference{
   display: none;
}
.active{
   display: block;
}