html, body {
	min-height: 100%;
}
body, div, form, input, select, p {
	padding: 0;
	margin: 0;
	outline: none;
	font-family: Roboto, Arial, sans-serif;
	font-size: 14px;
	color: #666;
}
h1 {
	margin: 0;
	font-weight: 400;
}
h3 {
	margin: 12px 0;
	color: #8ebf42;
}
.main-block {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}
.main-block2 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5%;
	background: #fff;
}
form {
	width: 100%;
	padding: 20px;
}

.account-details, .personal-details {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.account-details >div, .personal-details >div >div {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.account-details >div, .personal-details >div, input, label {
	width: 100%;
}
label {
	padding: 0 5px;
	text-align: right;
	vertical-align: middle;
}
input {
	padding: 5px;
	vertical-align: middle;
}
.checkbox {
	margin-bottom: 10px;
}
select, .children, .gender, .bdate-block {
	width: calc(100% + 26px);
	padding: 5px 0;
}
select {
	background: transparent;
}
.gender input {
	width: auto;
}
.gender label {
	padding: 0 5px 0 0;
}
.bdate-block {
	display: flex;
	justify-content: space-between;
}
.birthdate select.day {
	width: 35px;
}
.birthdate select.mounth {
	width: calc(100% - 94px);
}
.birthdate input {
	width: 38px;
	vertical-align: unset;
}
.checkbox input, .children input {
	width: auto;
	margin: -2px 10px 0 0;
}
.checkbox a {
	color: #8ebf42;
}
.checkbox a:hover {
	color: #82b534;
}
button {
	width: 100%;
	padding: 10px 0;
	margin: 10px auto;
	border-radius: 5px;
	border: none;
	background: #DAA520;
	font-size: 14px;
	font-weight: 600;
	color: #000000;
}
button:hover {
	background: #82b534;
}
@media (min-width: 568px) {
	.account-details >div, .personal-details >div {
		width: 50%;
	}
	label {
		width: 40%;
	}
	input {
		width:90%;
	}
	select, .children, .gender, .bdate-block {
		width: calc(60% + 16px);
	}
		.celulaNaoEditavel {
		border: none;
		cursor: pointer;
		outline-style: none;
		text-align: center;
	}

	.celulaEditavel {
		border: solid 5px gray;
		cursor: text;
	}

	td {
		border-right: solid black 2px;
		border-bottom:  solid black 2px;
		padding: 3px;
	}

	table{
		border-top: solid black 2px;
		border-left: solid black 2px;
		border-spacing: 0px;
		table-layout: fixed;
		text-align: center;
	}
}

