body
{
	font-family: "Lato", sans-serif;
	background-color: #eee;
}

.div-center
{
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	width: 400px;
	border-radius: 2px;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
	padding: 40px;
}

.header
{
	color: black;
	font-size: 40px;
	padding: 10px 50px 0 50px;
	font-weight: bold;
	text-align: center;
}

.header img
{
	height: 170px;
}

.header p
{
	position: relative;
	top: -15px;
}

.footer
{
	width: 300px;
	margin: auto;
	margin-top: 20px;
}

@font-face{
    font-family: "Lato";
    src: url("font/Lato-Regular.ttf");
    font-style: normal;
    font-weight: 400;
}

table
{
	margin-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

button
{	
	height: 40px;
	width: 100%;
	margin: auto;
	margin-top: 30px; 
	border: none;
	border-radius: 2px;
	background: #62bf6e;
	cursor: pointer;
	color: white;
	font-size: 0.8em;
	font-weight: 600;
	transition: background 0.2s ease-in-out;
	display: block;
	box-sizing: border-box;
}

button:hover{
	background: #52a05c;
}

label
{
	display: block;
	text-align: left;
	font-size: 0.8em;
	font-weight: bold;
}

input
{
	width: 100%;
	margin-top: 10px;
	height: 40px;
	text-indent: 5px;
	box-sizing: border-box;
}

.field-container + .field-container
{
	margin-top: 20px;
}

.error-container
{
	display: block;
	margin-bottom: 20px;
	padding: 10px;
	text-align: justify;
	color: #e86666;
	border: 1px solid #e86666;
	font-style: italic;
}

select
{
	width: 100%;
	margin-bottom: 20px;
	height: 40px;
}

option
{
	height: 20px;
	background-repeat: no-repeat;
	padding: 4px 30px;
	margin: 5px;
}


.ui-menu-item {
	position: relative;
	padding: 3px 1em 3px;
	cursor: pointer;
}


.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}


.ui-menu-item {
	padding-left: 2em;
}

.ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
}

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.ui-selectmenu-open {
	display: block;
}

.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 38px;
}

span.ui-selectmenu-text {
	margin-top: 10px;
	height: 30px;
	text-align: left;
	text-indent: 5px;
	display: block;
}

.ui-widget-content {
	background: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #c5c5c5;
	background: #ffffff;
	color: #454545;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}

.ui-icon {
	width: 24px;
	height: 24px;
}

.ui-corner-all
{
	border-radius: 3px;
}
