  .form-login{
    padding: 88px;
    padding-top: 120px;
  }

  .g-recaptcha {
    transform:scale(0.77);
    transform-origin:0 0;
}

a .card{
  color: #6c757d !important;
}

a .card:hover{
  /* background-color: #6c757d !important; */
  /* opacity: 0.1; */
  /* border: 1px solid #6c757d; */
  box-shadow: 3px 4px 6px;
}

.img-icon{
  height: 60px;
}

.icon-promo{
  width: 50px;
  height: 30px;
  top: 38%;
  left: 10%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.btn.btn-primary.bootstrap-touchspin-down, .btn.btn-primary.bootstrap-touchspin-up{
  height: 58px !important;
}

.dripicons-card {
  font-size: 20px;
}

/* OVERRIDE */
.btn.btn-primary.bootstrap-touchspin-down, .btn.btn-primary.bootstrap-touchspin-up{
  -webkit-box-shadow: unset;
  box-shadow: 0px;
}

.nav-link.rounded-0.active{
  background: #30318B;
  color: #fff;
  cursor:pointer;
}

.nav-link.rounded-0{
  background: #D5E0FF;
  color: #30318B;
  cursor:not-allowed;
}

.img-thumbnail{
  height: 150px;
  /* width: 100%; */
}

.radio-opsi {
  width: 2.112em;
  height: 2.112em;
  margin: 30px 0px;
position: relative;
}

.option_disable{
  background-color: #E0E0E0;
  color: rgb(102, 102, 102);
}

.btn-disable{
  /* display: flex;
  flex-direction: row; */
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  background-color: #E0E0E0;
  color: #757575;
  border-color: unset;
}

.email-date{
  left: 500px;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

    legend.scheduler-border {
        font-size: 1.2em !important;
        font-weight: bold !important;
        text-align: left !important;
        width:auto;
        padding:0 10px;
        border-bottom:none;
    }

    .img-tab{
      box-shadow: 1px 1px 3px;
      height: 75px;
      border-radius: 5px;
      width: 100%;
      cursor: pointer;
    }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}

@media (max-width: 768px) { 
  .form-login{
    padding: 30px;
    padding-top: 60px;
    border: none;
-webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
margin-bottom: 24px;
  }

  .authentication-bg.account-pages{
    display: none;
  }

  .leftside-menu{
    margin-top: 70px;
  }

  .logo.text-center.logo-dark {
  margin-top: 65px;
}

.img-tab{
      height: 30px;
    }

}

/* INPUT GROUP */
/* .input-marketing{
  position: relative;
}

input{
  border: solid 1.5px #9e9e9e;
  border-radius: 1rem;
  background: none;
  padding: 1rem;
  font-size: 1rem;
  color: #f5f5f5;
  transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

label{
  position: relative;
  left: 16px;
  color: #e8e8e8;
  pointer-events: none;
  transform: translateY(1rem);
  transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

input:focus{
  outline: none;
  border: 1.5px solid #1a73e8;
}

input:focus ~ label {
  transform: translateY(-50%) scale(0.8);
  background-color: #020e26;
  padding: 0 0.2em;
  color: #1a73e8;
} */