.bg {
	background: #FFA500 !important;
	background: -moz-linear-gradient(45deg, #9fe0da 0, #FFA500 100%) !important;
	background: -webkit-linear-gradient( 45deg, #9fe0da 0, #FFA500 100%) !important;
	background: linear-gradient( 45deg, #dcdcdc 0, #FFA500 100%) !important;
}

.wrapper {
	position: relative;
}

.login {
	display: flex !important;
	min-height: 100vh;
	align-items: center !important;
	justify-content: center !important;
}

.login:after {
	content: '';
	min-height: inherit;
	font-size: 0;
}

.login-center {
	background: #fff;
	min-width: 29.25rem;
	padding: 2.14286em 3.57143em;
	border-radius: 3px;
	margin: 2.85714em;
	box-shadow: 5px 5px 5px #FFA500;
}

.login-header {
	margin-bottom: 1.5rem !important;
}

.login-center .has-feedback.feedback-left .form-control {
	padding-left: 38px;
	padding-right: 12px;
}

.login-center .has-feedback.feedback-left .form-control-feedback {
	left: 0;
	right: auto;
	width: 38px;
	height: 38px;
	line-height: 38px;
	z-index: 4;
	color: #dcdcdc;
}

.login-center .has-feedback.feedback-left.row .form-control-feedback {
	left: 15px;
}