@font-face {
    font-family: 'IRANSans';
    src: url('../../fonts/IRANSans.woff');
}

body {
    font-family: 'IRANSans' !important;
    overflow-x: hidden;
}

body {
    /*background: url("../img/mopw-bg.jpg") #0b97c4 !important;*/

    /*background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;*/
}


.loginholder .panel{
    background: rgba(255,255,255,0.8) !important;
}

.mis-header{
    margin: 10px auto;
    color: #000;
    font-size: 28px !important;
}

.login-header{
    color: #000;
    margin-top: 50px;
}

.login-header img{
    margin:15px auto;
}

.panel-body .form-group #email{
    height: 45px;
    background:url("../img/avatar.png") rgba(255,255,255,0.3) no-repeat 97% center  !important;
    padding-right: 15% !important;
}
.panel-body .form-group #email::placeholder{
    text-align: right;

   
}
.panel-body .form-group #password{
    height: 45px;
    background:url("../img/lock.png") rgba(255,255,255,0.3) no-repeat 97% center  !important;
    padding-right: 15% !important;
}

.panel-body .form-group #password::placeholder{
    text-align: right;
}

.panel-body1{
    padding-top: 65px;
}

.panel-heading1{
    width: 150px;
    height: 150px;
    background: url("../img/wazir.jpg") center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100px;
    border:4px solid #f9fafc;
    position: absolute;
    right: 30%;
    top: -90px;
}
