@font-face {
    font-family: IRANYekanX-bold;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/IranYekanX/IRANYekanX-Bold.woff') format('woff'), url('IranYekanX/IRANYekanX-Bold.woff2') format('woff2');
}

@font-face {
    font-family: IRANYekanX-normal;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IranYekanX/IRANYekanX-Regular.woff') format('woff'), url('IranYekanX/IRANYekanX-Regular.woff2') format('woff2');
}
body {
    font-family: IRANYekanX-bold,Tahoma;
    overflow-x: hidden;
    background: var(--bg-sso, #F1F8FF);
    font-size: 1rem;
    -moz-font-feature-settings: "ss02" !important;
    -webkit-font-feature-settings: "ss02" !important;
    font-feature-settings: "ss02" !important;
}
.user-hide
{
    display: none !important;
}
a {
    color: var(--primary, var(--color-secend-color, #003882));
font-size: 0.9rem;
font-style: normal;
font-weight: 400; 
text-decoration: none;
}
.background-effect{
    background: var(--primary, #003882); 
    height:100%;
    width:28%;
    z-index: -1;
    display: block;
    position: fixed;
    right:0;
    background-image: url('../images/background.svg');
    background-position: right bottom;
}
.background-shapes{
    position: fixed;
    height:100%;
    width:14%;
    left:0;
    background-image: url('../images/shapes.svg');
    background-position: left top;
}
#login-form{
    border-radius: 0.5rem;
    border: 1px solid var(--secondary, #D4E7F6);
    background: #FFF;
    box-shadow: 0px 1px 80px 0px rgba(0, 56, 130, 0.20);
    width:26rem;
    position: relative;
    padding: 3rem 3.375rem; 
    margin:7rem auto;
    text-align: center;
}
.card .card-body{
    padding: 0;
}
.card.card-transparent, .card.card-transparent .card-body{
    border:none;
    background-color: transparent !important;
}
.card-info{
    margin:3rem 0;
    max-width: 42.5rem ;
}
.logo{
    margin:0 auto 3rem auto;
    text-align: center;
    max-height: 10rem;
    display: block;
}

.card h1{
    color: var(--primary, #003882);
    text-align: right;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal; 
    text-align: center;
    margin-bottom: 2rem;
}
h2{
    font-size: 2rem; 
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25); 
    font-weight: 700; 
    margin-bottom: 2rem;
}
.card .form-group{
    position: relative;
}
.form-group label{
    position: absolute;
    right:10px;
    top:-10px;
    font-weight: 700;
    font-size: 0.875rem;
    color:#003882;
    background-color: #FFFFFF;
    padding:0 4px;
}
.card .form-group input, .card .form-group select {
    margin-bottom: 1.5rem;
    height: 3rem;
    border-radius: 0.3125rem;
    border: 1px solid #D4E7F6;
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}
.card .form-group input:focus{
    border:2px solid #003882;
    box-shadow: none;
}
.user-icon {
    background: url(../images/user.svg) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 14px;
    right: 0.5rem;
}
.security-icon {
    background: url(../images/Security.svg) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 14px;
    right: 0.5rem;
}
.captcha-image {
    border:1px solid #D4E7F6;
     height:3rem; 
     margin:0; 
     display:block; width:100%;
}
.captcha-renew{
    background-image: url('../images/Arrows.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-color:#003882; 
    position: absolute;
    right: 0;
    height: 3rem;
    top: 0;
    margin: 0;
    border: 1px solid #003882;
    border-radius: 0rem 0.3125rem 0.3125rem 0rem; 
    width: 2.1875rem; 
}
.btn{
    height:3rem;
    border-radius: 0.3125rem; 
    border:1px solid #003882;
    margin-bottom: 2rem;
    line-height:2rem;
}
.btn-primary{
    background-color: #003882;
    color:#FFFFFF;
}
.btn-outline-primary{
    color:#003882 !important;
}
.btn-outline-primary:hover{
    border:2px solid #003882;
    background-color: #FFFFFF;
}
.text-on-line{
    border: 1px solid #D4E7F6;
    width:100%;
    position: relative;
    margin-bottom: 2rem;
}
.text-on-line span{
    font-size: 1rem;
    color: #003882;
    position: absolute;
    top:-10px;
    background-color: #FFFFFF;
    width:20px;
    text-align: center;
    right:calc(50% - 10px);
    font-weight: 700;
}
.notify-success {
    color: #239A19;
    font-size:0.75rem;
    text-align:right;
    margin-top:-1rem;
    display:block;
    margin-bottom:2rem;
}
.validation-summary-errors{
    text-align:right;
    color:red;
    font-size:0.75rem;
}
.field-validation-error {
    text-align: right;
    color: red;
    font-size: 0.75rem;
}
label.error {
    color: red;
    display: block;
    position: relative;
    font-size: 0.75rem !important;
    padding: 0 !important;
    border: none !important;
    text-align: right;
}
.checkbox-inline label.error {
    display: inline;
    text-align: left;
    position: absolute;
    top: 20px;
    right: auto;
    height: 5px;
}
@media (max-width:1000px) {
    .background-effect{
        display: none;
    }
    #login-form{
        margin:3rem auto !important;
    }
    .card-info{
        margin: 3rem;
    }
}

@media (max-width:480px) {
    #login-form {
        margin: 3rem auto !important;
        max-width: 100%;
        padding: 3rem 1rem;
    }
}