@font-face {
  font-family: 'BYekan';
  src: url('../fonts/BYekan.eot?#') format('eot'),  /* IE6–8 */
       url('../fonts/BYekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('../fonts/BYekan.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

/* ========================= Site Styles ========================= */

/* Page Styles */
body {
	font-family: 'BYekan';
	
	font-size:15px;
	
	direction:rtl;
	background-color:#c4c4c4; 
	color:#777; 
}
span {
    user-select: none;
}
h1, h2, h3, h4, h5, h6 {
	color:#c4c4c4;
	font-family: 'BYekan';
	font-weight:normal;
	text-rendering:auto;
	margin-top:0px;
}

a{
	color:#224ABA;
	text-decoration:none
}
.error{    
    color: #c92121;
    width: 98%;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3px;}
    
.links{
	color:#224ABA;
	text-decoration:none
}
.links:hover{
	color:#FFF;
	
}
.textcenter{text-align:center;}
.textright{text-align:right;}


.main-center-div{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:80%;
	height:max(85% - 15px, 540px);
	background-repeat: no-repeat;
  background-image: linear-gradient(to right, #F0F0F0, #c4c4c4);
  background-size: 100% 100%;
	border-radius:15px;
	filter: drop-shadow(15px 15px 10px #0000002e);

}
.header-div{
	padding:15px 0 15px 100px;
	direction:ltr;	

	  border-radius: 15px 15px 0 0;
}
.logo-div{
	padding-right:15px;
}
.child-inline{
	display: inline;
	
}
.child-absolute{
	position:absolute;
	
}
.child-flex{
	float:left;
	position: relative;
}

.div1 {
	width: min(50% - 15px , 1240px);
	height:80%;
	justify-content: center;
  align-items: center;
}
.doc-img{
	border:2px solid #ffffff;
	width: 150px;
}
.div-img-doc{
	position:absolute;
	object-fit: cover;
	width:150px;
	height:150px;
	border:2px solid #ffffff;
	overflow:hidden;
	position:relative;
	border-radius:50%;
	float: right;
  
}
.dr-name{
	vertical-align: middle;
	font-size:clamp(35px,4vw,120px);
	margin-top:15%;
	width:min(100% - 15px, 768px);
	
	left:10%;
	top:15%;
	z-index:1;
	}
.subject-div{
	
	font-size:20px;

}
.div-login{
	width:100%;
	margin:auto;
	position:absolute;
	text-align:center;
	bottom:5px;
	left:auto;
}
.btn0{
	bottom:0px;
}
input[type=submit]{
	background-color: #BC2A20;
	border: none;
	color: white;
	border-radius:6px;
	font-family: 'BYekan';
	margin:0 0 13px 0;
	width:100px;
	
	}
	input[type=text]{
	color:#2a2a2a;
	font-family: 'BYekan';
	margin:0 0 13px 0;
	width:200px;
	border-radius:6px;
	border: 2px solid #c4c4c4;
	}
input[type=password]{
	color:#2a2a2a;
	font-family: 'BYekan';
	margin:0 0 13px 0;
	width:200px;
	border-radius:6px;
	border: 2px solid #c4c4c4;
	}
.div2 {
    justify-content: center;
    align-items: center;
    width: min(50% - 15px, 720px);
    height: min(85% - 15px, 1280px);
    text-align: center;
    margin-top: 15px;
    display: flex;
}

.div2 img{
	max-width: 90%;
    max-height: 80%;	
	position:absolute;
	}

#circle {
	display:block;
	background:rgba(255, 255, 255, 1);
	width: min(100% - 15px , 840px );
	height: min(100% - 15px , 840px );
    
    position:absolute;
	border:3px solid #FFFFFF;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	
}

@media only screen and (max-width:768px) {
    input[type=submit]{
    height:35px;
	}
	input[type=text]{
    height:30px;
	}
    input[type=password]{
    height:30px;
	}
	
	.div1 {
  width: 100%;
  height: 80%;
}
	.dr-name{
	left: auto;
    margin-top: 50%;
    padding-bottom: 5px;
    padding-right: 0%;
    top: 0;
	}
	#circle {
	display: none;
    transform: scale(.5) translate(-100%,-100%);
    position: absolute;
    top: 25%;
    left: 110%;
	}
	.div-login {
    margin: auto;
    position: fixed;
    text-align: center;
    bottom: 50px;
    left: auto;
}
	.main-center-div{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:350px;
	height:max(85% - 15px, 550px);
	border-radius:15px;
	filter: drop-shadow(15px 15px 10px #0000002e);
}

.div-img-doc{
	position: absolute;
    float: right;
    right: 27%;
    transform: scale(.8);
    margin-top: 20px;
}
.div2 {display:none;}
}
