body {
	background: url('../img/background.png');
	background-repeat: repeat;
}

.container, .row {
	height: 100vh;
}

.align__box {
	position: relative;
	transform: translateY(-50%);
	top: 50%;
}

.auth__box {
	padding: 45px;
	background: #ffffff;
	border-radius: 55px;
	box-shadow: 0px 0px 200px #00000010;	
}

.module__title {
	margin-bottom: 35px;
}

.input__item {
	display: flex;
	justify-content: space-between;
	align-items: center !important;
	padding: 0px 0px 0px 0px;
	gap: 0px;
}

.input__item svg {
	stroke-width: 1px;
	color: #343a40ac;
}

.module__buttons {
	justify-content: center !important;
}

.module__buttons button {
	width: 80%;
}