﻿/* -----------------START font----------------- */
/*@import "~/PortalLib/bootstrap/dist/css/bootstrap.min.css";*/

@font-face {
    font-family: IRANSans-web;
    font-style: normal;
    font-weight: bold;
    src: url("../PortalLib/bootstrap/fonts/IRANSansWeb(FaNum)_Bold.eot");
    src: url("../PortalLib/bootstrap/fonts/IRANSansWeb(FaNum)_Bold.eot?#iefix") format("embedded-opentype"), url("../PortalLib/bootstrap/fonts/IRANSansWeb(FaNum)_Bold.woff2") format("woff2"), url("../PortalLib/bootstrap/fonts/IRANSansWeb(FaNum)_Bold.woff") format("woff"), url("../PortalLib/bootstrap/fonts/IRANSansWeb(FaNum)_Bold.ttf") format("truetype");
}

@font-face {
    font-family: IRANSans-web;
    font-style: normal;
    font-weight: 500;
    src: url("../PortalLib/bootstrap/fonts/IRANSansWeb(FaNum)_Medium.eot");
    src: url("../PortalLib/bootstrap/fonts/IRANSansWeb(FaNum)_Medium.eot?#iefix") format("embedded-opentype"), url("../PortalLib/bootstrap/fonts/IRANSansWeb(FaNum)_Medium.woff2") format("woff2"), url("../PortalLib/bootstrap/fonts/IRANSansWeb(FaNum)_Medium.woff") format("woff"), url("../PortalLib/bootstrap/fonts/IRANSansWeb(FaNum)_Medium.ttf") format("truetype");
}

@font-face {
    font-family: IRANSans-web;
    font-style: normal;
    font-weight: 300;
    src: url("../PortalLib/bootstrap/fonts/IRANSansWeb(FaNum)_Light.eot");
    src: url("../PortalLib/bootstrap/fonts/IRANSansWeb(FaNum)_Light.eot?#iefix") format("embedded-opentype"), url("../PortalLib/bootstrap/fonts/IRANSansWeb(FaNum)_Light.woff2") format("woff2"), url("../PortalLib/bootstrap/fonts/IRANSansWeb(FaNum)_Light.woff") format("woff"), url("../PortalLib/bootstrap/fonts/IRANSansWeb(FaNum)_Light.ttf") format("truetype");
}

@font-face {
    font-family: IRANSans-web;
    font-style: normal;
    font-weight: 200;
    src: url("../PortalLib/bootstrap/fonts/IRANSansWeb(FaNum)_UltraLight.eot");
    src: url("../PortalLib/bootstrap/fonts/IRANSansWeb(FaNum)_UltraLight.eot?#iefix") format("embedded-opentype"), url("../PortalLib/bootstrap/fonts/IRANSansWeb(FaNum)_UltraLight.woff2") format("woff2"), url("../PortalLib/bootstrap/fonts/IRANSansWeb(FaNum)_UltraLight.woff") format("woff"), url("../PortalLib/bootstrap/fonts/IRANSansWeb(FaNum)_UltraLight.ttf") format("truetype");
}

@font-face {
    font-family: IRANSans-web;
    font-style: normal;
    font-weight: normal;
    src: url("../PortalLib/bootstrap/fonts/IRANSansWeb(FaNum).eot");
    src: url("../PortalLib/bootstrap/fonts/IRANSansWeb(FaNum).eot?#iefix") format("embedded-opentype"), url("../PortalLib/bootstrap/fonts/IRANSansWeb(FaNum).woff2") format("woff2"), url("../PortalLib/bootstrap/fonts/IRANSansWeb(FaNum).woff") format("woff"), url("../PortalLib/bootstrap/fonts/IRANSansWeb(FaNum).ttf") format("truetype");
}

* {
    font-family: IRANSans-web;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: IRANSans-web;
    overflow-x: hidden;
    font-size: 100%;
    background-color: #3094ea;
}



.login-container{
    height: 100vh;
    /* background-image: url('../images/layered-waves-haikei.svg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */

   padding-top: 4rem;
}
.card {
    margin: 0 auto;
    max-width: 25rem;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: flex;
    flex-direction: column;
    gap: 3.125rem;
    padding: 0 2.5rem 0.625rem 2.5rem;
    border-radius: 15px;

}
.card-header{
    border: none;
    background-color: inherit;
}

.card-header h4{
    font-size: 2.5rem;
    text-align: center;
    padding-top: 1.875rem;
}
.card-body{
    display: flex;
    flex-direction: column;
    padding: none;
    gap: 1.25rem;
}
.form-group{
    display: flex;
    gap: 0.625rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

}
.form-group--radio{
    display: flex;
    gap: 0.625rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

}
.form-group--radio label{
color: #333;
font-size: 0.875rem;

}
.form-group label{
    font-size: 0.875rem;
    color: #333;
}

.login__input {

}
.form-control{
border: none !important;
    border-bottom: 1px solid #333 !important;
}
input:focus {


    border: none !important;
    box-shadow: none !important;
    border-bottom: 2px solid #3094ea !important;


}

.dntCaptcha{
    display: flex;
    align-items:center;
}
.dntCaptcha img{
    width: 35%;
}

.card-footer{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: stretch    ;
    align-items: stretch;
    justify-items: stretch;
    border-top: none;
    padding: none;
    background-color: inherit;
    padding: none;
}


.login__button {
    border: none;
    justify-self: stretch;
    padding: 0.5rem 2rem;
    transition: all 0.3s;
    font-size: 1rem;
    border-radius: 10px;
}
#login__submit-button {
    background-color: #3094ea;
    color: #fff;
}
#login__submit-button:hover {
    background-color: #0e2c46;

}
#forgetPass__receve-button{
    background-color: #3094ea;
        color: #fff;
}
#forgetPass__receve-button:hover{
    background-color: #0e2c46;

}
#backToHome__receve-button {
    background-color: #3094ea;
    color: #fff;
}
#backToHome__receve-button:hover {
    background-color: #0e2c46;
}

#login__cancele-button {
    border :none;
    color: #3094ea;
}
#forgetPass__submit-button {
    background-color: #3094ea;

    color: #fff;
}
#forgetPass__submit-button:hover {
    background-color: #0e2c46;
        border: none;
}

.login__forget-password__link-fram{
    display: flex;
    justify-content: center;
    align-items: center;
}

.login__forget-password__link-fram a:link,
.login__forget-password__link-fram a:visited {
    text-decoration: none;
    font-size: 14px;
}







.login__column-button {
    text-align: center;
    font-family: IRANSans-web;
}






.login__down-buttons {
    margin-top: 40px;
}



.forgetPass__column-button {
    text-align: center;
    font-family: IRANSans-web;
}



.forgetpass__input-radio {
    margin-top: 5px;
    text-align: center;
    font-size: 12px;
    font-family: IRANSans-web;
}


.forgetPass__receve-again-div {
    text-align: center;
    font-family: IRANSans-web;
}

.forgetPass__receve-aganin-link {
    display: none;
    text-decoration: none;
    color: #FF6F19;
    font-family: IRANSans-web;
}

.login__forget-password__link:hover {
    color: #228B8E;
    font-family: IRANSans-web;
}

#timer {
    text-align: center;
    font-family: IRANSans-web;
}

#nationalCode {
    font-family: IRANSans-web;
}


.input-group::placeholder {
    text-align: center;
    direction: rtl;
}

.text-danger {
display: none;
}

#alert {
    margin-top: 3px;
    font-size: 10px;
    height: auto;
    width: auto;
    text-align: center;
    padding: 5px;
    background-color: rgb(179, 26, 26);
    border-radius: .25rem;
    position: relative;
    color: white;
    display: none;
}

.alertt {
    margin-top: 3px;
    font-size: 10px;
    height: auto;
    width: auto;
    text-align: center;
    padding: 5px;
    background-color: rgb(179, 26, 26);
    border-radius: .25rem;
    position: relative;
    color: white;
    display: none;
}

.form-control {
    direction: rtl !important;
}

.login__container {
    background-image: url(../images/22.jpg);
    height: 100vh;
    font-family: IRANSans-web;
}

.login__form-fram {
    border-radius: 15px;
    text-align: center;
    margin-top: 20px;
    background-color: rgba(255, 255, 255, 0.4);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    width: 500px;
}

.login__form-title__fram {
    padding: 5px;
    color: black;
    border-bottom: dashed #b6b9c5 2px;
}

.login__form-title {
    text-align: center;
    color: bl;
}

.login__form {
    font-family: IRANSans-web;
    overflow-x: hidden !important;
}


.login__input::placeholder {
    padding-right: 10px;
    color: rgb(78, 78, 78, 0.5);
}


.noOverflow {
    overflow-x: hidden;
}

.input-group {
    width: 70%;
    margin: auto;
    height: 40px;
    border: none !important;
    font-family: IRANSans-web;
}

.forgetPass__password-type__message {
    padding: 3px;
    height: auto;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    color: #213291;
    font-size: 10px;
    margin-bottom: 10px;
}

#forgetPass__password-alert {
    font-size: 10px;
    width: auto;
    height: 25px;
    text-align: center;
    padding: 5px;
    background-color: rgb(179, 26, 26);
    border-radius: .25rem;
    position: relative;
    color: white;
    display: none;
}

.signiture {
    width: 100%;

    text-align: center;
    background-image: inherit;
    color: #fff;
    left: 0;
    bottom: 0;
    position: fixed;
    font-size: 12px;
}


   @media(max-width: 56.25em) {
       html {
           font-size: 90%;
       }


   }

   @media(max-width: 37.5em) {
       html {
           font-size: 80%;
       }

   }

   @media(max-width: 20em) {
       html {
           font-size: 70%;
       }


   }