#login hr.sep {
  background: #239a94;
  box-shadow: none;
  border: none;
  height: 2px;
  width: 75%;
  margin: 15px auto;
}

#login .group {
  top: 5px;
  position: relative;
  margin: 25px 0;
}

#login textarea {
  resize: none;
}

#login input,
#login textarea {
  background: none;
  color: #828282;
  font-size: 0.7rem;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 250px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #828282;
}

#login input:focus,
#login textarea:focus {
  outline: none;
}

#login input:focus ~ label, #login input:valid ~ label, #login input:invalid ~ label, #login input:out-of-range ~ label,
#login textarea:focus ~ label,
#login textarea:valid ~ label {
  top: -14px;
  font-size: 0.7rem;
  color: #239a94;
}

#login input:valid ~ label span.warning {
  display: none;
}

#login input:invalid ~ label {
  top: -14px;
  font-size: 0.7rem;
  color: #828282;
}

#login input:focus ~ .bar:before,
#login textarea:focus ~ .bar:before {
  width: 250px;
}

#login input[type="password"] {
  letter-spacing: 0.3em;
}

#login label {
  color: #828282;
  font-size: 0.8rem;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 300ms ease all;
}

#login .bar {
  position: relative;
  display: block;
  width: 250px;
}

#login .bar:before {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #239a94;
  transition: 300ms ease all;
  left: 0%;
}

#login .btn {
  background: #fff;
  color: #959595;
  border: none;
  padding: 10px 20px;
  border-radius: 3px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

#login .btn:hover {
  color: #8b8b8b;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.18), 0 5px 5px rgba(0, 0, 0, 0.12);
}

#login .btn.btn-link {
  background: #239a94;
  color: #d3eafd;
}

#login .btn.btn-link:hover {
  background: #48aea2;
  color: #deeffd;
}

#login .btn.btn-submit {
  background: #239a94;
  color: #bce0fb;
}

#login .btn.btn-submit:hover {
  background: #0d8aee;
  color: #deeffd;
}

#login .btn.btn-cancel {
  background: #eee;
}

#login .btn.btn-cancel:hover {
  background: #e1e1e1;
  color: #8b8b8b;
}

#login .btn-box {
  text-align: center;
  margin: 20px 0;
}

/* charting styles */
/* Style the lines by removing the fill and applying a stroke */
.line {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3;
}

.overlay {
  fill: none;
  pointer-events: all;
}

/* Style the dots by assigning a fill and stroke */
.dot {
  fill: #48aea2;
  stroke: #fff;
}

.focus circle {
  fill: none;
  stroke: steelblue;
}
