.container-flex {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-family: Roboto, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
}
.main {
	background-color: #133250;
	color: #fff!important;
	border: 1px solid black;
	border-radius: 5px;
	width: 450px;
	padding: 30px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
.input {
	width: 300px;
	padding: 3px;
}
.btnForm {
	width: 300px!important;
	color: #fff!important;
	background-color: rgb(255,67,81)!important;
	border: 1px solid #000!important;
	border-radius: 5px!important;
	padding: 0.375rem 0.75rem!important;
	font-weight: bold!important;
	cursor: pointer!important;
	font-size: 18px!important;
}
.label-frm-poincenot {
	margin-top: 5px;
}
.h1-frm-poincenot {
	margin-bottom: 15px;
	color: #fff!important;
}