body {
	margin: 0;
}

img {
	width: 100%;
}

.wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 440px;
	margin: 0 auto;
	height: 956px;
	background-image: url('/assets/img/bg.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	justify-content: center;
	text-align: center;
	gap: 30px;
}
.top {
	margin-top: 24px;
}

.buttons {
	position: relative;
	width: 100%;
	height: 350px;
}

.buttons .btn {
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: center;
}

.buttons .btn-login {
	top: -40px;
}

.buttons .btn-signup {
	top: 45px;
	margin-left: 6px;
}

.buttons .btn img {
	width: 90%;
}

.buttons .btn-signup img {
	width: 88%;
}

.wrapper > div {
	position: relative;
}

@media  (max-width: 440px) {
	.wrapper {
		width: 100%;
	}
}