/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Modal 518 5672 **/
#modal-518-5672 {
	padding: 20px !important;
}

/** General >> Mc container **/
#mc-container {
	width: 100% !important;
	max-width: 100% !important;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-direction: column !important;
	-moz-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

/** General >> Mc form **/
.smalltext {
	font-size: 14px !important;
}
.tinytext {
	font-size: 11px !important;
}

/** General >> Mc image **/
#mc-image {
	text-align: center !important;
	width: 100% !important;
	max-width: 100% !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
	-webkit-align-items: center !important;
	align-items: center !important;
	-webkit-align-content: center !important;
	align-content: center !important;
	-webkit-flex-basis: 50% !important;
	flex-basis: 50% !important;
	-webkit-align-self: center !important;
	align-self: center !important;
}

/** General >> Mc container [type="text"] **/
#mc-container > [type="text"] {
	margin-bottom: 10px !important;
}

/** General >> Mc container [type="email"] **/
#mc-container > [type="email"] {
	margin-bottom: 10px !important;
}

/** General >> Mc container [type="submit"] **/
#mc-container > [type="submit"] {
	width: 100px !important;
	margin-bottom: 10px !important;
}

/** General >> Mc container [type="checkbox"] **/
#mc-container [type="checkbox"] {
	
}

/** General >> Mc container label **/
#mc-container > label {
	font-size: 11px !important;
}

/** General >> Link button 521 5672 **/
#link_button-521-5672 {
	color: rgb(255, 255, 255) !important;
}

