body{
	background-color: #02706C;
}
.header{
	margin-top: 20px;
}
.icone{
	width: 16px;
	height: 16px;
	margin-right: 10px; 
}
.button{
	border: 2px solid white;
	background-color: #03A688;
	font-size: 15px;
	border-radius: 100px;
	padding-left: 25px;
	padding-right: 25px;
	color: white!important;
}
.logo{
	/* width: 250px; */
	height: 250px;
}
.login{
	margin-bottom: 0px;
}
.esqueceu{
	margin-top: 10px;
	font-size: 20px;
}
.cadastre{
	margin-top: 10px;
	font-size: 20px;
	margin-bottom: 40px;
}
.inputs{
	background-color: white;
	font-size: 25px;
	margin-top: 10px;
	margin-bottom: 20px;
	/* height: 190px; */
	width: 380px;
	border-radius: 50px;
}
.inputs *:focus{
	outline: none;
}
.inputs *:not(div){
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
	width: 100%;
	border: none;
}
.inputs *:not(div):not(hr){
	min-height: 62px;
}
.inputs hr{
	margin: auto;
	text-align: center;
	height: 2px;
	width: 75%;
	background-color: gray;
}

.inputs input:first-child{
	/* border: 5px solid gray; */
	border-top-right-radius: 40px;
	border-top-left-radius: 40px;
}

.inputs button:last-child{
	background-color: #03A688;
	font-size: 25px;
	border-radius: 0;
	border: 1px solid gray;
	border-bottom-right-radius: 40px;
	border-bottom-left-radius: 40px;
}



::-webkit-input-placeholder {
   text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
}

:-ms-input-placeholder {  
   text-align: center; 
}

.input {
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
	width: 100%;
	border: 1px solid gray;
	border-radius: 50px
}
input.input{
	height: 38px;
}
select.input{
	height: 38px;
}