body {
  position: absolute;
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
  font-weight: 400;
  margin: 0;
  background: #fafafa;
  display: flex;
  flex-direction: column;
}
.content {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 500px;
  box-sizing: border-box;
}
header {
  background: #fff;
  text-align: center;
  padding: 20px 0;
}
header h2 {
  margin: 0;
  padding: 25px 0;
  color: #353535;
}
#defaultMessage {
  height: 100%;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 30px;
  color: #353535;
  letter-spacing: 0.5px;
  font-weight: 300;
  flex-direction: column;
  text-align: center;
}
#formMessage {
  height: 100%;
  align-items: center;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 30px;
  color: #353535;
  letter-spacing: 0.5px;
  font-weight: 300;
  flex-direction: column;
  text-align: center;
}
#form,
#defaultMessage,
#formMessage,
#loading {
  padding: 20px 0;
}

#loading {
  display: flex;
  text-align: center;
  color: #a2a2a2;
  height: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#loading img {
  width: 50px;
  animation: fa-spin 4s infinite linear;
}
#lottie,
#lottie-404 {
  display: none;
}
#lottie svg,
#lottie-404 svg {
  width: 255px !important;
}

.form-group {
  padding: 10px 0;
}
.form-group .main-label {
  font-weight: 400;
  display: block;
  color: #333;
  margin: 8px 0;
  font-size: 18px;
  line-height: 25px;
}

.form-group .main-label span {
  color: #f23937;
}
.form-group input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  padding: 2px 10px;
  min-height: 36px;
  /* box-shadow: none;
  outline: 0; */
  margin: 8px 0;
  color: #333;
}
.form-group input:hover {
  border: 1px solid #d2d2d2;
}

.checkbox-label,
.radio-label {
  display: block;
  position: relative;
  padding-left: 26px;
  margin: 12px 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
}

.checkbox-label input,
.radio-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-label .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  border-radius: 2px;
  width: 15px;
  background: #fff;
  border: 1px solid #ddd;
}

.checkbox-label input:checked ~ .checkmark {
  background-color: #2196f3;
  border: 1px solid #2196f3;
}

.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

.checkbox-label input:checked ~ .checkmark:after,
.radio-label input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-label .checkmark:after {
  left: 4px;
  top: 2px;
  width: 4px;
  height: 7px;
  border: solid white;
  border-radius: 2px;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-label .title,
.radio-label .title {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 20px;
}

.radio-label .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 17px;
  width: 17px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 50%;
}

.radio-label input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #2196f3;
}
.radio-label .checkmark:after {
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #2196f3;
}

span.grey {
  background-color: #eee;
}

span.yellow {
  background-color: #ffeab6;
}
span.green {
  background-color: #bbe6cd;
}
span.red {
  background-color: #fed3d4;
}
span.blue {
  background-color: #c0e0f8;
}
span.teal {
  background-color: #c2f5e9;
}

button:not([disabled='disabled']) {
  box-shadow: none;
  background: #f23937;
  border-radius: 4px;
  font-size: 16px;
  padding: 7px 18px;
  border: 1px solid #f23937;
  color: #fff;
  margin: 30px 0;
  cursor: pointer;
}
button:hover {
  background: rgba(242, 57, 55, 0.8);
  border: 1px solid #f4605e;
}
button:disabled {
  cursor: not-allowed;
  background: #d2d2d2;
  /* //  background: rgba(242, 57, 55, 0.3); */
  border: 1px solid #d2d2d2;
  padding: 7px 18px;
  margin: 30px 0;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
}
button i {
  font-size: '';
}
footer {
  text-align: center;
  background: #fff;
  padding: 30px 0;
}
footer img {
  width: 120px;
}

span.has-error {
  color: #f23937;
  font-size: 14px;
  display: none;
}

span.has-validation-error {
  color: #f23937;
  font-size: 14px;
  display: none;
}
