	body {
			/*background: rgb(204,204,204); */
			background: #eee;
			/*font-family:  'THSarabunNew', sans-serif; */
			font-family: 'Prompt' !important;
			font-size: 14px;
			letter-spacing: 0.03em !important;			
			font-weight: 400 !important;
			-webkit-font-smoothing: antialiased !important;
			color: #444 !important;
		}

		.alert {
			padding: 15px;
			margin-bottom: 20px;
			border: 0 !important;
			border-radius: 0 !important;
		}				
		
		.col-md-6 {			
			padding: 10px;				
		}
		table tr td {
			line-height:23px;
		}
		.profile-img { 
			width: 90px;
			height: auto;
			margin: 0 auto 10px;
			display: block;
	 
		}
	.form-signin {
		max-width: 330px;
		padding: 15px;
		margin: 0 auto;
		padding-top: 5px;
	}
	.form-signin .form-signin-heading, .form-signin .checkbox {
		margin-bottom: 10px;
	}
	.form-signin .checkbox {
		font-weight: normal;
	}
	.form-signin .form-control {
		position: relative;
		font-size: 14px;
		height: auto;
		padding: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.form-signin .form-control:focus {
		z-index: 2;
	}
	.form-signin input[type="text"] {
		margin-bottom: 10px;
	}		
	
	
	.form-signin input[type="text"], .form-signin input[type="password"] {
		border-radius: 0 !important;
		border: 0;
		border-bottom: 1px #eee Solid;
		-webkit-box-shadow: none !important;
		outline: none !important;
		background-color: #fff !important;	
	}
	.txt_footer {
		font-size:12px !important;
		line-height:10px;
	}
	
	@media only screen and (max-width: 768px) {
		.col-md-12 {			
			padding: 0 !important;				
		}
	}
	