.registro {
	padding:20px;
	margin:20px 0 0 0;
	border:3px;
	border-style:solid;
	border-radius:10px;
	border-color:#8459a0;
	
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 500px) {
    .registro {
		flex-direction: column;
	}
}

.card-registro {
	margin: 30px 0 0 0;
	padding: 30px;
	border: 2px solid white;
	border-radius: 25px;
	box-shadow: 2px 3px 5px grey;
	
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 500px) {
    .card-registro {
		flex-direction: column;
		padding: 20px;
		border-bottom: 4px solid #E0E0E0;
		border-top: 4px solid #E0E0E0;
		border-radius: 25px;
		box-shadow: 0px 0px 0px;
	}
}

.alinhamento-horizontal {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.bt-moderadores {
  background-color: #3eb7ab;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.bt-moderadores-disabled {
	background-color: gray;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.vermelho {
	background-color: #FF6347;
}

.azul {
	background-color: #4169E1;
}

.enter {
	margin: 0 0 100px 0;
}

/* Notificações das modificações de info */
.caixa-aviso-adm {
	border-radius: 15px;
	padding: 20px;
	margin: 50px;
}

@media screen and (max-width: 767px) {
    .caixa-aviso-adm {
		align-items: center;
		margin: 20px;
	}
}

@media screen and (max-width: 330px) {
    .caixa-aviso-adm {
		align-items: center;
		width: 80%;
		margin: 10px 0 10px;
	}
}

.mini_foto {
	max-width: 150px;
	height: auto;
}
/*
#form-texto {
	width: 100%;
	height: 450px;
	display:flex;
	justify-content: center;
	align-items: center;

}

@media screen and (max-width: 767px) {
    #form-texto {
		width: 90%;
	}
}*/

.centralizar-form {
	display:flex;
	flex-direction: column;
	align-items: center;
}
