/* Body */

body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  background-color: #454d55 !important;
  color: #fff;
}

/* Line */

.line-o {
  display: block;
  margin-bottom: 10px;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 10px;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  width: 90%;
}

.line-o > span {
  display: inline-block;
  position: relative;
}

.line-o > span::after {
  left: 100%;
  margin-left: 15px;
}

.line-o > span::before {
  margin-right: 15px;
  right: 100%;
}

.line-o > span::before,
.line-o > span::after {
  background: #ccd0d5;
  content: '';
  height: 1px;
  position: absolute;
  top: 50%;
  width: 9999px;
}

.form-control-custom {
  min-height: 2.38rem !important;
  border: 1px solid #ced4da !important;
  border-radius: .25rem !important;
}