﻿/*	body{
	margin: 0;
	padding: 0;
  min-height:100vh;
	font-family: sans-serif;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}*/
.hero{
	/*min-height:100vh;
	/*width : 100%;*/
/* 	background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url("https://scontent.fevn1-4.fna.fbcdn.net/v/t1.15752-9/165984071_158329889479551_1593290576845591697_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=ae9488&_nc_ohc=64S5uMrd1CUAX9sL5-X&_nc_ht=scontent.fevn1-4.fna&oh=c327aa21f0a1626266c3d9a28decd654&oe=60870508"); */
  /*background:#1b1b1b;*/
/* 	background-position: center;
	background-size: cover; */
/*	position: absolute;*/

}

div{
	box-sizing: border-box;
}
/*main box*/
.main-box {
	/*width: 320px;
	height: 480px;*/
	width: 320px;
	/*height:70vh;*/
	position: relative;
	margin: 1% auto;
	/*background:#1b1b1b;*/
	background: #f7f9fb;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 25px;

}
.sp{
	position: absolute;
	transition: 0.5s; 
}
.sp-t{
	top: 0;
	right: 0;
	width: 200px;
	height: 5px;
	/*background:linear-gradient( to left , transparent,#57AAB4,#57AAB4);*/
	background:linear-gradient( to left , transparent,#03a9f4,#03a9f4);
	animation: anim2 2s linear infinite;
	transform: translateY(-300%);
	animation-delay: 0.8s;
	  z-index: 1000;
}
.sp-r{
	bottom: 0;
	right: 0;
	width: 5px;
	height: 200px;
	/*background:linear-gradient( to top , transparent,#57AAB4 ,#57AAB4);*/
	background:linear-gradient( to top , transparent,#03a9f4 ,#03a9f4);
	animation: anim1 2s linear infinite;
	animation-delay: 0s;
		  z-index: 1000;

}
.sp-b{
	right: 0;
	bottom: 0;
	width: 200px;
	height: 5px;
	/*background:linear-gradient( to left , transparent,#57AAB4,#57AAB4);*/
	background:linear-gradient( to left , transparent,#03a9f4,#03a9f4);
	animation: anim2 2s linear infinite;
		  z-index: 1000;

}
.sp-l{
	left: 0;
	top:0;
	width: 5px;
	height: 200px;
	/*background:linear-gradient( to top , transparent,#57AAB4,#57AAB4);*/
	background:linear-gradient( to top , transparent,#03a9f4,#03a9f4);
	animation: anim1 2s linear infinite;
	animation-delay: 1s;
	transform: translateX(-300%);
		  z-index: 1000;

}
@keyframes anim1 {
    0%{
        transform: translateY(300%);
        
    }
    100%{
        transform: translateY(-300%);
        
    }
}
@keyframes anim2 {
    0%{
        transform: translateX(300%);
    }
    100%{
        transform: translateX(-300%);
        
    }
}
/*main box end*/
 

.form-box{
	/*width: 316px;*/
	/*height: 476px;*/
	/*height:70vh;*/
 	position: relative;
	background:#f7f9fb; 
	padding: 5px;
	overflow: hidden;
	z-index: 5;
}
#after{
	width: 50%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
 	/*background:#2d2e30; */
 	background:#f7f9fb; 
	z-index:-1;
	transition: 0.5s;
}

.button-box {
	width: 224px;
	margin: 35px auto 30px auto;
	position: relative;
	border-radius: 30px;
	display: flex;
	justify-content: space-around;
	animation: animBTN 5s linear infinite;
}

@keyframes animBTN {
    0%{
        box-shadow:  0 0 10px 9px rgba(3,169,244,0.3);
    }
    33%{
        box-shadow:  0 0 10px 9px rgba(244,65,165,0.3);
        
    }
    66.9%{
        box-shadow:  0 0 10px 9px rgba(255,235,59,0.3);
        
    }
    100%{
        box-shadow:  0 0 10px 9px rgba(3,169,244,0.3);
    }
}

.toggle-btn{
	padding: 5px 30px;
	cursor: pointer;
	background:transparent;
	border: 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff !important;
	outline: none;
	position: relative;
	transition: 0.5s;
}
#btn{
	position: absolute;
	top: 0;
	left: 0;
	
	width: 110px;
	height: 100%;
	background:linear-gradient( to left , #57AAB4,#57AAB4);
	border-radius: 30px;
	transition: 0.5s; 
}
.social-icons{
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
     margin-top: 2px;
}
.icon-link{
	display: flex;
	background: transparent;
	width: 30px;
	height: 30px;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	border-radius: 50%;
	margin: 0px 10px;
	box-shadow: 6px 6px 10px -1px rgba(234, 234, 235, 0.1),
				-6px -6px 10px -1px	rgba(37,37,37,0.7);
	border: 1px solid rgba(234, 234, 235,0.09);
	transition: transform 0.5s;
} 

.cont-icon{
	color: #57AAB4;
	font-size: 28px;
	transition: transform 0.5s;
}
.icon-link:hover{
	box-shadow: inset 4px 4px 6px -1px rgba(234, 234, 235, 0.2),
				inset 4px 4px 6px -1px	rgba(37,37,37,0.7),
			 0 0 5px #57AAB4,
              0 0 25px #57AAB4,
              0 0 50px #57AAB4,
              0 0 100px #03e9f4;
	transform: translateY(2px);
}
.icon-link:hover .cont-icon{
	transform: scale(0.95);
}
.icon-link:hover .fa-facebook{
	color: #57AAB4;
}
.icon-link:hover .fa-instagram{
	color: #57AAB4;
}
.icon-link:hover .fa-github{
	color: #57AAB4;
}
 

 #btnUserLogin{
 	width: 100%;
 	/*padding: 10px 30px;*/
 	cursor: pointer;
 /*	display: block;*/
 	/*margin: 30px auto 0 auto;*/
         margin-left: 5px;
    margin-right: 5px;
 	background: linear-gradient(to right, #03a9f4,#57AAB4,#03a9f4);
 	border:0;
 	outline: none;
 	border-radius: 30px; 
 	position: relative;
 	z-index: 5;
    box-sizing: border-box;   
    color:#fff;
    font-weight: bold;
    font-size:15px; 
    transition: 0.5s;
 }
 

 .span{
 	margin: 20px 0;
 	color:rgb(234, 234, 235);
 	font-size: 12px;
 	display: flex;
 	justify-content: center;
 	align-items: center;
 	/*position: absolute;
 	bottom: 88px;*/
 }
 .check-box{
 	margin: 0 10px ;
 	padding: 0;
 }

 #login{
     
    margin-top: 2px;
 /*	left : 0px; */
 }
 #register{
       margin-top: 2px;
 	left : 400px;
 }



@keyframes a {
  0%{
    background-position: 0%;
  }
  100%{
    background-position: 400%;
  }
}

 @keyframes animBTN {
    0%{
        box-shadow:  0 0 10px 9px rgba(3,169,244,0.3);
    }
    33%{
        box-shadow:  0 0 10px 9px rgba(244,65,165,0.3);
        
    }
    66.9%{
        box-shadow:  0 0 10px 9px rgba(255,235,59,0.3);
        
    }
    100%{
        box-shadow:  0 0 10px 9px rgba(3,169,244,0.3);
    }
}
  
 
/*تنسيق الشعار*/
  .logo-box {
      text-align: center;
      /* background: #fff; */
      padding: 20px;
      border-radius: 20px;
/*      box-shadow: 0 0 15px rgba(0,0,0,0.2);
*/   
    box-shadow: 0 0 1px #57AAB4,
              0 0 2px #57AAB4,
              0 0 3px #57AAB4,
              0 0 5px #03e9f4;
  }
    /* الإطار ثابت */
    .logo-frame {
     /* border-radius: 15px;
      border: 2px solid #ccc;
      padding: 10px;
      background: #fafafa;*/
      display: inline-block;
    }
    /* الصورة هي التي تدور فقط */
    .logo-frame img {
      width: 80px;
      height: auto;
      cursor: pointer;
      transition: transform 1s;
      transform-style: preserve-3d;
      display: block;
    }
    .logo-frame img.rotate {
      transform: rotateY(360deg);
    }
    .logo-text {
      margin-top: 10px;
      font-size: 22px;
      font-weight: bold;
      color: #333;
    }
  /* body {
      background: #f5f5f5;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      font-family: Tahoma, sans-serif;
    } */
    
/* للأجهزة المحمولة (الجوال) */
@media (max-width: 768px) {
	.form-box {
		height: 80vh;
	}
.main-box{
 
		/*width: 320px;*/
	height:80vh;
 
}
.form-group {
    /* margin-bottom: 1.5rem; */
    margin-bottom: 2px;
}
}

/* لأجهزة الآيباد */
@media (min-width: 769px) and (max-width: 1024px) {
  .form-box{
	 
	height:80vh;
  
}
.main-box{
 
		/*width: 320px;*/
	height:80vh;
 
}
.form-group {
    /* margin-bottom: 1.5rem; */
    margin-bottom: 5px;
}
}

/* لأجهزة اللابتوب */
@media (min-width: 1025px) {
  .form-box{
	 
	height:80vh;
  
}
.main-box{
 
		/*width: 320px;*/
	height:80vh;
 
}
.form-group {
    /* margin-bottom: 1.5rem; */
    margin-bottom: 8px;
}
}