body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}

.form-signin {
  max-width: 600px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#header {
    text-align:  center ;
    font-weight: 300;
    font-size: 380%;
    color: white;
    font-family: 'Allan', cursive;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.63);
}

#adding {
    margin-top: 50px;
    text-align:  center ;
    font-family: 'Allan', cursive;
    color: white;
    font-size: 30px;
    
    
}

#landCalc {
    width: 400px;
    height: 350px;
    
    padding: 5px;
    margin: 20px auto;
    text-align:center;
    background-color: #C6CACC;
    border: 1.5px dashed #4E5457;
    opacity: 0.8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 8px;
    
    box-shadow: 0px 4px 10px 3px rgba(5, 5, 5, 0.6);
    -moz-box-shadow: 0px 4px 10px 3px rgba(5, 5, 5, 0.6);
    -webkit-box-shadow: 0px 4px 10px 3px rgba(5, 5, 5, 0.6);
    
}

#blocker {
    margin-top: 25px;
    font-weight: 100;
    
}

#blocker input {
    text-align: center;
    font-style: italic;
    
}
