:root {
 
  --color1 : #ddf32b ;
  --color2 : #2c2c2c ;
  --color3 : #E3E3E3;
  --color4 : #ebecf1;
  --color5 : #0c2646;
  --color6 : #f96332;
}

@font-face {
    font-family: 'NotoNastaliqUrdu-Bold';
	src: url('../fonts/NotoNastaliqUrdu-Bold.ttf') ;	 
    font-weight: bold;
    font-style: normal;
}
@font-face {

    font-family: 'HACEN';

	src: url('../fonts/Hacen-Trarza-Lt.ttf') format("truetype") ;	 

 

}
 *,
*:before,
*:after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    background: url(../img/bg.jpg?02);
	background-size:cover;
}
  
/*
.shape:last-child{
    background: linear-gradient(
        to right,
        var(--color3),
        var(--color2)
    );
    right: -30px;
    bottom: -80px;
}
*/

form{
    
    width: 25%;
    background-color: rgba(255,255,255,0.3);
    position: absolute;
    
    top: 15%;
    right: 35.5%;
    border-radius: 10px;
    backdrop-filter: blur(10px);
     
    box-shadow: 0 0 40px rgba(8,7,16,0.6);
    padding: 0;
}
form *{
    font-family: 'HACEN';
    color: #000;
    letter-spacing: 0.5px;
    outline: none;
    border: none;
}
form h3{
   font-size: 20px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
    font-family: 'NotoNastaliqUrdu-Bold';
    background: #019145;
    padding: 5px;
    margin: 0;
	border-radius: 10px 10px 0 0 ;
	color : #fff;
}
form a {
    
    color: #fff;
    
}
label{
    display: block;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
}
input{
    display: block;
    height: 50px;
    width: 100%;
    background-color: rgba(255,255,255,0.07);
    border-radius: 3px;
    padding: 0 10px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 300;
}
::placeholder{
    color: #000;
}
button.btn {
    margin-top: 50px;
    width: 100%;
    background-color: #ffffff;
    color: #080710;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
	border: none;
}
button.btn:hover {background-color: var(--color2);}
.social{
  margin-top: 30px;
  display: flex;
}
.social div{
  background: red;
  width: 150px;
  border-radius: 3px;
  padding: 5px 10px 10px 5px;
  background-color: rgba(255,255,255,0.27);
  color: #eaf0fb;
  text-align: center;
}
.social div:hover{
  background-color: rgba(255,255,255,0.47);
}
.social .fb{
  margin-left: 25px;
}
.social i{
  margin-right: 4px;
}

#btn-submit , #password {display:none;}
.text-primary {     color: white; }
a.text-primary:hover, a.text-primary:focus {  color: var(--color1);}


.form-input { padding:40px;}
.image {width:100%;	height:10% ;
	border-radius: 10px 10px 0px 0px;	}

#eye{
	height: 4vh;
    	float: left;
    	margin-top: -6vh;
    	margin-left: 10px;
}
