@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	height: 100%;
}

body
{
	background-color: #f8f8f8;
	color: #FFF;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}

input[type="text"] {
  font-size: inherit;
	background-color: #f8f8f8;
	color: #f8f8f8;
	border: 0px; 
	text-align:center;
	font-size: 50px;
}
textarea {
  font-size: 16px;
}

img
{  border-style: none;
}

a, a:active, a:visited 
{
	color: #FFF;
	text-decoration:none;
	font-weight:bold;
}

a:hover 
{
	color:#999;
}
/*
img { 
	width: 50%;
	height: 50%;
	object-fit: scale-down;
} */
img {
    max-width:100%;
    height:auto;
}

.logo
{
}

.background
{
	width: 100%;	
	height: 100%;
	margin: 0;
	padding: 0;	
	
	background: no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.body
{
	/*background-color:#999;*/
	margin:75px;
	margin-top:-20px;
	min-width: 250px;
	width:15%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	margin:auto;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}