
.form-select,
.form-control,
.form-control:disabled,
.form-control[readonly]{
	background-color: rgba(255,255,255,.1);
	color: #000000!important;
}
.form-control::placeholder{
	color: #fff!important;
}
.form-floating .form-control::placeholder{
	color: rgba(0,0,0,0)!important;
}


.input-group :first-child{
	border-radius: 8px 0 0 8px;
}
.input-group :last-child{
	border-radius: 0 8px 8px 0;
}

.btn-primary,
.btn-primary:visited{
	background-color: #000;
	border-color: #000;
	/*background-color:var(--verde);*/
	/*border-color:var(--verde);*/
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover{
	background-color: #222;
	border-color: #222;
}
.btn:active,
.btn:focus,
.btn:hover{
	outline:none!important;
	box-shadow:0px 0px 0px 4px rgba(0,0,0,.25)!important;
}

@media(max-width:767px){
	.mobile_view{
		display: flex;
	}
	.desktop_view{
		display: none;
	}
}
@media(min-width:767px){
	.mobile_view{
		display: none;
	}
	
	.desktop_view{
		display: flex;
	}
}
.but_registrar_email{
	display: inherit; 
	width:90%;
	 margin-left:-10%
}

.check-lembrar{
	color:black !important;
	border:1px solid #00000057;
	padding:6px;
	border-radius:04px;
}

.input-cadatro-login{
	color:black !important; 
	border:1px solid #00000057 !important;
}
.title-parabens{
 color:black;
 font-weight: 500;
 font-size: 24px;
}
.p-parabens{
	color:black;
	font-weight: 400;
	font-size: 14px;
	text-align: justify;
}


.user_image_upload{
	height:20px;
	background-color: #3333335e;
	
}