* {
	margin: 0;
	padding: 0;
}

html,
body {
	font-family: 'Source Sans Pro';
	overflow-x: hidden;
	background-color: #DBD9D9;
	justify-items: center;

}

.loginbox {
	position: relative;
	padding: 40px;
	margin-top: 0px;
	margin-left: 350px;
	margin-right: 350px;
	border-radius: 50px 0px 90px 70px;
	box-shadow: 0px 4px 4px rgba(107, 107, 107, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
	opacity: 0.8;
	background: #DBD9D9;
}

@media (max-width: 720px) {
	.loginbox {
		position: relative;
		padding: 30px;
		margin-left: 30px;
		margin-right: 30px;
		margin-top: 0px;

		border-radius: 50px 0px 90px 70px;
		box-shadow: 0px 4px 4px rgba(107, 107, 107, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);

		background: #DBD9D9;
		float: unset;
	}
}
