* {
  margin:0px;
  padding:0px;
}

body {
  font-family: 'Open Sans', sans-serif;
  color:black;
}

.show-menu {
	text-decoration: none;
	color: #fff;
	background: #58585a;
	text-align: center;
	padding: 10px 0;
	display: none;
	width:100%;
	margin-bottom:1px;
}

input[type=checkbox]{
  display: none;
  -webkit-appearance: none;
}

p, h1, h2, h3 {
  margin-bottom: 20px;
}


@media (min-width: 1100px) {

  .container {
    width: 1100px;
    margin:0 auto;
  }

  label {
    display: inline-block;
    text-align: right;
    width:200px;
  }

  input[type="text"], input[type="email"], select, input[type="password"] {
    display: inline-block;
    margin-bottom: 10px;
    padding:5px;
    font-family: 'Open Sans';
    color: #445560;
  }

  input[type="submit"]{
    background: #445560;
    color: white;
    font-family: 'Open Sans';
    font-size: 13pt;
    text-align: center;
    padding:5px 10px;
    width:150px;
    margin:0 auto;
    display: block;
    border-radius: 3px;
    border:solid 1px #cdcdcd;
    cursor: pointer;
  }


  fieldset {
    padding:10px;
    margin-bottom: 20px;
    background: #f3f3f3;
  }

  form {
    width:500px;
    margin:0px auto 20px;
  }

  .logo {
    width:250px;
    height: auto;
    display: block;
    text-align: center;
    margin:20px auto;
  }

  p, h1 {
    text-align: center;
  }

  #totalshow {
    font-size: 18pt;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    color: #445560;
  }

  a {
    color:#445560;
  }

  a:hover {
    text-decoration: none;
  }

  .g-recaptcha {
    margin:0 auto;
    width:304px;
  }
}



@media screen and (max-width : 1099px){
  
  .container {
    width:100%;
  }

  label {
    display: inline-block;
    text-align: right;
    width:150px;
    font-size: 11pt;
  }

  input[type="text"], input[type="email"], select, input[type="password"] {
    display: inline-block;
    margin-bottom: 10px;
    padding:5px;
    font-family: 'Open Sans';
    color: #445560;
  }

  input[type="submit"]{
    background: #445560;
    color: white;
    font-family: 'Open Sans';
    font-size: 13pt;
    text-align: center;
    padding:5px 10px;
    width:150px;
    margin:0 auto;
    display: block;
    border-radius: 3px;
    border:solid 1px #cdcdcd;
    cursor: pointer;
  }


  fieldset {
    padding:10px;
    margin-bottom: 20px;
    background: #f3f3f3;
  }

  form {
    width:90%;
    margin:0px auto 20px;
  }

  .logo {
    width:250px;
    height: auto;
    display: block;
    text-align: center;
    margin:20px auto;
  }

  p, h1 {
    text-align: center;
    width:90%;
    margin:0px auto 20px;
  }

  #totalshow {
    font-size: 18pt;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    color: #445560;
  }

  a {
    color:#445560;
  }

  a:hover {
    text-decoration: none;
  }

  .g-recaptcha {
    margin:0 auto;
    width:304px;
  }

}