body,h1 {font-family: "Raleway", sans-serif}
body, html {height: 100%}
.bgimg {
  background-image: url('/image/catalog/ecf logos/bg-image.jpg');
  min-height: 100%;
  background-position: center;
  background-size: cover;
}
img {
    max-width:30%;
    height:auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
h1 {
    text-align:center;
}

a{
	text-decoration: none !important;
}

.ml-btn {
  margin: auto;
  width: 50%;
  padding: 10px;
  height:auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  
  /* display: inline-block;
	margin-bottom: 0; */
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
		border-top-color: transparent;
		border-right-color: transparent;
		border-bottom-color: transparent;
		border-left-color: transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	white-space: nowrap;
	padding: 8px 13px;
	font-size: 13px;
	line-height: 1.42857;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	align-content: center;
	background-color: #4cb64c;
	color: #FFF;
	font-weight: 600;
}