body{
	margin: 0px;
	padding: 0px;
	font-family: roboto,'Noto Sans Myanmar UI',arial,sans-serif;
	width: 100%;
	/*background-color: #45465C;*/
	background-image: url("res_login/bgimage.jpg");
	background-repeat: no-repeat;
	background-size: auto;
}

.container{
	position: absolute;
	width: 100%;
	height: 100%;
}

.form_cont{
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 50px;
	/*font-family: Woodblock;*/
	text-align: center;
}

.logn_form{
	width: 400px;
	min-height: 500px;
	padding: 10px;
	margin: 0 auto;
	background-color: #FFF;
	border-radius: 4px;
	/*box-shadow:-2px -2px #CCC;*/
}

.hd_elem{
	display: none;
}

.banner_2{
	color: #202124;
	font-weight: normal;
}

.label_s{
	/*color: #202124;*/
	color: #CCC;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
/*.user_thc{
	height: 80px;
	line-height: 80px;
}*/
.user_th{
	width: 60px;
	height: 60px;
}

.usrp{
	cursor: pointer;
}

@media screen and (max-width: 800px){
	.logn_form{
		width: 80%;
	}
}

@media screen and (max-width: 400px){
	.logn_form{
		width: 90%;
		min-height: 400px;
	}
}

@media screen and (max-width: 400px){
	.form_cont{
		margin-top: 20px;
	}
}

.logo_cont{
	width: 100%;
	text-align: center;
}

.logo{
	width: 150px;
	height: 80px;
}

.usr_pic{
	padding: 20px;
	border-radius: 50%;
	background: #45465C;
	color: #CCC;
	font-weight: bold;
	line-height: normal;
	display: inline-block;
	vertical-align: middle;
}

.usr_prof{
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

h1{
	color: #CCC;
	font-size: 24px;
	font-weight: 400;
}

.field_cont{
	padding: 6px;
}

input{
	width: 350px;
	height: 50px;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 4px;
}

@media screen and (max-width: 400px){
	input{
		width: 95%;
		margin: 0 auto;
	}
}
.err_msg_c{
	display: none;
	color: #FF0000;
	font-size: 12px;
	text-align: left;
	text-indent: 5%;
}

.but_cont{
	text-align: center;
}

button{
	background-color: #35465C;
	color: #FFF;
	border: 1px solid #35465C;
	border-radius: 2px;
	cursor: pointer;
	padding: 10px 20px;
}

button.back_but{
	background-color: transparent;
	color: #35465C;
}