@charset "utf-8";
/* CSS Document */

title{ color:#A92234} 
@font-face {
font-family: "Droid Arabic Kufi";
src: url('../fonts/Droid.Arabic.Kufi.ttf');}
body{ padding:0; 
	font-family:  'Droid Arabic Kufi', serif; 
	background: url(../img/1.jpg)no-repeat center top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
header{background: rgba(12, 10, 10, 0.49);
  
    outline: 15px solid #72678d;text-align:center;position:relative}
header img{width:130px;position:absolute;left:6%;top:12%;background: #362e49;border: 12px solid #72678d;border-radius:50%}	
header h4{line-height:4;color:#fff;
font-weight:bold;
}
.layer {
    background: url(../img/layer.png) no-repeat 0px 0px;
    background-size: cover;
    min-height: 100vh;
}
.form{ margin-top:20vh;
   margin-bottom:20vh;}
form{background: rgba(12, 10, 10, 0.49);
    padding:  3%;
    box-sizing: border-box;
  
    position: relative;
    border: 15px solid #72678d;
	border-radius:20px;
	color:#fff
}
form .btn{background:#72678d; 
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;    padding: 1.5% 7%;
}
form .btn:hover{background:#fff;color:#72678d}
input.form-control {
    margin: 4% 0;    text-align: center;
	    font-weight: bold;

}
.sochal{margin-top:4%}
.sochal i {
    color: #fff;
    background: transparent;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    line-height: 35px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid #fff;
}
.sochal i:hover {
    color: #72678d;
    background: #fff;
    border: 1px solid #fff;
}

.sochal a:link{
margin: 2px;	
	
}


.copyright{
color:#fff;	
margin-bottom:10px;	
}

.copyright a:link{

	
}

@media  (max-width: 767px){
	form{width:90%;margin:20vh auto 0;padding:8% 3% 5%;}
	
}