.app_auth_logo{
	text-align: center;
	padding-bottom: 2rem;
}
.app_auth_logo img{
	width: 150px;
}

.app_content_auth{
	padding: 6rem 0 4rem 0;
}

.alert_success, .alert_danger{
	display: none;
}

@media (max-width: 600px) {
	.app_button_auth{
		position: relative;
		margin-top: 1rem;
		width: 100%;
	}

	
}