div#log {
	position: fixed;
	top: 85px;
	right: 5px;
	width: 100px;
	min-height: 100px;
	background-color: PeachPuff;
	border-color: burlywood;
	border-width: 2px;
	border-style: solid;
	border-radius: 5px;
	transition: all .4s;
	/* overflow: hidden; */
	z-index: 2000;
}
#login{
	height : 80px ;
}
#log_img{
	position:absolute;
	top:0px;
	right:0px;
}

#login_div{
	padding : 10px ;
	display : none ;
	width : 300px ;
	height : 200px ;
}
.Data_div {
	width: 55px;
	display: inline-block;
	text-align: center;
	color: darkred;
	font-weight: bold;
}
.Data {
	width: 225px;
	border-color: darkslateblue;
	border-width: 3px;
	margin-bottom: 3px;
}

.btn_log {
	width: 90px;
	margin: 0px;
	border-color: blueviolet;
	border-width: 4px;
	border-style: outset;
	border-radius: 10px;
	background-color: lemonchiffon;
	font-size: large;
	color: darkblue;
	margin-left: 3px;
}

#account_log_img_div {
	width: 100px;
	max-height: 100px;
	margin-top: 20px;
}

img#account_log_img {
	max-height : 100px ;
	max-width : 100% ;
	border-width: 5px;
	border-style: double;
	border-color: coral;
	border-radius: 50%;
}

#log_fail_info{
	font-size : large ;
	color : red ;
	font-weight : bold ;
}

div#account_log_name{
	text-align: center;
}