/*----------------------------------------------------
@File: MLS Styles
@Author: Arief Maulana
---------------------------------------------------- */
/*=====================================================================*/

body,
html {
	width: 100%;
	height: 100%;
	margin:0px;
}

body {
	font-family : "Fira Sans", Arial;
}
div {
	font-family : "Fira Sans", Arial;
}
li {
	padding-top:5px;
}
b {
	font-weight:700;
}
label {
	font-size:11pt;
	font-weight:700;
	margin-bottom:0px;
}
h1,h2,h3,h4,h5 {
	font-family : "Fira Sans", Arial;
}

input[type=text] {
	text-align:center;
}

input[type=email] {
	text-align:center;
}

.header_area .row .headertop {
	text-align:center;
	padding:10px;
	background-color:orange !important;
}
.header_area .row .subheadertop {
	text-align:center;
	padding:10px;
	padding-bottom:3px;
}
.btn {
	padding:10px !important;
	min-width:120px !important;
	background-color:darkblue;
	color:white;
	border:2px solid blue;
	border-radius:5px;
	font-weight:bold;
	font-size:11pt;
	cursor:pointer;
}
.form-control {
	border:0;
	border-bottom:1px solid gray;
}
.content {
	padding:50px;
	padding-top:110px;
	padding-bottom:80px;
	
}
.content::after {
  content: "";
  background-image: url('../images/bgtile.jpg');
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: -1;   
}

@media screen and (max-width: 480px) {
	.content {
		padding:20px;
		padding-top:110px;
		padding-bottom:80px;
	}
}