
.regist-bg{
	/*background: url(/build/assets/image/banner-bg.png) center center no-repeat;*/
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	width: 100%;
	padding-right: var(--bs-gutter-x, .75rem);
	padding-left: var(--bs-gutter-x, .75rem);
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container,
	.container-sm {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container,
	.container-md,
	.container-sm {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1140px
	}
}

@media (min-width:1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1350px
	}
}

*,
*:after,
*:before {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	min-height: 100vh;
	background-color: #fff;
}

.grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.forge-grid{
	display: flex;
	justify-content: center;
}
.order_left {
	order: 2;
	border: 1px solid #777777;
	border-radius: 10px;
	max-width: 550px;
	background: #fff;
}
.form{
	padding: 55px 55px 40px 55px;
}
.register-tips{
	font-size: 13px;
	margin: 0 25px 15px 25px;
	text-align: justify;
}
.register-tips a{
	color: #3270EF;
}
.register-tips a:hover{
	text-decoration: underline;
}
.order_left h3{
	color: #0A301C;
	font-size: 32px;
	text-align: center;
	font-weight: bold;
}
.order_left h3 span{
	color: #0CD170;
}
.order_left h4{
	color: #3A3A3A;
	font-size: 15px;
	text-align: center;
	margin: 10px 0 35px 0;
}
.order_left h4 a{
	color: #3270EF;
}
.order_left h4 a:active{
	outline: none;
}
.order_left h4 a:hover{
	text-decoration: underline;
}
.order_right {
	order: 1;
	margin: 0 15%;
}

.order_right h6{
	color: #00A988;
	font-size: 15px;
	margin: 45px 0 20px 0;
}
.order_right h1{
	color: #0A301C;
	font-size: 80px;
	line-height: 1;
	font-weight: bold;
}
.order_right h1 span{
	color: #0CD170;
}
.centered {
	display: flex;
	align-items: center;
	justify-content: center;
}

.no__overflow {
	display: flex;
	align-items: center;
	overflow: hidden;
}

.logo {
	margin:50px 0 0 0;
}

.logo svg {
	width: 183px;
	height: auto;
}

.forget-wrap input[type=text],
.forget-wrap input[type=password],
.forget-wrap input[type=email] {
	width: 100%;
	padding: 14px 16px;
	line-height: 20px;
	margin: 16px 0 25px 0;
	display: block;
	border: 1px solid #c8c3cf;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 16px;
	color: #4F4659;
	outline: none;
	border: 1px solid #5B5B5B;
	background: #FFFFFF;
	transition: box-shadow 0.25s ease-in-out, background-image 0.25s;
}

.forget-wrap input[type=text]:focus,
.forget-wrap input[type=password]:focus,
.forget-wrap input[type=email]:focus {
	background: #FFFFFF;
border-radius: 5px;
border: 1px solid #00A988;
	/*border-color: #A26ED4;
	background: #FAF8FD;
	background: #FDFCFE;*/
	box-shadow: 0 0 0 0.25rem #ebd6ff;
}
.forget-wrap.second{
	display: flex;
	justify-content: center;
}
.forget-wrap select.form-control {
  color: #0A301C;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: #fff url(/build/assets/image/select-icon.png) no-repeat calc(100% - 15px) center;
  background-size: 18px 18px;
  position: relative;
  flex: 1;
padding: 14px 16px;
line-height: 20px;
	margin: 0 0 25px 0;
}
/*.order_left::-webkit-input-placeholder {
	color: #00A988;
}

.order_left:-ms-input-placeholder {
	color: #00A988;
}

.order_left::placeholder {
	color: #00A988;
}*/

.justify__space_between {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 30px 0 35px 0;
}
.justify__space_between a:hover{
	text-decoration: underline;
}
.forget-wrap input[type=checkbox],
.forget-wrap label {
	margin-right: 4px;
	cursor: pointer;
	outline-color: #B595D4;
}

.remember_me,
.signup {
	color: #867992;
}

.forgot__password {
	color: #3270EF;
	text-align: left;
	outline-color: #B595D4;
	font-size: 14px;
}

.forgot__password:active {
	color: #867992;
}

.login__button[type="submit"]{
	outline-color: #734E96;
	width: 100%;
	border: none;
	background-color: #FFD900;
	padding: 13px 17px;
	color: #0A301C;
	border-radius: 0.25rem;
	font-size: 20px;
	cursor: pointer;
	transition: box-shadow 0.25s ease-in-out, background-color 0.3s;
	font-weight: bold;
	text-align: center;
	display: block;
}

.login__button:hover {
	background: #ffcc00;
}

.login__button:active {
	background: #ffcc00;
}

.signup {
	font-size: 14px;
	text-align: center;
	margin-top: 32px;
}

.img {
	height: 100%;
	object-fit: cover;
	max-width: auto;
}

@media only screen and (max-width: 800px) {
	.grid {
		grid-template-columns: auto;
	}
	.order__left {
		order: 2;
		padding: 20px;
	}
	.order__right {
		order: 1;
		max-height: 800px;
	}
	.centered {
		align-items: flex-start;
	}
	.no__overflow {
		align-items: flex-start;
	}
	h4 {
		text-align: center;
	}
}

.justify__space_between [type="checkbox"] {
  border-radius: 100%;
}
.input-pos{
	position: relative;
}
.input-pos .error{
	position: absolute;
	top: 52px;
	left: 0;
	font-size: 12px;
	color: red;
	margin: 0 0 0 5px;
}
.signin-tips{
	position: relative;
	height: 15px;
	margin: 50px 0 0 0;
	display: flex;
	justify-content: center;
}
.signin-tips:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #777777;
	top: 8px;
	left: 0;
	z-index: 0;
}
.signin-tips label{
	color: #3A3A3A;
	background: #fff;
	line-height: 15px;
	padding: 0 15px;
	position: relative;
	z-index: 100;
}
.link{
	margin: 25px 0 0 0;
}
.link ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.link ul li{
	flex: 1;
	margin: 0 15px 0 0;
}
.link ul li:last-child{
	margin: 0;
}
.link ul li a{
	display: flex;
	border: 1px solid #D6D6D6;
	padding: 5px 10px;
	border-radius: 25px;
	text-align: center;
	line-height: 38px;
	align-items: center;
	justify-content: center;
}
.link ul li a .iconfont{
	font-size: 26px;
	margin: 0 6px 0 0;
}
.link ul li a .facebook{
  color: #3C5CA5;
  text-shadow: 0 1px 0 #225ec9;
}
.link ul li a .facebook_label{
  color: #3A3A3A;
}
.link ul li a .linkin{
  color: #0B66C1;
}
.link ul li a .linkin_label{
  color: #3A3A3A;
}
.link ul li a .google{
  color: #3c82f0;
}
.link ul li a .google_label{
  color: #3A3A3A;
}
.left-star{
	display: flex;
	justify-content: flex-start;
	margin: 50px 0 0 0;
}
.left-star i{
	margin: 0 10px 0 0;
}
.left-star img{
	width: 35px ;
	height: 33px;
}
.login-bg{
	/*width: 100vw;*/
	/*height: 100vh;*/
	background: url(/build/assets/image/sign-bg.jpg) center center no-repeat;
	background-size:90%;
	display: flex;
	align-items: center;
	padding: 65px 0;
}

