/* 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: #F5222D;
		position: absolute;
		margin-top: -52px;
	}
	/* btn transition */
	
	.http_warnning{
		color:#F35757;
		font-weight:normal;
	}
	.http_safe{
	}
	
	.btn-primary {
		background-color: #00ab7a;
		border-color: #00ab7a;
	}
	.btn-primary.focus, .btn-primary:focus {
		color: #fff;
		background-color: #00ab7a;
		border-color: #00ab7a;
	}
	.btn-primary:hover, .btn-primary:active, .btn-primary.hover {
		background-color: #00ab7a;
		border-color: #00ab7a;
	}
	.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
		outline: none;
		color: #fff;
		background-color: #00ab7a;
		border-color: #00ab7a;
	}
	.form-control:focus {
		border-color: #00ab7a;
	}
	.form-control:focus, .form-control:hover {
		border-color: #00AB7A !important;
	}