body {
	background-color: #E0E0E0;
}

.loginAndRegister-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 625px;

}

.inner-wrap {
	background-color: white;
	height: 80vh;
	width: 800px;
}

.Logo {
	display: flex;
	align-items: center;
	justify-content: center;
}
.sisLogo {
	width: 400px;
}

.secondBackg {
	background-color: #F4F4F4;
	height: 80vh;
	width: 400px;
}

.inputs {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;

}

.button {
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn {
	color: #922B21;
}
