*{
	line-height: 175%;
	text-align: center;
	direction: rtl;
	box-sizing: border-box;
	margin: auto;
}

body {
    background-repeat: no-repeat;
    background-attachment: fixed;
	background: linear-gradient(to bottom, #bc9f65 0%, #5298bb 100%);;
	color: #575656;
}

@font-face {
    font-family: myFirstFont;
    src: url(../fonts/DIN.ttf);
}
@font-face {
    font-family: Traditional_Arabic;
    src: url(../fonts/trado.ttf);
}
@font-face {
    font-family: PT_Bold;
    src: url(../fonts/PTBLDHAD.TTF);
}

.Dnone {
	display: none;
}

.desine-input-text {
	padding: 15px 0px 15px 0px;
	margin: 5px;
	width: 90%;
	background: aliceblue;
	color: #575656;
	border: none;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
}

.desine-btn {
	background: #898989; 
	padding: 5px 30px;
	color: #fff;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	border: none;
	cursor: pointer;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	line-height: 1.3em;
	margin-top: 10px;
}

.btn-group {
    display: inline-block;
    margin: 7px auto;
    font-size: 15px;
    width: 105px;
    padding: 13px;
}

#page_login {
	width: 100%;
	font-family: myFirstFont;
	font-size: 16px;
}

#login_rel {
	width: 90%;
    background: #fefefe;
    margin-top: 60px;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.20);
}

#logo {
	font-family: myFirstFont;
	font-size: 16px;
}

.top_right {
	float: right;
	margin-top: 23px;
}
.top_left {
	float: left;
	margin-top: 23px;
}

#page_home {
	margin: auto;
    padding-right: 25px;
    padding-left: 20px;
	background: #FFF; 
	zoom: .77;
	color: black;
}

#form1 {
	font-family: Traditional_Arabic;
	font-size: 28px;
}

.font_size27 {
	font-size: 27px;
}