.text-primary {
    color: #0B70BE !important;
}
.login-page .card-login .card-body .input-group .form-control {
    height: 38px;
    padding: 10px;
    margin: 17px 0 0;
    border-radius: 4px;
}
.form-control {
    background: none;
}
.form-control {
    background-color: #FFFFFF;
    border-bottom: 2px solid #E3E3E3;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    box-shadow: none;
    color: #444444;
    height: 38px;
    padding: 6px 10px;
}
.form-control, .is-focused .form-control {
    background-image: linear-gradient(to top, #0B70BE 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.bmd-form-group .bmd-label-floating, .bmd-form-group .bmd-label-placeholder {
    top: 10px;
    left: 10px;
}
.is-filled .bmd-label-floating, .is-focused .bmd-label-floating {
    top: -.9rem !important;
    left: 0;
}
.tim-row{
    margin-bottom: 20px;
}

.tim-white-buttons {
    background-color: #777777;
}
.typography-line{
    padding-left: 25%;
    margin-bottom: 35px;
    position: relative;
    display: block;
    width: 100%;
}
.typography-line span{
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    position: absolute;
    width: 260px;
    text-transform: none;
}
.tim-row{
    padding-top: 60px;
}
.tim-row h3{
    margin-top: 0;
}

.tim-typo{
    padding-left: 25%;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
}
.tim-typo .tim-note{
    bottom: 5px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    left: 0;
    margin-left: 20px;
    position: absolute;
    width: 260px;
}
.sidebar hr {
    right: 15px;
    width: calc(100% - 30px);
    background-color: hsla(0,0%,71%,.3);
}
.error-page .title {
    font-size: 12em;
    color: #000;
    letter-spacing: 14px;
    font-weight: 700;
}
.payments li {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
  width: 100px;
  text-align: center;
  margin-right: 5px;
}
.payments li img{
  background-color: #fff;
  border: none;
  border-radius: 0.25rem;
  padding: .25rem;
}
#process_payment {
    background: #ededed;
}
.process_payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    background-color: #ededed;    
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 998877;
    position: fixed;
}
.process_payment ul li{
  list-style: none;
  text-align: center;
}
.lojacmp-loader {
  display: block;
}
.lojacmp-loader span {
  display: inline-block;
  margin-top: 10px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
}
.process_payment .logo{
  margin-top: -70px;
  margin-bottom: 40px;
}
.lojacmp-loader span:not(:first-child) {
  margin-left: 10px;
}

.lojacmp-loader span:nth-child(1) {
  background: #01ADC2;
  animation: move 1s ease-in-out -0.25s infinite alternate;
}

.lojacmp-loader span:nth-child(2) {
  background: #06163A;
  animation: move 1s ease-in-out -0.5s infinite alternate;
}

.lojacmp-loader span:nth-child(3) {
  background: #6D7578;
  animation: move 1s ease-in-out -0.75s infinite alternate;
}

.lojacmp-loader span:nth-child(4) {
  background: #01ADC2;
  animation: move 1s ease-in-out -1s infinite alternate;
}

@keyframes move {
  from {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(5px);
  }
}
.process_payment h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 4em;
  text-align: center;
  letter-spacing: -2px;
  margin-top: 0;
  font-weight: 400;
}

.process_payment h1 span:first-child {
  color: #01ADC2;
}

.process_payment h1 span:nth-child(2) {
  color: #06163A;
  transform: rotate(10deg);
  display: inline-block;
}

.process_payment h1 span:nth-child(3) {
  color: #6D7578;
}

.process_payment h1 span:nth-child(4) {
  color: #01ADC2;
}
.process_payment h1 span:nth-child(5) {
  color: #6D7578;
}

.process_payment h1 span:last-child {
  color: #01ADC2;
  transform: rotate(-20deg);
  display: inline-block;
}