.campo_nascimento{
	display: flex;
	flex-direction: column;
}

.container-select{
	display: flex;
}

main{
	height: auto;
}
.campo_check{
	display: flex;
	padding-top: 4%;
	align-items: baseline;
}

.p-check-box{
	padding-left: 2%;
	text-align: left;
}

select{
	height: 3em;
	border-radius: 6px;
	border: none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	padding-left: 2%;
	margin: 0 2% 0 0;
}
.img-login-principal{
	padding-bottom: 80%;
}

/** IMAGEM CONTAINER**/
.container-logo-rosa{
	height: 10%;
	width: 100%;
	display: flex;
	justify-content: center;

}
.img-logo-rosa{
	height: 100%;
	width: 78%;
	object-fit: contain;

}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  border-radius: 17px;
  width: 27%; /* Could be more or less, depending on screen size */
  height: 35%;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.container-sucess{
	height: 50%;
	width: 100%;
}

.sucess-img{
	width: 100%;
	height: 70%;
	object-fit: contain;
	margin: auto;
}
.container-btn-continue{
	display: flex;
	align-items: center;
}
.btn-continue-cadastro{
	margin: auto;
	width: 60%;
	background-color: white;
	padding: 12px 30px;
	border-color: #70E000;
	border-radius: 54px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	margin-top: 20px;
	color: #70E000;
	font-size: 18px;
}

.p-sucesso{
	text-align: center;
	color: black;
	font-weight: bold;
	font-size: 2em;
}

/* The Modal (background) */
.modal-2 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content-2 {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  border-radius: 17px;
  width: 27%; /* Could be more or less, depending on screen size */
  height: 35%;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.container-btn-continue-2{
	display: flex;
	align-items: center;
}
.btn-continue-cadastro-2{
	margin: auto;
	width: 60%;
	background-color: white;
	padding: 12px 30px;
	border-color: #E71D36;
	border-radius: 54px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	margin-top: 20px;
	color: #E71D36;
	font-size: 18px;
}