.register-page, .login-page, .verification-page{
	height: 100%;
	position: relative;
	.inner{
		text-align: left;
		width: 60%;
		@media only screen and (max-width: 1599px){
			width: 80%;
		}
		@media only screen and (max-width: 991px){
			width: 90%;
		}
		@media only screen and (max-width: 850px){
			width: 100%;
			padding: 0 10%;
			display: block;
		}
		@media only screen and (max-width: 575px){
			width: 100%;
			padding: 0 30px;
			display: block;
		}
		@media only screen and (max-width: 425px){
			padding: 0 20px;
		}
	}
	.leftWrapper{
		float: left;
		width: 50%;
		height: 100%;
		background: $white;
		position: relative;
		@media only screen and (max-width: 850px){
			display: none !important;
		}
		&:after{
			content: '';
			position: absolute;
			right: 0;
			bottom: 15%;
			width: 90px;
			height: 230px;
			background: url('../../assets/images/global/register-bottom.png') no-repeat;
			@include bgSizeNumeric(100%, 100%);
			display: block;
			z-index: 1;
			@media only screen and (max-width: 1199px){
				width: 60px;
				height: 200px;
			}
			@media only screen and (max-width: 991px){
				width: 40px;
				height: 130px;
			}
			@media only screen and (max-width: 850px){
				display: none;
			}
		}
		.logo{
			width: 80px;
			@media only screen and (max-width: 1199px){
				width: 65px;
			}
			@media only screen and (max-width: 850px){
				display: none;
			}
		}
		.title{
			font-size: 36px;
			font-family: $font2;
			margin-top: 30px;
			@media only screen and (max-width: 1199px){
				font-size: 32px;
			}
			@media only screen and (max-width: 991px){
				font-size: 28px;
			}
			@media only screen and (max-width: 850px){
				display: none;
			}
		}
		.description{
			font-size: 16px;
			margin-top: 50px;
			color: $font-gray;
			line-height: 1.6;
			margin-bottom: 100px;
		}

		.details{
			@media only screen and (max-width: 767px){
				display: none;
			}
			.box{
				margin-top: 25px;
				@media only screen and (max-width: 1199px){
					margin-top: 20px;
				}
				.vectorWrap{
					width: 36px;
					float: left;
					margin-top: 28px;
					@media only screen and (max-width: 991px){
						width: 32px;
					}
					
				}
				.textWrap{
					float: left;
					margin-left: 30px;
					@media only screen and (max-width: 991px){
						margin-left: 15px;
					}
					.title{
						font-size: 18px;
						font-weight: 700;
						font-family: $font;
						@media only screen and (max-width: 991px){
							font-size: 16px;
						}
					}
					p{
						color: $font-dark;
						line-height: 1.6;
						margin: 5px 0 0 0;
						@include opacity(60%, 0.6);
						font-size: 15px;
						@media only screen and (max-width: 991px){
							font-size: 13px;
						}
					}
				}
			}
		}

		
	}
	.rightWrapper{
		float: right;
		width: 50%;
		height: 100%;
		position: relative;
		@media only screen and (max-width: 850px){
			float: none;
			width: 100%;
			height: auto;
			padding: 25px 0;
			display: block !important;
			&:before{
				content: '';
				position: absolute;
				right: 0;
				top: 2%;
				width: 50px;
				height: 160px;
				background: url('../../assets/images/global/register-bottom.png') no-repeat;
				@include bgSizeNumeric(100%, 100%);
				display: block;
				z-index: 0;
			}
		}
		.toForm{
			display: none;
			@media only screen and (max-width: 850px){
				display: block;
			}
		}
		.mobileLogoWrapper{
			display: none;
			@media only screen and (max-width: 850px){
				display: block;
			}
			.logoMobile{
				width: 75px;
			}
		}
		
		.formWrapper{
			@media only screen and (max-width: 850px){
				margin-top: 30px;
			}
			.btn{
				font-size: 16px;	
				margin-top: 20px;
				@media only screen and (max-width: 991px){
					font-size: 14px;
				}
				@media only screen and (max-width: 850px){
					font-size: 16px;
					padding: 10px 10px;
				}
			}
			.title{
				color: $primary;
				font-size: 700;
				font-weight: 700;
				font-size: 15px;
				margin-bottom: 30px;
				@media only screen and (max-width: 850px){
					font-size: 17px;
					text-align: center;
				}
			}
			
			.form-group{
				@media only screen and (max-width: 1199px){
					margin-bottom: 20px;
				}
				@media only screen and (max-width: 991px){
					&:last-child{
						margin-bottom: 0;
					}
				}
				@media only screen and (max-width: 850px){
					margin-bottom: 25px;
				}
				label{
					font-size: 14px;
					@media only screen and (max-width: 991px){
						font-size: 13px;
					}
					@media only screen and (max-width: 850px){
						font-size: 15px;
					}
				}
			}

			.form-check{
				padding-left: 0;
			}

			[type=checkbox]:checked+label:before, [type=checkbox]:not(:checked)+label:before{
				top: 3px;
				@media only screen and (max-width: 1599px){
					top: 3px;
				}
			}

			[type=checkbox]:checked+label:after, [type=checkbox]:not(:checked)+label:after{
				top: 4px;
				@media only screen and (max-width: 1599px){
					top: 4px;
				}
			}

		}
	}
	.toForm{
		margin-top: 60px;
		display: inline-block;
		@media only screen and (max-width: 850px){
			display: block;
			width: 100%;
			text-align: center;
		}
		@media only screen and (max-width: 1199px){
			margin-top: 40px;
		}
		.text{
			color: $font-gray;
			font-size: 18px;
			@media only screen and (max-width: 1199px){
				font-size: 16px;
			}
		}
		.btn{
			font-size: 16px;	
			margin-top: 20px;
			display: inline-block;
			width: 100%;
			text-align: center;
			@media only screen and (max-width: 991px){
				font-size: 14px;
			}
		}
	}

	.formLink{
		color: $primary;
		font-size: 14px;
		text-decoration: underline;
		margin-bottom: 20px;
	}
}

.register-page{
	&:before{
		content: '';
		position: absolute;
		left: 17%;
		top: 0;
		padding-bottom: 120px;
		width: 40%;
		background: url('../../assets/images/global/register-top.png') no-repeat;
		@include bgSizeNumeric(100%, auto);
		display: block;
		z-index: 1;
		@media only screen and (max-width: 850px){
			display: none;
		}
	}
}
.login-page{
	&:before{
		content: '';
		position: absolute;
		left: 17%;
		top: 0;
		padding-bottom: 270px;
		width: 40%;
		background: url('../../assets/images/global/login-top.png') no-repeat;
		@include bgSizeNumeric(100%, auto);
		display: block;
		z-index: 1;
		@media only screen and (max-width: 1199px){
			padding-bottom: 0;
			width: 450px;
			height: 180px;
		}
		@media only screen and (max-width: 1050px){
			width: 400px;
		}
		@media only screen and (max-width: 991px){
			width: 370px;
		}
		@media only screen and (max-width: 850px){
			display: none;
		}
	}
	.rightWrapper{
		.inner{
			margin-top: 140px;
			@media only screen and (max-width: 1199px){
				margin-top: 100px;
			}
			@media only screen and (max-width: 1050px){
				margin-top: 100px;
			}
			@media only screen and (max-width: 850px){
				margin-top: 0;
			}
		}
	}

	.or{
		padding: 40px 0;
		position: relative;
		text-align: center;
		@media only screen and (max-width: 1024px){
			padding: 30px 0;
		}
		@media only screen and (max-width: 767px){
			padding: 20px 0;
		}
		span{
			padding: 0 40px;
			background: $bodyBg;
			z-index: 2;
			position: relative;
			display: inline-block;
			font-size: 16px;
			color: $font-gray-2;
		}
		&:after{
			width: 100%;
			height: 1px;
			background: $borderColor;
			content: '';
			position: absolute;
			left: 0;
			top: 49%;
			z-index: 1;

		}
	}
	.loginWith{
		display: inline-block;
		padding: 15px 30px;
		@include radius(10px);
		background: $light-2;
		width: 48%;
		@include transition(all  300ms linear);
		@media only screen and (max-width: 450px){
			padding: 12px 20px;
		}
		&:hover{
			background: $borderColor;
		}
		&.facebook{
			.icon{
				margin-right: 12px;
			}
		}
		&.google{
			.icon{
				margin-right: 16px;
			}
		}
		.icon{
			float: left;
			display: inline-block;
			color: #2f55a4;
			svg{
				height: 24px;
				margin-top: 2px;
				fill: currentColor;
				@media only screen and (max-width: 450px){
					height: 20px;
				}
			}
		}
		.text{
			float: left;
			strong{
				font-size: 16px;
				font-weight: 400;
				color: $font-dark;
				margin-bottom: 3px;
				@media only screen and (max-width: 450px){
					font-size: 13px;
				}
			}
			span{
				font-size: 10px;
				color: $font-gray;
				font-weight: 400;
			}
		}
	}
}

.verification-page{
	&:before{
		content: '';
		position: absolute;
		left: 17%;
		top: 0;
		padding-bottom: 270px;
		width: 40%;
		background: url('../../assets/images/global/login-top.png') no-repeat;
		@include bgSizeNumeric(100%, auto);
		display: block;
		z-index: 1;
		@media only screen and (max-width: 1199px){
			padding-bottom: 0;
			width: 450px;
			height: 210px;
		}
		@media only screen and (max-width: 1050px){
			width: 430px;
		}
		@media only screen and (max-width: 991px){
			width: 400px;
		}
		@media only screen and (max-width: 850px){
			display: none;
		}
	}

	.rightWrapper{
		@media only screen and (max-width: 850px){
			text-align: center;
		}
		.inner{
			margin-top: 190px;
			@media only screen and (max-width: 1199px){
				margin-top: 150px;
			}
			@media only screen and (max-width: 1050px){
				margin-top: 130px;
			}
			@media only screen and (max-width: 850px){
				margin-top: 0;
				display: inline-block;
				width: auto;
			}
		}
	}

	.sms-verification{
		display: inline-block;
		@media only screen and (max-width: 850px){
			text-align: center;
		}
		.nameWrapper{
			color: $font-dark;
			margin-bottom: 25px;
			padding-bottom: 25px;
			border-bottom: 1px solid $borderColor;
			
			.text{
				font-size: 15px;
			}
			.name{
				font-size: 21px;
				margin-top: 10px;
				display: block;
				@media only screen and (max-width: 450px){
					font-size: 20px;
				}
			}
		}
		.phoneWrapper{		
			.text{
				font-size: 14px;
				color: $font-gray;
			}
			.phone{
				color: $font-dark;
				font-size: 24px;
				margin-top: 10px;
				display: block;
				@media only screen and (max-width: 450px){
					font-size: 22px;
				}
			}
		}
	
		.codeWrapper{
			margin-top: 50px;
			.text{
				font-size: 14px;
				color: $font-gray-3;
			}
			form{
				margin-top: 10px;
				.form-group{
					margin-bottom: 0;
					float: left;
					margin-right: 15px;
					width: 50px;
					height: 50px;
					@media only screen and (max-width: 450px){
						width: 45px;
						height: 45px;
						margin-right: 10px;
					}
					.form-control{
						font-size: 16px;
						text-align: center;
						line-height: normal;
						@media only screen and (max-width: 850px){
							font-size: 14px;
						}
					}
				}
				.counterWrapper{
					margin-top: 30px;
					.text{
						font-size: 14px;
						color: $font-gray;
						span{
							color: $primary
						}
					}
				}
				.formLink{
					@media only screen and (max-width: 850px){
						text-align: center !important;
					}
				}
			}
		}
	}
}

