*{
    margin: 0px;
    padding: 0px;
    
}
body{
    background-image: url(image/w.png);
    background-size: cover;
    background-attachment: fixed;
    
}
h1{
    font-size: 50px;
    color:rgb(0, 0, 0);
    
}
img{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin-left: 220px;
    transition: 1s;
    
}
img:hover{
    
    -webkit-transform: scale(1.2);
}
.form-contro{
    
    border-radius: 40px 40px 0px 0px;
    border: 0px;
    
    font-size: 21px;
    margin-top: 18px;
    direction: rtl;
    padding: 15px;
    padding-right:40px;
    color:black;
    width: 400px;
    margin-left: 70px;
    transition: 1s;
}
.pass{
    border: 0px;
    border-radius: 0px 0px 40px 40px;
    border: 0px;
   
    font-size: 21px;
    margin-top: 18px;
    direction: rtl;
    padding: 15px;
    padding-right:40px; 
    color:black;
    width: 400px;
    margin-left: 70px;
    transition: 1s;
}
.form-contro:hover{
    border: 0px;
    color: crimson;
    -webkit-transform: scale(1.1);
    box-shadow: 1px 1px 30px 10px rgb(41, 134, 221);;
}
.pass:hover{
    border: 0px;
    color: crimson;
    -webkit-transform: scale(1.1);
    box-shadow: 1px 1px 30px 10px rgb(41, 134, 221);;
}

.btn-info{
    margin-top: 20px;
    border: 0px;
    font-size: 21px;
    width: 100px;
    padding: 5px;
    border-radius: 50px;
     background-color: rgb(41, 134, 221);;
    color: brown;
    margin-left: 380px;
    text-align: center;
    padding-bottom: 10px;

}
.btn-info:hover{
    margin-top: 20px;
    border: 0px;
    font-size: 21px;
    width: 100px;
    padding: 5px;
    border-radius: 50px;
     background-color: rgb(41, 134, 221);;
    color: brown;

    text-align: center;
    padding-bottom: 10px;
   
}
.col-md-6{
    border: 0px;
    margin-left: -300px;
    box-shadow: 1px 1px 30px 5px rgb(41, 134, 221);;
    border-radius: 3px 100px 3px 100px;
    margin-top: 120px;
    height: 420px;
    width: 90px;
    background-color: rgba(234,240,64,0.3);
    transition: 1s;
   
}
.col-md-6:hover{
    margin-left: -300PX;
    border: 0px;
    box-shadow: 1px 1px 30px 5px rgb(122, 160, 231);
    border-radius: 30px 100px 30px 100px;
    margin-top: 120px;
    height: 420px;
    width: 100px;
    background-color: rgba(234,240,64,0.3);
    
    
}
.contaner{
    border: none;
    background: transparent;
}
.col{
    border: none;
        width: 100%;
}


.nav{
    border: none;
    direction: rtl;
    font-size: 30px;
    width: 100%;
    height: 50px;
    background-color:rgb(41, 134, 221);;
}
.n{
    border: none;
    font-weight: bold;
    margin-right: 37%;
    color:white;
    font-family:adobe arabic;
}
.font-style{
    font-family:sh osturi;
}

.btnsubmit{

    box-shadow: 1px 2px 5px 3px rgb(41, 134, 221);;
   background-color: rgb(41, 134, 221);;
   color: rgb(255, 255, 255);
    border: none;
    margin-left: 45%;
    padding: 8px;
    padding-right: 20px;
    padding-left:20px;
    margin-top: -15px;
    border-radius: 15px;
    font-size: 30px;
    font-family:adobe arabic;
    font-weight: bold;
   transition:1s;
}
.btnsubmit:hover{
    border: none;
    box-shadow: 0px 1px 5px 3px #ff7656;
   background-color: rgb(255, 100, 23);
   color:rgb(240, 207, 207);
    margin-left: 45%;
    padding: 8px;
    padding-right: 20px;
    padding-left:20px;
    margin-top: -15px;
    border-radius: 15px;
    font-size: 30px;
    font-family:adobe arabic;
}