@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
input[type="checkbox"] {
	border-color: 1px solid white;
	border-radius: 3px;
}

.escape-matrix-wrapper {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0px 4px 0px 101px;
}

.escape-matrix-wrapper h1 {
	color: #f5f5f5;
	font-size: 50px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.escape-matrix-wrapper h6 {
	color: #f5f5f5;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 5.4px;
	line-height: normal;
	text-transform: capitalize;
}

input {
    background-color: transparent;
    border-radius: 12px;
    border: 0.889px solid #bdc4cd;
    color: white;
    display: flex;
	font-size: 16px !important	;
    height: 50px;
    padding: 10px 25px;
    width: -webkit-fill-available;
    width: 100%;
}
button{
	background: #a45cf6;
	border-radius: 16px;
	border: #a45cf6;
	color: #f5f5f5;
	display: flex;
	font-size: 16px;
	font-weight: 300;
	gap: 7.11px;
	height: 50px;
	justify-content: center;
	letter-spacing: -0.36px;
	padding: 7.11px 71.097px;
	text-transform: capitalize;
	width: 100%;
}
.form-wrapper {
	align-items: center;
	align-self: center;
	display: flex;
	flex-direction: column;
	gap: 25px;
	justify-content: center;
}

.input-wrapper>input {
	background-color: transparent;
	border-radius: 12px;
	border: 0.889px solid #bdc4cd;
	color: white;
	display: flex;
	font-size: 18px;
	height: 50px;
	padding: 10px 25px;
	width: -webkit-fill-available;
	width: 100%;
}

.input-wrapper>input::placeholder {
	color: #96a0ad;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.input-wrapper>label {
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.left-box {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.login-btn {
	align-items: center;
	background: #a45cf6;
	border-radius: 16px;
	border: #a45cf6;
	color: #f5f5f5;
	display: flex;
	font-size: 16px;
	font-weight: 500;
	gap: 7.11px;
	height: 50px;
	justify-content: center;
	letter-spacing: -0.36px;
	padding: 7.11px 71.097px;
	text-transform: capitalize;
	width: 100%;
}

.login-options {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 20px 0px;
}

.login-options>.forget-password {
	color: #a45cf6;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.14px;
	line-height: normal;
}

.login-options>.remember-me {
	align-items: center;
	display: flex;
	gap: 14px;
	height: 24px;
}

.login-options>.remember-me>p {
	color: white;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.login-redirect {
	text-align: center;
}

.login-wrapper {
	align-items: center;
	background: linear-gradient(90deg,#000 0%,#000 100%);
	display: flex;
	gap: 100px;
	height: 100vh;
	justify-content: space-around;
	width: 100%;
}

.right-box {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 4px;
	justify-content: center;
	width: 42%;
}

.right-box>.divisier {
	align-items: center;
	background: #9fa8b2;
	display: flex;
	height: 1px;
	justify-content: center;
	margin-bottom: 20px;
	margin-top: 35px;
	width: 340px;
}

.right-box>.divisier>span {
	background-color: #000;
	color: white;
	font-size: 20px;
	padding: 5px 20px;
}

.right-box>.google-btn {
	align-items: center;
	border-radius: 12px;
	border: 1px solid #bdc4cd;
	display: flex;
	gap: 8px;
	justify-content: center;
	padding: 10px 50px;
	width: 370px;
}

.right-box>.google-btn>h5 {
	color: #f5f5f5;
	font-size: 14px;
	font-weight: 500;
}

.right-box>form>.input-wrapper {
	padding-bottom: 5px;
}

.right-box>form>.input-wrapper>label {
	padding-bottom: 5px;
}

.right-box>form>.login-redirect>.sign-up-link {
	color: #a45cf6;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.96px;
	line-height: normal;
	text-align: center;
	text-transform: capitalize;
}

.right-box>form>.login-redirect>p {
	color: white;
	font-size: 12px;
	font-weight: 500;
	height: 20px;
	letter-spacing: 0.96px;
	text-align: center;
	width: 100%;
}

.right-box>h1 {
	color: white;
	font-size: 35px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: -0.78px;
	line-height: normal;
	text-align: center;
}

.right-box>p {
	color: #96a0ad;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.28px;
	line-height: normal;
	padding-bottom: 20px;
	text-align: center;
	text-transform: capitalize;
	width: 53%;
}

@media screen and (max-width: 1024px) {
	.escape-matrix-wrapper h1 {
		color: #f5f5f5;
		font-size: 40px;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
	}

	.escape-matrix-wrapper h6 {
		color: #f5f5f5;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		letter-spacing: 5.4px;
		line-height: normal;
		text-transform: capitalize;
	}

	.left-box {
		display: none;
	}

	.right-box>p {
		width: 100%;
	}
}

@media screen and (max-width: 1440px) {
	.left-box {
		width: 58%;
	}
}

@media screen and (max-width: 768px) {
	.left-box {
		display: none;
	}

	.right-box {
		width: auto;
	}

	.right-box>p {
		width: 100%;
	}
}