/*Login form.*/
h1 {
  color: #05a7cd;
  font-weight: bold;
  padding-bottom: 0;
  padding-top: 0;
  text-transform: uppercase;
  line-height: 1 !important;
}

.not-filled {
  border-bottom: 1px solid #CC0000 !important;
  box-shadow: 0 1px 0 0 #CC0000 !important;
  transition: 0.6s;
}

/*Instructions.*/
.instructions {
  padding: 0.5rem;
  text-align: left;
}
.instructions ul {
  list-style: none;
  padding-left: 0;
  text-align: justify;
}
.instructions ul li {
  padding: 1rem;
  border-radius: 2px;
}
.instructions ul li span {
  font-weight: 800;
}

/*Modal.*/
#instructions .modal-title {
  color: #05a7cd;
  letter-spacing: 1.5px;
}

/**
 * Packages inputs
 */
.packages label span {
  font-weight: 800;
}

.time-left__box {
  font-size: 4em;
  font-weight: 100;
}
.time-left__box span {
  font-weight: 900;
}
.time-left__box .time-left__time {
  position: relative;
  cursor: wait;
}
.time-left__box .time-left__time:hover:before {
  opacity: 1;
  box-shadow: -1px 3px 20px #0000004d;
}
.time-left__box .time-left__time:before {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  top: 0px;
  border-left: 200px solid #d5d110;
  border-right: 0px solid transparent;
  border-top: 100px solid #05a7cd;
  z-index: -1;
  opacity: 0.5;
  transition: 0.6s;
}

/*# sourceMappingURL=core.css.map */
