@font-face {
    font-family: 'Vazir';
    font-style: normal;
    src: url(../fonts/Vazir.eot);
    src: url(../fonts/Vazir.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Vazir.woff) format('woff'),
    url(../fonts/Vazir.ttf) format('truetype');
}
html, body {
    overflow-x: hidden;
    background-color: #0f1011;
    position: relative;
    height: 100%;
    direction: rtl;
    font-family: 'Vazir';
}
#body{ position:relative; min-height:100%; height: 100%; overflow-x:hidden; padding-bottom: 30px; }

html, body, .container, .row {
    position: relative;
    height: 100%;
}
.footer{
    background-color:#171717;
    color: #7e7d7d;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
}

/*----------------------------scrollbar-------------------------*/
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #bbbbbb;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/*----------------------------------------------------------------*/

.loading {
    background: url('../img/loading.gif') no-repeat center center !important;
    text-indent: -9999px;
    width: 100%;
    height: 75px;
    display: inline-block;
}
.box-table{
    display: table;
    height: 100%;
    margin: auto;
    text-align: center;
}
.box-table-cell{
    display: table-cell;
    vertical-align: middle;
}
.box-redirect{
    background: #eeeeee;
    padding: 5px 15px;
    border-radius: 7px;
    border: 1px solid #fff;
}
.box-redirect h1{
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 25px;
}
.copy-right{
    font-size: 12px;
    line-height: 30px;
    padding: 0 10px;
    margin: 0;
}

a {
    text-decoration: none !important;
}

.form-row label {
    width: 100%;
}

.form-row label span, .form-row label input, .form-row label textarea, .form-row label select {
    display: block;
}

input {
    padding: 0 5px;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.form-row > ul li {
    color: #fe8484;
    text-align: right;
}

.form-row-captcha img {
    display: inline-block;
    width: 30%;
    height: 50px;
    margin: 0 5px;
}

.form-row-captcha input {
    display: inline-block;
    width: 50% !important;
    margin-right: 9%;
    direction: ltr;
    background: #525973;
    padding: 4px;
    line-height: 0;
    position: relative;
    border: none;
    height: 26px;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
}
.form-row-captcha{
    width: 80%;
    margin: auto;
    padding: 0;
}
h3{
    font-size: 13px;
}


.main-home{
    background: url("../img/login-bg.jpg") center center no-repeat;
    background-size: cover;
    height: 100%;
}
.outer-box{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
}
.inner-box{
    background-color: rgba(39,48,79,0.8);
    width: 300px;
    display: block;
    margin: auto;
    border-radius: 10px;
    text-align: center;
    color: #fff;
}
.login-logo{
    width: 40%;
    display: block;
    margin: 12% auto 5% auto;
}
.top-label{
    background: #02f5e1;
    width: 50%;
    margin: -14px auto 0 auto;
    line-height: 40px;
    color: #058795;
}
.form-row{
    width: 80%;
    display: block;
    margin: 15px auto;
    direction: ltr;
    background: #525973;
    border-radius: 7px;
    padding: 4px;
    line-height: 0;
    position: relative;
}
.form-row label{
    margin: 0;
    border-right: 1px solid #9ba2bc;
    padding-right: 7px;
    margin-right: 7px;
    width: 12%;
}
.form-row svg{
    font-size: 20px;
    vertical-align: middle;
    color: #9ba2bc;
}
.form-row input{
    background: none;
    border:none;
    font-size: 13px;
    width: 80%;
    color: #fff;
}
.form-row input:focus{
    outline: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9fa6c0;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9fa6c0;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #9fa6c0;
  }
  #loginButton{
    background: #02f5e1;
    width: 80%;
    border: none;
    border-radius: 6px;
    padding: 9px 0 9px 0;
    margin: 14% auto 5% auto;
    vertical-align: middle;
    color: #0a949e;
    font-weight: normal;
  }
  .baseInvalid svg{
    color: #cc7d7d;
    position: absolute;
    right: 4px;
    top:5px;
  }
  .baseInvalid{
    margin:0;
  }
.zero-padding{
    padding: 0 !important;
}
.alert{
    width: 80%;
    margin: auto;
    font-size: 11px;
}



/*-----------------------------responsive-------------------------*/
@media (min-width: 1370px) {

}

@media (min-width: 1100px) and (max-width: 1370px) {

}

@media (min-width: 992px) and (max-width: 1100px) {

}

@media (min-width: 868px)and (max-width: 992px) {

}

@media (min-width: 700px)and (max-width: 868px) {

}

@media (min-width: 380px)and (max-width: 460px) {

}

@media (min-width: 330px)and (max-width: 380px) {

}

@media (min-width: 100px)and (max-width: 330px) {

}

/*--------------------------------end-----------------------------*/