html,
body {
  height: 90%;
  background-color: #f5f5f5;
  font-family: 'Nunito', sans-serif;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-signin .logo {
  width: 100%;
}

#body{
  font-size: 14px;
}

main {
 margin-top: 60px; 
}

main.no-footer{
  margin-top: 60px;
  margin-bottom: 0px;
}

footer{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

input[type=radio].form-control{
  box-shadow: none;
}      
input[type=checkbox].form-check-input{
  width: 20px;
  height: 20px;
}

input[type="date"]::-webkit-inner-spin-button {
  display: none;
}

.body-ft-onerow{
  overflow-y:auto;
  height:84.75vh;
  overflow-x:hidden;
}
.body-ft-tworow{
  overflow-y:auto;
  height:79.07vh;
  overflow-x:hidden;
}
.body-ft-threerow{
  overflow-y:auto;
  height:74.25vh;
  overflow-x:hidden;
}      
.body-ft-fb-onerow{
  overflow-y:auto;
  height:77.07vh;
  overflow-x:hidden;
}
.body-ft-fb-tworow{
  overflow-y:auto;
  height:73.39vh;
  overflow-x:hidden;
}
.body-ft-fb-threerow{
  overflow-y:auto;
  height:71vh;
  overflow-x:hidden;
}

.btn-col{
  width: 100px;
}

#body{
  font-size: 14px;
}

.link-dark {
  text-decoration: none;
}

.text-muted small{
  font-size: 8px;
}
