light-green-color { color: #95D99B }
.light-red-color { color: #cc0000 }
.light-green-bg-color { background-color: #95D99B; }
.dark-green-color { color: #4D6F50; }
.dark-green-bg-color { background-color: #4D6F50; }
.white-color { color: #fff; }

.padding-top-100px {padding-top: 100px;}
.margin-bottom-25px {margin-bottom: 25px;}

/**********************
 *
 * style for LOGIN
 *
 **********************/

 .btn-xxl {
   padding: 20px 26px;
   font-size: 35px;
   border-radius: 8px;
   margin: 10px;
 }
#loginContainer{
    background-color: #4D6F50;
    height: 100%;
}
#loginContainer2{
    background-color: #4D6F50;
    height: 150vh;
}
.login-form {
    width: auto;
    margin: 0 auto;
}

.login-form .hint-text {
    color: #fff;
    text-align: center;
    font-size: 0.8em;
}

.form-control, .btn {
    min-height: 38px;
    border-radius: 8px;
}

.login-btn {
    font-size: 15px;
    font-weight: bold;
}

.social-btn {

}

.input-group2 {
    background-color: #cc0000;
    color: red;
    border: 2px solid red;
    border-radius: 8px;
}
.input-group {
    background-color: #4D6F50;
    color: green;
    border: 2px solid #95D99B;
    border-radius: 8px;
}
.input-group input::placeholder {
    color: #fff;
    background-color: #4D6F50;
    font-size: 1em;
}
.input-group2 input::placeholder {
    color: #fff;
    background-color: #cc0000;
    font-size: 1em;
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    color: #fff;
    background-color: #4D6F50;
    text-transform: none;
    font-size: 1em;
    border: none;
}

.input-group2>.custom-select:not(:first-child),
.input-group2>.form-control:not(:first-child) {
    color: #fff;
    background-color: #cc0000;
    text-transform: none;
    font-size: 1em;
    border: none;
}

.input-group-addon .fa {
    font-size: 18px;
    padding: 10px;
    color: #95D99B;
}
.input-group-addon2 .fa {
    font-size: 18px;
    padding: 10px;
    color: #cc0000;
}

.form-group {
    margin-bottom: 1rem;
    padding-left: 55px;
    padding-right: 55px;
}

.clearfix {
    padding-left: 55px;
    padding-right: 55px;
}

.btn-successs,
.btn-successs:hover {
    height: 42px;
    color: #4D6F50;
    background-color: #fff;
    border-color: #4D6F50 !important;
    text-transform: uppercase;
    font-size: 1em;
}


.sasso{
  background-color: white;
  width: 100%;
  border: 1px solid ;
}
a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: #4D6F50;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: #4D6F50;
  background-color: transparent;
  text-decoration: underline;
}



.autocomplete {
  position: relative;
  display: inline-block;
}

input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}

input[type=text] {
 background-color: #f1f1f1;
  width: 100%;
/*border: 0px ;*/
}

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}
.gino{
  background-color: #4D6F50;


}

.prodotti {
  width: 700px;
  border: 1px solid white;
  padding: 5px;
  margin: 10px;
}
