.container-login {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	flex-wrap: wrap;
}

.logingb {
	background-repeat: no-repeat;
	/*    background-position: center;*/
	background-size: cover;
	position: relative;
	z-index: 1;
}

.container-login .title {
	display: block;
	width: 100%;
	font-family: Poppins-Bold;
	font-size: 31px;
	color: #333;
	line-height: 1.2;
	text-align: left;
	font-weight: bold;
	margin-bottom: 20px;
}

.container-login .title a {
	float: right;
}

.container-login .title img {
	height: 44px;
}

.container-login .wrap {
	padding: 50px;
	min-height: 100vh;
	background: #fff;
	border-radius: 2px;
	position: relative;
}

.container-login .validate-input {
	position: relative;
}

.container-login .wrap-input {
	width: 100%;
	position: relative;
	border-bottom: 2px solid #dbdbdb;
	margin-bottom: 14px;
}

.container-login .label-input {
	font-family: Poppins-SemiBold;
	font-size: 14px;
	color: #999;
	padding-left: 2px;
}

.container-login .input {
	display: block;
	width: 100%;
	height: 34px;
	background: 0 0;
	font-family: Poppins-Regular;
	font-size: 17px;
	color: #555;
	line-height: 1.2;
	padding: 0 2px;
}

.container-login .focus-input {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}

.container-login .focus-input::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	background: #d5007d;
	background: -webkit-linear-gradient(45deg, #d5007d, #e53935);
	background: -o-linear-gradient(45deg, #d5007d, #e53935);
	background: -moz-linear-gradient(45deg, #d5007d, #e53935);
	background: linear-gradient(45deg, #d5007d, #e53935);
}

.container-login input {
	outline: none;
	border: none;
}

.container-login .input-checkbox {
	display: none;
}

.container-login .label-checkbox {
	margin: 0;
	display: block;
	position: relative;
	padding-left: 26px;
	cursor: pointer;
}

.container-login .input-checkbox:checked+.label-checkbox::before {
	color: #c87ef0;
}

.container-login .label-checkbox::before {
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 13px;
	color: transparent;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 2px;
	background: #e6e6e6;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.container-login .txt1 {
	font-family: Poppins-Regular;
	font-size: 15px;
	color: #999;
	line-height: 1.4;
}

.container-login .txt2 {
	font-family: Poppins-Regular;
	font-size: 15px;
	color: #666;
	line-height: 1.4;
}

.container-login .txt3 {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #666;
	line-height: 1.4;
}

.container-login .container-login-form-btn {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.container-login .wrap-login-form-btn {
	display: block;
	position: relative;
	z-index: 1;
	border-radius: 25px;
	overflow: hidden;
}

.container-login .login-form-bgbtn {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 300%;
	background: #e08615;
	background: -webkit-linear-gradient(top, #e08615, #f7a033, #f7a033);
	background: -o-linear-gradient(top, #e08615, #f7a033, #f7a033);
	background: -moz-linear-gradient(top, #e08615, #f7a033, #f7a033);
	background: linear-gradient(top, #e08615, #f7a033, #f7a033);
	bottom: -100%;
	left: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}

.container-login .logo {
	width: 283px;
}

.container-login .h3 {
	font-weight: bold;
	font-family: serif;
	margin-bottom: 20px;
	padding: 0;
	margin-top: 7px;
}

.container-login .login-form-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 13px;
	min-width: 185px;
	height: 38px;
	font-family: Poppins-Medium;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

.container-login .hov1:hover {
	color: #c87ef0;
}

.container-login button {
	outline: none !important;
	border: none;
	background: 0 0;
}

.container-login .agree {
	padding-bottom: 33px;
}

.container-login .alert-validate::before {
	content: attr(data-validate);
	position: absolute;
	max-width: 70%;
	background-color: #fff;
	border: 1px solid #c80000;
	border-radius: 2px;
	padding: 4px 30px 4px 10px;
	bottom: calc(( 100% - 25px)/2);
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
	right: 2px;
	pointer-events: none;
	font-family: Poppins-Medium;
	color: #c80000;
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .4s;
	-o-transition: opacity .4s;
	-moz-transition: opacity .4s;
	transition: opacity .4s;
}

.container-login .alert-validate::after {
	content: "\f06a";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	color: #c80000;
	font-size: 18px;
	bottom: calc(( 100% - 25px)/2);
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
	right: 8px;
}

.container-login .input:focus+.focus-input::before {
	width: 100%
}

.container-login .has-val.input+.focus-input::before {
	width: 100%
}

.container-login .true-validate::after {
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 22px;
	color: #00ad5f;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: calc(( 100% - 25px)/2);
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
	right: 5px;
}

.container-login .true-validate .focus-input::before {
	background: #10861b;
	background: -webkit-linear-gradient(45deg, #10861b, #53d41e);
	background: -o-linear-gradient(45deg, #10861b, #53d41e);
	background: -moz-linear-gradient(45deg, #10861b, #53d41e);
	background: linear-gradient(45deg, #10861b, #53d41e);
}

.container-login .info {
	font-weight: bold;
	margin-bottom: 10px;
	    display: block;
}

.container-login .info .error {
	color: red;
}

.container-login .info .success {
	color: green;
}