/** Custom Styles for Running Store Demo **/
.logo {
    max-height: 42px;
}

@media all and (max-width: 767px) {
   .logo {
       max-height: 32px;
   }
}

input[type="text"],
input[type="password"] {
  background: var(--input);
  color: var(--almostblack);
  border: none;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-weight: 600;
  margin-bottom: 24px;
  border-radius: 0;
  font-size: 15px;
}


