.login-block{
    float:left;
    width:100%;
    padding : 50px 0;
}
@font-face{
    font-family:IRANYekan;
    src:url(../fonts/IRANYekan.ttf);
}
.banner-sec{ border-radius: 10px 0px 0px 10px; padding:0;}
.container{margin:50px auto;background:#fff; border-radius: 10px; box-shadow:15px 20px 0px rgba(0,0,0,0.1);}
.carousel-inner{border-radius:0 10px 10px 0;}
.carousel-caption{text-align:left; left:5%;}
.login-sec{padding: 50px 30px; position:relative;}
.login-sec .text-center
{
    font-family: IRANYekan;
}
.login-sec .copy-text{position:absolute; width:80%; bottom:20px; font-size:13px; text-align:center;}
.login-sec .copy-text i{color:#FEB58A;}
.login-sec .copy-text a{color:#E36262;}
.login-sec h2{margin-bottom:30px; font-size:30px; color: black; font-family: IRANYekan}
.login-sec h2:after{content:" "; width:100px; height:5px; background:#ffca55; display:block; margin-top:20px; border-radius:3px; margin-left:auto;margin-right:auto}
.btn-login{background: #352a2a; color:#fff; font-weight:600;}
.banner-text{width:70%; position:absolute; bottom:40px; padding-left:20px;}
.banner-text h2{color:#fff; font-weight:600;}
.banner-text h2:after{content:" "; width:100px; height:5px; background:#FFF; display:block; margin-top:20px; border-radius:3px;}
.banner-text p{color:#fff;}
.form-group
{
    text-align: right;
    font-family: IRANYekan;
}



/*///////////////////////         tabbsss        ///////////////////////*/
.nav-tabs .nav-link.active {
    font-weight:bold;
    background-color: transparent;
    border-bottom:3px solid #dd0000;
    border-right: none;
    border-left: none;
    border-top: none;
}
.tab-pane
{
    padding:15px 0px
}

.form-control , .control-label
{
    font-family: Byekan;
    font-size: 13px;
    text-align: right;
    font-weight: 100;
}