body{

    margin: 0;
    padding: 0;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


#login-name{
padding-top:20px;
font-size: 35px;
font-family: arabic typesetting;
color:#FF5733;

}
#login{
background-color:rgba(13,13,13,0.2);
min-height:400px;
padding: 5px 20px 5px 20px;
box-shadow: -4px -4px 9px #e78d18;

}
.user{
font-size: 20px;
font-family: arabic typesetting;
color: white;
}

#iconn{
background-color: #FF5733;
border-color: #4cae4c;
color: white;

}
#iconn1{
background-color: #FF5733;
border-color: #4cae4c;
color: white;

}

#text1{
	border-radius: 0;
	height:40px;
}
#text2{

	border-radius: 0;
	height: 40px;
}

.btn{
    margin-top:20px;
	width: 100%;
	float: left;
	height: 40px;
	font-size: 18px;
    background-color: #FF5733 ! important;
}
