
.register_disclaimer_check:hover{
	color:#dfa667
}
.avatar_container{
	padding:15px;
	border: 2px solid #dfa667;
	border-radius: 20px;
}
.login_avatar{
	font-size:150px;
	line-height: 100px;
	margin: auto;
	text-align: center;
	color: #dfa667;
}	
.label{
	color:#888;
	font-size:16px;
	text-align: center;
	font-weight:600;
}
.input_field{
	border: 1px solid #dfa667;
	border-radius: 5px;
	height:45px;
	text-align: center;
	padding:5px;
	color: #333333
}
.login_btn {
	border-radius: 10px;
	float: right;
	height: 45px;
	font-size: 18px;
	font-weight: 400;
	background-color: #dfa667;
	color:#FFFFFF;
	border: none;

}
.forgot_password{
	font-size:16px;
	line-height: 44px
}
.forgot_password_link:hover{
	color: #dfa667;
}

.only_mobile{
		display:none;
	}
	.order_box{
		border-top:1px solid;
		height:30px;
	}
	.order_box:last-child{
		border-bottom:1px solid;
	}
	.order_ar{
		font-size:14px;
		height: 30px;
	}
	.order_text_ar{
		padding:0px;
		font-size:14px;
		margin:0px;
		text-align: center;
		padding-top:5px
	}
	.no_mobile{
		font-weight: bolder;
		font-size:12px;
		text-align: center
	}
	.mobile_detail_order{
		text-align: center
	}
	.order_row_action{
		color:#dfa667;
	}
	.order_row_action:hover{
		color:#111111;
	}
	.detail_inside_description{
		font-size:14px;	
	}
	.detail_inside_price{
		font-size:14px;
		text-align:right;
	}




.user_upload_files{
	border-top:1px solid;
	padding:15px 0px 15px 0px;
}
.user_upload_files:last-child{
	border-top:1px solid;
	border-bottom:1px solid;
}
.user_upload_file_name{
	font-size:16px;
	padding:0px
}
.user_upload_file_name a:hover{
	color:#dfa667
}
.subtim_document_user{
	float: right;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 600;
	width: 100%;
	background-color: #dfa667;
	color:#FFFFFF;
	border: none;
	display: inline-block;
	padding:5px;
}
@media only screen and (max-width: 1000px) {
	.user_upload_file_name{
		text-align: center		
	}
	.subtim_document_user{
		margin-top: 15px;
	}
	.order_row_action{
		font-size:22px;
		text-align: center
	}
	.no_mobile{
		display: none;
	}
	.only_mobile{
		display:inline-block;
		font-weight:bolder;
	}
	.mobile_detail_order{
		float:right
	}
	.order_ar{
		font-size:12px;
		text-align: left;
		height: auto;
	}

	.order_text_ar{
		text-align: left;
		padding: 5px;
	}
}