*:before,
*:after {
	box-sizing: inherit;
}
.main_title{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

html {
	box-sizing: border-box;
	padding: 0px;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,900&display=block');

* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}


body {
	margin: 0px;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	background-color: #343d4b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}


.container {
	border-radius: 15px;
	-webkit-box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.2);
	background-color: #222831;
	color: #ffffff;
	max-width: 800px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}


label{
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
}
