/*@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/eot/iranyekanwebbold.eot');
	src: url('../fonts/eot/iranyekanwebbold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/woff/iranyekanwebbold.woff') format('woff'),
		 url('../fonts/ttf/iranyekanwebbold.ttf') format('truetype');
}
@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/eot/iranyekanwebthin.eot');
	src: url('../fonts/eot/iranyekanwebthin.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/woff/iranyekanwebthin.woff') format('woff'),
		 url('../fonts/ttf/iranyekanwebthin.ttf') format('truetype');
}
@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/eot/iranyekanweblight.eot');
	src: url('../fonts/eot/iranyekanweblight.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/woff/iranyekanweblight.woff') format('woff'),
		 url('../fonts/ttf/iranyekanweblight.ttf') format('truetype');
}*/
@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/iranyekanwebregularfanum.eot');
    src: url('../fonts/eot/iranyekanwebregularfanum.eot?#iefix') format('embedded-opentype'),
    url('../fonts/woff/iranyekanwebregularfanum.woff') format('woff'),
    url('../fonts/ttf/iranyekanwebregularfanum.ttf') format('truetype');
}
/*@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/eot/iranyekanwebmedium.eot');
	src: url('../fonts/eot/iranyekanwebmedium.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/woff/iranyekanwebmedium.woff') format('woff'),
		 url('../fonts/ttf/iranyekanwebmedium.ttf') format('truetype');
}
@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/eot/iranyekanwebextrabold.eot');
	src: url('../fonts/eot/iranyekanwebextrabold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/woff/iranyekanwebextrabold.woff') format('woff'),
		 url('../fonts/ttf/iranyekanwebextrabold.ttf') format('truetype');
}
@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/eot/iranyekanwebblack.eot');
	src: url('../fonts/eot/iranyekanwebblack.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/woff/iranyekanwebblack.woff') format('woff'),
		 url('../fonts/ttf/iranyekanwebblack.ttf') format('truetype');
}
@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 950;
	src: url('../fonts/eot/iranyekanwebextrablack.eot');
	src: url('../fonts/eot/iranyekanwebextrablack.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/woff/iranyekanwebextrablack.woff') format('woff'),
		 url('../fonts/ttf/iranyekanwebextrablack.ttf') format('truetype');
}*/
@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2) format("woff2"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype")
}
html , body{
    font-family: iranyekan , Arial;
}
.p-0 {
    padding: 0 0 0 0 !important;
}
.p-l-0 {
    padding-left: 0 !important;
}
.p-r-0 {
    padding-right: 0 !important;
}
.m-0 {
    margin: 0 0 0 0 !important;
}
.m-b-t-10 {
    margin: 10px 0 !important;
}

 body {
     background-image: url(../images/pattern.png);
     overflow-x: hidden;
 }

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.screen {
    background: linear-gradient(90deg, #fff, #fff);
    position: relative;
    max-width: 100%;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0px 0px 8px 1px #ccc;
}

.screen__content {
    z-index: 1;
    position: relative;
    height: 100%;
}

.screen__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    overflow: hidden;
}

.screen__background__shape {
    transform: rotate(45deg);
    position: absolute;
}

.screen__background__shape1 {
    height: 580px;
    width: 580px;
    background: #FFF;
    top: 0;
    right: -30px;
    border-radius: 0 72px 0 0;
}

.screen__background__shape2 {
    height: 220px;
    width: 220px;
    background: #fff;
    top: -172px;
    right: 0;
    border-radius: 32px;
}

.screen__background__shape3 {
    height: 540px;
    width: 190px;
    background: linear-gradient(270deg, #fff, #fff);
    top: -24px;
    right: 0;
    border-radius: 32px;
}

.screen__background__shape4 {
    height: 400px;
    width: 200px;
    background: #fff;
    top: 420px;
    right: 50px;
    border-radius: 60px;
}

.login {
    width: 290px;
    padding: 10px;
    max-width: 100%;
    margin: 0 auto;
}

.login__field {
    padding: 5px 0px;
    position: relative;
    direction: rtl;
    text-align: justify;
}
.login__field svg{
    position: relative;
    top: 12px;
    width: 35px;
    height: 35px;
}


.login__icon {
    position: absolute;
    top: 30px;
    color: #7875B5;
}

.login__input {
    border: none;
    border-bottom: 2px solid #D1D1D4;
    background: none;
    padding: 10px;
    padding-left: 24px;
    font-weight: 700;
    width: calc(100% - 50px);
    transition: .2s;
}

.login__input:active,
.login__input:focus,
.login__input:hover {
    outline: none;
    border-bottom-color: #6A679E;
}

.login__submit {
    background: #fff;
    font-size: 14px;
    margin-top: 30px;
    padding: 10px 20px;
    border-radius: 26px;
    border: 1px solid #D4D3E8;
    text-transform: uppercase;
    font-weight: 700;
    /* display: flex; */
    width: 255px;
    color: #4C489D;
    box-shadow: 0px 2px 2px #5c5696;
    cursor: pointer;
    transition: .2s;
    float: right;
    margin-bottom: 30px;
}

.login__submit:active,
.login__submit:focus,
.login__submit:hover {
    border-color: #6A679E;
    outline: none;
}
.inputCaptcha{
    width: 145px;
}
.button__icon {
    font-size: 24px;
    margin-left: auto;
    color: #7875B5;
}

.social-login {
    position: absolute;
    height: 140px;
    width: 160px;
    text-align: center;
    bottom: 0px;
    right: 0px;
    color: #fff;
}

.social-icons {
}
.social-icons a{
    color: #fff;
    width: 100%;
    display: inline-block;
    text-align: right;
    padding: 10px 20px;
    font-size: 16px;
    text-decoration: none;
}

.social-login__icon {
    padding: 20px 10px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0px 0px 8px #7875B5;
}

.social-login__icon:hover {
    transform: scale(1.5);
}

.captcha{
    border: 1px solid #5f57a3;
    border-radius: 5px;
    width: 70px;
}

.button-loader{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10000000000000000000000;
    background: rgba(0,0,0,0.2);
    display: none;
}
.button-loader svg{
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 250px;
    height: 105px;
}
.menu-toggle{
    height: 45px;
    width: 45px;
    margin: 0 14px;
    position: relative;
    top: 8px;
    cursor: pointer;
}
.link-container{
    direction: rtl;
    color: #635da1;
    margin: 0;
    padding: 0;
}
.link-container ul{
    margin: 0;
    padding: 10px;
}
.link-container ul li{
    display: inline-block;
    width: 100%;
}
.link-container ul li svg{
    width: 35px;
    height: 20px;
    margin: 4px 0px;
    position: relative;
    top: 8px;
}
.link-container ul li a{
    color: #000;
    text-decoration: none;
}
.logo-container{
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 10000;
    padding: 10px 8px;
}
.logo-container img{
    width: 35px;
    margin: 5px;
}
.logo-container img:last-child{
    width: 200px;
}

@media (max-width: 992px) {
    .sidebar-panel{
        position: absolute;
        right: -100%;
        transition: ease-in-out 1s;
    }
    .sidebar-panel.active{
        position: fixed;
        right: 0;
    }
    .screen{
        width: 100%;
        padding: 0;
    }

    .screen__background__shape1 {
        height: 100%;
        width: 100%;
        background: #FFF;
        top: 0;
        right: 0;
        border-radius: 0 0 0 0;
        transform: rotate(0deg);
    }
    .login {
        padding: 10px !important;
    }
}


/* Profile */
.container-wrapper{
    display: block !important;
}
/* End Profile */