@font-face {
    font-family: andick_buntu;
    src: url(Ubuntu-Regular.ttf);
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    font-family: andick_buntu;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
html {
    overflow-y: scroll;
    font-size: 15px;
}
body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn, .btn-simple, a, .td-name, td {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
body {
    background-color: #ffffff;
    font-family: andick_buntu;
    /* font-family: 'Open Sans', sans-serif; */
    font-size: 1rem;
    color: #707070;
    font-weight: 400;
    line-height: 1.75;
}
p:not(:last-child) {
    margin-bottom: 1.25em;
}
h1, h2, h3, h4, h5 {
    margin: 0 0 1rem;
    font-family: andick_buntu;
    /* font-family: 'Montserrat', sans-serif; */
    /* font-family: 'Open Sans', sans-serif; */
    font-weight: 600;
    line-height: 1.21;
    color: initial;
}
h1 {
    margin-top: 0;
    font-size: 3.052em;
}
h2 {
    font-size: 2.441em;
}
h3 {
    font-size: 1.953em;
}
h4 {
    font-size: 1.563em;
}
h5 {
    font-size: 1.25em;
}
small, .text_small {
    font-size: 0.8em;
}
strong, b {
    font-weight: bold;
    font-family: andick_buntu;
}
a {
    color: #54784A;
}
a:hover {
    color: #66A279;
    text-decoration: none;
}
*:focus {
    outline: none !important;
    box-shadow: none !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #54784A !important;
}
.ptb-100 {
    padding: 100px 0;
}
.pt-100 {
    padding-top: 100px;
}
.pt-150 {
    padding-top: 150px;
}
.pb-100 {
    padding-bottom: 100px;
}
.mt--120 {
    margin-top: -150px !important;
}
.full-screen {
    min-height: 100vh;
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg-graph {
    background-image: url('../images/bg_landscape.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.gradient-overlay {
    position: relative;
    width: 100%;
}
.gradient-overlay:before {
    position: absolute;
    content: '';
    background-image: linear-gradient(to left,
        rgba(168, 229, 192, 0.9),   /* #A8E5C0 */
        rgba(123, 210, 163, 0.88),  /* #7BD2A3 */
        rgba(82, 188, 133, 0.85),   /* #52BC85 */
        rgba(50, 167, 111, 0.88),   /* #32A76F */
        rgba(23, 142, 90, 0.9)      /* #178E5A */
    );
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.login-signup-card {
    position: relative;
    z-index: 2;
    border-radius: 24px;
    background: #e7efe3;
    border: 0;
}
.login-signup-form .form-group{
    position: relative;
}
.login-signup-form .form-group label{
    font-family: andick_buntu;
    /* font-family: 'Montserrat', sans-serif; */
    color: #54784A;
    font-weight: 500;
    font-size: 90%;
}
.form-control{
    border-color: #ebebeb;
    padding: .75rem 0.85rem;
    height: calc(2.56em + .75rem + 2px);
}
.form-control:focus{
    outline: none;
    box-shadow: none;
}
input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
select.form-control.has-value{
    color: #b1b1b1 !important;
    font-size: 13px;
}
input[type]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
select.form-control.has-value{
    /* Firefox 18- */
    color: #b1b1b1;
    font-size: 13px;
}
input[type]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
select.form-control.has-value{
    /* Firefox 19+ */
    color: #b1b1b1;
    font-size: 13px;
}
input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
select.form-control.has-value{
    color: #b1b1b1;
    font-size: 13px;
}
.login-signup-form .form-group .input-group.input-group-merge>.form-control{
    text-indent: 35px;
    border-radius: 15px;
    height: calc(2.65em + .75rem + 2px);
}
.login-signup-form .form-group .input-group.input-group-merge>.form-control:focus{
    z-index: inherit;
    border: 1px solid #d2ddec;
}
::placeholder {
    color: #A3C3A7 !important;
    opacity: 1; /* default-nya 0.54 di beberapa browser */
    font-weight: 400;
}
::-webkit-input-placeholder {
    color: #A3C3A7 !important;
    opacity: 1;
}
:-moz-placeholder {
    color: #A3C3A7 !important;
    opacity: 1;
}
::-moz-placeholder {
    color: #A3C3A7 !important;
    opacity: 1;
} 
:-ms-input-placeholder {
    color: #A3C3A7 !important;
    opacity: 1;
}
.login-signup-form .form-group {
    position: relative;
}
.login-signup-form .form-group .input-group.input-group-merge>.form-control {
    text-indent: 35px;
    height: calc(2.65em + .75rem + 2px);
}
.login-signup-form .form-group .input-group.input-group-merge>textarea.form-control {
    height: calc(7.8rem + 2px);
}
.login-signup-form .form-group .input-group.input-group-merge>.form-control:focus {
    z-index: inherit;
}
.input-icon {
    height: calc(3.4rem + 2px);
    position: absolute;
    z-index: 2;
    display: block;
    width: 40px;
    top: 0;
    bottom: 0;
    left: 0;
}
.input-icon span {
    color: #54784A;
    padding: 18px 15px;
    position: absolute;
    font-size: 18px;
    height: calc(3.4rem + 2px);
    border-radius: 4px;
}
.textarea-icon span {
    height: calc(7.8rem + 2px);
}
.full-screen {
    min-height: 100vh;
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v76/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}
.showPassword {
    position: absolute;
    margin: 0;
    top: 49%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    right: 8px;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.3125rem;
  padding-left: 1.1rem;
  text-align: left;
  width: 100%;
}
.checkbox input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: 0 !important;
}
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.checkbox label {
  display: inline-block;
  padding-left: 8px;
  position: relative;
  font-weight: 400;
  margin-bottom: 0;
}
.checkbox label::before {
  -o-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  background-color: #fff;
  border-radius: 3px;
  border: 1.5px solid #66A279;
  content: "";
  display: inline-block;
  height: 15px;
  left: 0;
  margin-left: -15px;
  position: absolute;
  transition: .3s ease-in-out;
  width: 15px;
  outline: 0 !important;
  /* top: 2px; */
}
.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #54784A;
  border-color: #54784A;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #54784A;
  background-color: #54784A;
}
.checkbox label::after {
  color: #6c757d;
  display: inline-block;
  font-size: 11px;
  height: 15px;
  left: 0;
  margin-left: -15px;
  padding-left: 3px;
  padding-top: 2px;
  position: absolute;
  top: 0;
  width: 15px;
}
.custom-control-label::after {
  position: absolute;
  top: .15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.checkbox input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  display: table;
  width: 1px;
  height: 7px;
  border: 2px solid #6c757d;
    border-top-color: rgb(108, 117, 125);
    border-top-width: 2px;
    border-right-color: rgb(108, 117, 125);
    border-bottom-color: rgb(108, 117, 125);
    border-left-color: rgb(108, 117, 125);
    border-left-width: 2px;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox-info input[type="checkbox"]:checked + label::after {
  border-color: #fff;
}
.dark-green-btn {
    font-family: andick_buntu;
    color: #fff;
    -webkit-box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    background: #54784A;
    border: 2px solid #54784A;
    border-radius: 50px;
    padding: 12px 32px;
}
.dark-green-btn:hover {
    color: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.custom-control-label {
    line-height: 1.5;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.card-footer {
    border: 0;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
}
.loader1 {
    display: block;
    position: relative;
    left: 45%;
    top: 50%;
}
.loader1 span {
    vertical-align: middle;
    border-radius: 100%;

    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 3px 2px;
    -webkit-animation: loader1 0.8s linear infinite alternate;
    animation: loader1 0.8s linear infinite alternate;
}
.loader1 span:nth-child(1) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    background:  rgba(23, 142, 90, 0.9);
}
.loader1 span:nth-child(2) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    background:  rgba(82, 188, 133, 0.85);
}
.loader1 span:nth-child(3) {
    -webkit-animation-delay: -0.26666s;
    animation-delay: -0.26666s;
    background: rgba(168, 229, 192, 0.9);
}
.loader1 span:nth-child(4) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    background:  rgba(82, 188, 133, 0.85);

}
.loader1 span:nth-child(5) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    background:  rgba(23, 142, 90, 0.9);
}
@keyframes loader1 {
    from {
        transform: scale(0, 0);
    }
    to {
        transform: scale(1, 1);
    }
}
@-webkit-keyframes loader1 {
    from {
        -webkit-transform: scale(0, 0);
    }
    to {
        -webkit-transform: scale(1, 1);
    }
}