*{
    padding: 0;
    margin: 0;
}
@font-face {
    font-family: "IRANSansXFaNum";
    src: url(../fonts/Sans\ a4fran3.woff) format(woff);
    font-style: normal;
    font-weight: normal;
}
body {
    background-color: #FAFAFC;
    font-family: "IRANSansXFaNum";
    font-size: 14px;
}
.fs-6{
    font-weight: 900;
}
.bg-title{
    color: #293056;
}
.fs-sub {
    font-size: 14px;
}
.text-blue{
    color: #274FC0;
}
.py-6{
    padding: 65px 0 110px 0;
}
.bg-input{
    background-color: #FAFAFC;
}
.bg-footer {
    background-color: #293056;
}
.fs-7{
    font-size: 14px;
}
.input-with-icon {
    position: relative;
}
.input-with-icon > span {
    position: absolute;
    left: 2%;
    top: 72%;
    transform: translateY(-50%);
}
.btn-blue {
    --bs-btn-color: #fff;
    --bs-btn-bg: #163BA7;
    --bs-btn-border-color: #163BA7;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #02439f;
    --bs-btn-hover-border-color: #02439f;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #274FC0;
    --bs-btn-active-border-color: #024aaf;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #003A8B;
    --bs-btn-disabled-border-color: #003A8B;
}

.footer {
    position: fixed;
    width: 100%;
    bottom: 0;
}

.fa-eye:hover {
    cursor: pointer;
}