@font-face {
    font-family: 'Plus Jakarta Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Plus Jakarta Sans Regular'), url('../../bonafid/fonts/plus-jakarta/PlusJakartaSans.woff') format('woff');
}
@font-face {
    font-family: 'Kanit Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Kanit Regular'), url('../../bonafid/fonts/kanit/Kanit-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Kanit Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Kanit Bold'), url('../../bonafid/fonts/kanit/Kanit-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Kanit SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Kanit SemiBold'), url('../../bonafid/fonts/kanit/Kanit-SemiBold.woff') format('woff');
}

:root {
    --c-utama: #B12B2A;
    --c-utamasecond: #1E4EC4;
    --c-body: #727272;
    --c-white: #fff;
    --c-black: #000;
    --c-grey-light: #8D8D8D;
    --f-plusjkt: 'Plus Jakarta Sans Regular';
    --f-kanit-semi: 'Kanit SemiBold';
    --f-kanit-bold: 'Kanit Bold';
}

body {
    color: var(--c-body);
    font-family: var(--f-plusjkt);
}
a,
a:hover {
    color: var(--c-utama);
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--f-kanit-bold);
}

.form-control, .theme-form input[type=text], .theme-form input[type=email], .theme-form input[type=search], .theme-form input[type=password], .theme-form input[type=number], .theme-form input[type=tel], .theme-form input[type=date], .theme-form input[type=datetime-local], .theme-form input[type=time], .theme-form input[type=datetime-local], .theme-form input[type=month], .theme-form input[type=week], .theme-form input[type=url], .theme-form input[type=file], .theme-form textarea, .theme-form select {
    border-style: solid;
    padding: 10px 10px;
}
input:-internal-autofill-selected {
    background-color: #fff;
}
.login-card .login-main .theme-form input {
    border-color: #CCCCCC !important;
    background-color: #fff;
}
.login-card .login-main .theme-form h2 {
    color: var(--c-utamasecond);
    margin-bottom: .5em;
}
.show-hide span{
    color: #6E6B7B;
}
.btn-primary {
    background: linear-gradient(90deg, #1E4EC4 -117.54%, #0F389A 157.02%) !important;
    border-color: var(--c-utamasecond) !important;
    box-shadow: 0px 9px 36px 0px #195BBE59;
}
.btn-primary{
    padding-top: 12px;
    padding-bottom: 12px;

}
.bg-login .logo-login img{
    max-height: 100px;
/*    display: none;*/
    margin: 0 auto 15px;
}
@media (max-width: 768px) {
    .col-xl-7.b-center.bg-size {
        display: none !important;
    }
    .bg-login .login-card{
        background-image: url('../../bonafid/images/bg-login.jpg') !important;
        background-size: cover;
    }
    .bg-login .logo-login img{
        display: block;
    }
}

.section-greeting {
    background-image: url('../../bonafid/images/bg-login.jpg') !important;
    background-size: cover;
}
.section-greeting-inner {
    min-height: 100vh;
    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;
}
.section-greeting-inner img {
    margin-bottom: 1.6em;
}
.section-greeting h3 {
    color: var(--c-white);
    font-family: var(--f-kanit-bold);
    font-size: 41px;
    font-weight: 500;
    line-height: 47px;
    letter-spacing: 0em;
}
.section-greeting p {
    margin-top: 1em;
    font-family: var(--f-plusjkt);
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    color: var(--c-white);
    max-width: 80%;
}
@media (max-width: 768px) {
    .section-greeting {
        display: none;
    }
    .section-greeting h3 {
        font-size: 24px;
        line-height: 35px;
    }
    .section-greeting p {
        font-size: 15px;
        line-height: 26px;
    }
}