body.settings {
    background-image: url(../images/bg-default.jpg);
}

body.settings h1 {
    font-size: 3em;
    line-height: 1;
	font-weight: 100;
	font-family: "Caprasimo", sans-serif;
    color: #000000;
}

body.settings #bg {
    background-image: none;
    background-color: #000000;
    opacity: 0.1;
}

body.settings option:disabled {
    color: #000000;
    font-weight: bold;
}

body.settings .schedule-item {
    font-size: 0.8em;
}

/*body.settings .time-picker {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  font-family: sans-serif;
}

body.settings .time-picker input[type="time"] {
  font-size: 2rem;
  padding: 10px 15px;
  border: 2px solid #333;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

body.settings .time-picker input[type="time"]:hover {
  border-color: #666;
}*/


/*body.settings {
    background-color: #ffffff;
}

body.settings .logo {
    width: 20vw;
    height: auto;
}

body.settings h1 {
    color: #000000;
    font-size: 3vw;
    text-align: center;
    margin: 0 0 5vw 0;
    padding: 0;
}*/