.auth-box h1, .auth-box p {
	text-align: center;
}

.auth-box form, .auth-box .fake-form {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}

.auth-box button, .auth-box .btn {
	width: 400px;
}

@media (max-width: 767px) {
	.auth-box h1, .auth-box p {
		text-align: left;
	}
	.auth-box form, .auth-box .fake-form {
		width: 100%;
	}
	.auth-box button, .auth-box .btn {
		width: 100%;
	}
}

.modal p {
	text-align: justify;
}
