html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.form-create  {
    max-width: 400px;
}

.mm-tabletr {
    border-bottom-color:#000;
    background:#ff0000;
}


.mm-btn-delete{
    background-color:transparent;
    height:20px;
    width:20px;
    padding:0px;
    margin:0px;
    vertical-align:auto;      
}

.mm-btn-delete-icon {
    vertical-align: top;
    height:17px;
}

.mmSearchbar {
    min-height: 45px;
    max-width: 700px;
}

.mmLoginContainer {
    
}

.mmLoginBox {
    width: 325px;
    background-color: #e0e0e0ff;
    padding: 40px;
    border-radius: 10px;
}

.mmloginform{
    margin-bottom: 15px;
}

.mmloginbtn {
    width: 100%;
}


.btn-success {
    color: #fff;
    background-color: #36622d;
    border-color: #36622d; /*set the color you want here*/
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #9fc54e;
        border-color: #36622d; /*set the color you want here*/
    }


.mmLoginLogo {
    width: 250px;
    margin-bottom: 25px;
}

.mmBodyBackground {
    background-color: #9fc54e;
    background-image: url('/images/gronwp.png');
    background-repeat: repeat;

}
