html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.form-control {
/*    border-top:none;
    border-left:none;
    border-right:none;
    background-color:transparent;
    border-radius:0px 0px;
    display: inline;*/
}

input[type="text"]:focus {
    border-color: rgba(126, 239, 104, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
}

.leaselabel {
    vertical-align: bottom;
    margin-top: auto;
    margin-bottom: 0;
}

label {
    font-weight: 600;
}