body,
html {
  background-color: #F2F2F2;
}

body,
p,
input,
select,
textarea,
button {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 22pt;
}
div{
  padding: 16px;
  width: 100vw;
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
div.segment{
  display: block;
  padding-bottom: 0;
}
div.line{
  display: block;
  text-align: center;
  padding: 0;
}
h1 {
  background-color: #d8dce6;
  color: transparent;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.25);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  font-size: 32px;
  margin: 0;
  max-width: 400px;
  width: 100vw;
}
h2 {
  background-color: #4A4A49;
  color: transparent;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.35);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  margin-top: 4px;
  font-size: 24px;
}

h3 {
  background-color: #93969C;
  color: transparent;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.35);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  margin-bottom: 4px;
  font-size: 20px;
}
h4 {
  background-color: #93969C;
  color: transparent;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.35);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  margin: 0 auto 12px auto;
  font-size: 20px;
}

form {
  padding: 8px;
  max-width: 320px;
  margin: 0 auto;
}

.segment {
  padding: 32px 0;
  text-align: center;
}

button,
input {
  border: 0;
  outline: 0;
  font-size: 17px;
  border-radius: 55px;
  padding: 12px;
  background-color: #F2F2F2;
  text-shadow: 1px 1px 0 #FAFBFF;
  margin-bottom: 8px;
}

label {
  display: block;
  margin-bottom: 0;
  width: 100%;
}

input {
  margin-right: 8px;
  box-shadow: inset 2px 2px 5px #A6ABBD, inset -5px -5px 10px #FAFBFF;
  width: 90%;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
}
input:focus {
  box-shadow: inset 1px 1px 2px #A6ABBD, inset -1px -1px 2px #FAFBFF;
}

button {
  height: 44px;
  color: #61677c;
  font-weight: bold;
  box-shadow: -4px -4px 8px #FAFBFF, 4px 4px 8px #A6ABBD;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-weight: 600;
}
button:hover {
  box-shadow: -1px -1px 3px #FAFBFF, 1px 1px 3px #A6ABBD;
}
button:active {
  box-shadow: inset 1px 1px 3px #A6ABBD, inset -1px -1px 3px #FAFBFF;
}
button .icon {
  margin-right: 8px;
}
button.unit {
  border-radius: 5px;
  line-height: 0;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 27px 0 0 12px;
  padding: 8px;
  color: #12B095;
  font-size: 30px;
}
button.unit .icon {
  margin-right: 0;
}
button.dos {
  border-radius: 5px;
  line-height: 0;
  width: auto;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 8px;
  color: #3088F4;
  font-size: 16px;}

button.red {
  width: 160px;
  background-color: #F2F2F2;
  color: transparent;
  text-shadow: 1px 1px 1px rgba(161, 160, 160, 0.55);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  font-size: 17px;
  margin: auto;
}
button.sele {
  color: #61677c;
  box-shadow: inset 1px 1px 3px #A6ABBD, inset -1px -1px 3px #FAFBFF;
}
button.selec {
  color: #FE4A67;
  box-shadow: inset 1px 1px 3px #A6ABBD, inset -1px -1px 3px #FAFBFF;
}

.input-group {
  max-width: 320px;
  display: flex;
  float: left;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 0px;
}
.input-group label {
  flex: 1;
}
