@CHARSET "UTF-8";

#form {
	height: 100%;
}

#form #form\:contentWrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#form #form\:contentWrapper #form\:content .row {
	margin-top: 15px;
}

#form #form\:contentWrapper #form\:content .row input {
	width: 100%;
}

#form #form\:contentWrapper #form\:content #form\:btnLogin {
	width: 100%;
	margin-top: 5px;
}

#form #form\:contentWrapper #form\:content #form\:btnForgotPassword {
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
}

#form #form\:contentWrapper #form\:content #form\:btnCreateConta {
	display: block;
	text-align: center;
	margin-top: 10px;
}