@font-face {
    font-family: 'IRANSansX-Regular';
    src: url('../fonts/IRANSansX-Regular.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
         url('../fonts/IRANSansX-Regular.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
  }
  @font-face {
	font-family: 'IRANSansX-Bold';
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/IRANSansX-Bold.woff') format('woff'),   
	url('../fonts/IRANSansX-Bold.ttf') format('truetype');	 
}
  /* ========================= Site Styles ========================= */

/* Page Styles */
body {
	font-family: 'IRANSansX-Regular';	
	font-size:15px;	
	direction:rtl;
	background-image: url(../img/back.png);    
    background-attachment: fixed;  
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#image-hart{
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0;
    float: right;
}
#image-bp{
    position: absolute;
    width:100%;
    top:15%
    
}
.main-center-div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 82%;
    height: 80%;
}
.header-div{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 15px;
    direction: ltr;
}
.df{display: flex;}
a{
	color:#fff;
	text-decoration:none
}
.links{
	color:#224ABA;
	text-decoration:none
}
.links:hover{
	color:#FFF;
	
}
/*====================*/
.div1{
    position: relative;
    float: left;
    width: 40%;
	height:80%;
	justify-content: center;
  align-items: center;

}
.div-img-doc{
    border-radius: 50%;
    width: 45%;
}
.dr-name{
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding: 2px;
}
.dr_name_span{
    font-family: 'IRANSansX-Bold';	
    font-size: clamp(15px,3vw,45px);
    color: #1548af;
}
.subject-div{
    font-family: 'IRANSansX-Regular';
    font-size: clamp(8px,1.5vw,25px);
    color: #454242;
}
.div-login{
align-items: center;
position: relative;
}
.form_login{
    display: grid;
    justify-items: center;
    gap:0px;
    }
.pd_log{
    padding: 3px 0 3px 0;
    height: clamp(1rem,2vw,2rem);
}
input[type=text]{
	color:#2a2a2a;
    background-color: #e6f0ff;
	font-family: 'IRANSansX-Regular';	
	width:75%;
	border-radius:20px;
	border: none;
    text-align: center;
	}
input[type=password]{
	color:#2a2a2a;
    background-color: #e6f0ff;
	font-family: 'IRANSansX-Regular';
	margin:5px 0 0;
	width:75%;
	border-radius:20px;
	border: none;
    text-align: center;
	}
    input[type=submit]{
    font-family: 'IRANSansX-Regular';
    min-height: clamp(25px,2vw,30px);
	margin:5px 0 ;
	width:50%;
	border-radius:20px;
    border: none;
    color:#fff;
    background-color:#dd3b3b ;
    }
/*===================*/
.div2{
    background-color: #e4eeff7a;
    top: -5px;
    border-radius: 35px;
    position: relative;
    float:right;
    justify-content: center;
    align-items: center;
    width: 41%;
    height: 75%;
    text-align: center;
    margin-top: 15px;
    display: flex;
}

@media only screen and (max-width:640px) {
.main-center-div{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    height: 85%;
    width: 95%;
    }
    #image-hart{
        position: absolute;
        z-index: 1;
        width: 90%;
        bottom: 0;
        float: right;
        right: 6%;
    }
    input[type=submit]{
        min-height: 30px;
        }
/****/   
.div1{
    width: auto;
    height:auto;
}
.div-img-doc{
    width: 35%;
}
.dr_name_span{
    font-size: clamp(25px,3vw,45px);
}
.subject-div{
    font-size: clamp(9px,2.8vw,20px);

}
.pd_log{
    height: clamp(1.5rem,2vw,2rem);
}
/****/
.div2{
    width: 90%;
    height: 40%;
}

}