body {
	height: 100%;
	width: 80%; 
    margin: 0 auto; 
	/*background-image: url("../images/arriereplan.png");
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: auto;*/
}
/*************************** [ FONT ] **********************************/
@font-face {
	font-family: Poppins-Regular;
	src: url('../fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
	font-family: Poppins-Bold;
	src: url('../fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
	font-family: Poppins-Medium;
	src: url('../fonts/poppins/Poppins-Medium.ttf');
}

@font-face {
	font-family: Montserrat-Bold;
	src: url('../fonts/montserrat/Montserrat-Black.ttf');
}

/************************* [ Button ] ***********************************/
.container-login100-form-btn {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 20px;
}

.login100-form-btn {
	font-family: Montserrat-Bold;
	font-size: 15px;
	line-height: 1.5;
	color: #fff;
	text-transform: uppercase;
	width: 50%;
	height: 50px;
	border-radius: 25px;
	background: #2a910b;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 25px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	text-decoration: none;
}


input[type="submit"] {
	font-family: Montserrat-Bold;
	font-size: 15px;
	line-height: 1.5;
	color: #fff;
	text-transform: uppercase;
	/*width: 60%; 
	height: 50px;*/
	border-radius: 25px;
	background: #2a910b;
	cursor: pointer;
	outline: none !important;
	border: none;
	/* margin-top: 10px;  Add margin at the top to create space */
}

input[type="submit"]:hover {
	background: #333333;
}
.login100-form-btn:hover {
	background: #333333;
}
