html{
  font-size: 15px !important;
}
.backstretch{
    left: 0px;
    top: 0px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    z-index: -999999;
    position: fixed;
}

.backstretch>img{
    width: 100%;
    height: 100%;
    position: absolute;
}
.login-page {
    direction:rtl;
}
.login-page > .page-header{
    text-align: center;
}
.login-page > .page-header>a>img{
    height:65px;
}
.main_login_container{
    background: url(../bg-white-lock.png);
    max-width: 360px;
    margin: 0 auto;
    padding: 35px 30px 35px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
}
/************btn responsive *******/
.btn-responsive{
    display: inline-block;
    padding:0.7em 1em;
    margin:0 0.6em 0.2em 0;
    border-radius:0.2em;
    box-sizing: border-box;
    text-decoration:none;
    font-weight:400;
    /* color:#FFFFFF;
    background-color:#3369ff; */
    box-shadow:inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17),inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
    text-align:center;
    position:relative;
    border:none !important;
  }
  .btn-responsive:active{
    box-shadow:inset 0 0.6em 2em -0.3em rgba(0,0,0,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
  }
  @media all and (max-width:30em){
    .btn-responsive{
      display:inline-block;
      margin:0.4em auto;
    }
  }
  .txt-span{
    font-size:12px;
    vertical-align: middle;
    color:#363739;
  }
  .chk_r{ vertical-align: middle;margin:0 !important;}
  .txt-password{
    border-left: 0;
  }
  .input-group-addon{
    padding: 6px 11px !important;
    background-color: transparent !important;
    border: none;
    border-radius: 0;
  }
  .form-control{border-radius: 0}
  .showHidePass{
    cursor: pointer;
    user-select: none;
    position: absolute;
    left: 10px;
    z-index: 100;
    top: 2px;
    text-align: center;
    height: 30px;
  }
  .ShowIcon{
    display:none;
  }
  .passContainer{
    width: 100%;
    position: relative;
    background-color: white;
  }
  #capslockspan{
    display: none;
    color: #d91010;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 4px;
  }

.login__forget-password__link-fram {
    width: 200px;
    margin: auto;
    margin-top: 10px;
    text-decoration: none;
    color: black;
}
.login__forget-password__link:hover {
    color: #228B8E;
    font-family: IRANSans-web;
}