﻿#formContainer {
	justify-self: center;
	align-self: center;
}

#formIngreso {
	width: 500px;
	height: 350px;
	background: white;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	padding: 20px;
}

.dx-texteditor-container
{
	max-height: 50px;
}

.layout-body
{
	display: grid;
}

.layout-header
{
	align-self: start;
}

.content-footer
{
	overflow: hidden;
	align-self: end;
}

@media only screen and (max-width: 700px) {
	#formIngreso {
		width: 200px;
	}
}