.start-login {
	background-color: var(--white);
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
}

.login {
	position: absolute;
	width: 90%;
	top: 317px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.overlap-group {
	position: relative;
	width: 100%;
	height: 60px;
	background-color: var(--secondary);
	border-radius: 10px;
	border: 0 solid var(--secondary);
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.text-wrapper {
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	font-weight: 700;
	color: var(--white);
	font-size: 1.5em;
	letter-spacing: 0.36px;
	white-space: nowrap;
}

.text {
	position: relative;
	align-self: stretch;
	font-weight: 700;
	color: var(--white);
	font-size: 2em;
	text-align: center;
	letter-spacing: 0.64px;
}

.span {
	font-weight: 700;
	color: var(--white);
	font-size: 1em;
	letter-spacing: 0.64px;
}

.group {
	position: absolute;
	width: 100%;
	height: 415px;
	bottom: 0;
	left: 0;
}

.overlap-wrapper {
	background-color: var(--white);
	width: 480px;
	height: 812px;
}

.overlap {
	position: relative;
	height: 812px;
	width: 100%;
	background: linear-gradient(
		180deg,
		rgb(89, 157, 22) 0%,
		rgb(138.1, 157, 22) 100%
	);
	background-image: url("../img/Welcome/main_background.png");
	background-size: cover;
	background-position: 50% 50%;
}

.flexcontainer {
	position: absolute;
	width: 100%;
	height: 42px;
	top: 186px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.logo-al-hidayat-app {
	position: absolute;
	width: 150px;
	height: 150px;
	top: 30px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 390px) {
	.span {
		font-weight: 700;
		color: var(--white);
		font-size: 0.85em;
		letter-spacing: 0.64px;
	}

	.overlap-group {
		position: relative;
		width: 100%;
		height: 50px;
		background-color: var(--secondary);
		border-radius: 10px;
		border: 0 solid var(--secondary);
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}

	.text-wrapper {
		position: absolute;
		top: 13px;
		left: 0;
		right: 0;
		margin-right: auto;
		margin-left: auto;
		font-weight: 700;
		color: var(--white);
		font-size: 1.25em;
		letter-spacing: 0.36px;
		white-space: nowrap;
	}

	.group {
		position: absolute;
		width: 100%;
		height: 385px;
		bottom: 0;
		left: 0;
	}
}

@media only screen and (max-width: 320px) {
	.span {
		font-weight: 700;
		color: var(--white);
		font-size: 0.75em;
		letter-spacing: 0.64px;
	}

	.overlap-group {
		position: relative;
		width: 100%;
		height: 40px;
		background-color: var(--secondary);
		border-radius: 10px;
		border: 0 solid var(--secondary);
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}

	.text-wrapper {
		position: absolute;
		top: 10px;
		left: 0;
		right: 0;
		margin-right: auto;
		margin-left: auto;
		font-weight: 700;
		color: var(--white);
		font-size: 1em;
		letter-spacing: 0.36px;
		white-space: nowrap;
	}

	.group {
		position: absolute;
		width: 100%;
		height: 365px;
		bottom: 0;
		left: 0;
	}
}
