
fieldset.small-bottom-margin .form-group{
  margin-bottom:0.5rem !important;
}

button.form-submit{
  width:calc(100% - 2em);

  margin-right:1em;
  margin-left:1em;

}

fieldset{clear:both;}

.form-customized form .form-group{margin:1em;}



.form-customized form  input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #E4E4C6 inset;
}

.form-customized form d input{
  background-color:#E4E4C6;
  border-color:#E4E4C6;
}
.form-customized button{
  background-color:#8CC640;
  color:#fff;
}
/* ---- #login */

#login .body{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
}




#login .header{padding:0.5em;}
#form-login{width:85%;}

#form-stock .btn-group label.btn:not(.active),
#form-stock .btn-group-horizontal label.btn:not(.active),
#form-productivity .btn-group label.btn:not(.active),
#form-productivity .btn-group-horizontal label.btn:not(.active){
  opacity:0.5;
}




.btn-group-horizontal label{display: block;}

.btn-group-horizontal {
  position: relative;
  vertical-align: middle;
}

.btn-group-horizontal>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group-horizontal>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius: 0;}

.btn-group-horizontal>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group label.btn-success:not(.active){
  border:2px solid #28a745;
  background-color:#fff !important;
  color:#28a745;
}
