/* overwrite */
	.form-control {
		border-radius: 2px;
	}
	label.label_normal {
		font-weight: normal;
	}
	.btn {
		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-ms-transition: all .4s ease;
		-o-transition: all .4s ease;
		transition: all .4s ease;
	}
	.form-control-feedback-img {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
		display: block;
		width: 75px;
		height: 34px;
		line-height: 34px;
		text-align: center;
	}
	.code-img{
		margin-top: -3px;
		cursor: pointer;
	}
	.info{
		color: red;
		position: absolute;
		margin-top: -40px;
	}
	/* btn transition */
	
	.http_warnning{
		color:#F35757;
		font-weight:normal;
	}
	.http_safe{
	}