body {
    font-family: "Karla", sans-serif;
    background-color: #fff;
    min-height: 100vh;
}

.brand-wrapper {
    padding-top: 7px;
    padding-bottom: 8px;
}

.brand-wrapper .logo {
    height: 25px;
}

.login-section-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 68px 100px;
    background-color: #fff;
}

@media (max-width: 991px) {
    .login-section-wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 575px) {
    .login-section-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
        min-height: 100vh;
    }
}

.login-wrapper {
    width: 80%;
    max-width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
}

@media (max-width: 575px) {
    .login-wrapper {
        width: 100%;
    }
}

.login-wrapper label {
    font-size: 15px;
    /* font-weight: bold; */
    color: #b0adad;
}

.login-wrapper .form-control {
    /* border: none; */
    /* border-bottom: 1px solid #e7e7e7; */
    /* border-radius: 0; */
    padding: 20px;
    min-height: 40px;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
}

.login-wrapper .form-control::-webkit-input-placeholder {
    color: #b0adad;
}

.login-wrapper .form-control::-moz-placeholder {
    color: #b0adad;
}

.login-wrapper .form-control:-ms-input-placeholder {
    color: #b0adad;
}

.login-wrapper .form-control::-ms-input-placeholder {
    color: #b0adad;
}

.login-wrapper .form-control::placeholder {
    color: #b0adad;
}

.login-wrapper .login-btn {
    padding: 13px 15px;
    background-color: #016ace;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 14px;
}

.login-wrapper a.forgot-password-link {
    color: #080808;
    font-size: 14px;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 54px;
}

@media (max-width: 575px) {
    .login-wrapper a.forgot-password-link {
        margin-bottom: 16px;
    }
}

.login-wrapper-footer-text {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}

.login-title {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin-bottom: 25px;
}

.login-img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
}

.footer-link {
    position: absolute;
    bottom: 1rem;
    text-align: center;
    width: 100%;
}

.footer-link-sm {
    bottom: 1rem;
    text-align: center;
    width: 100%;
    font-size: 10px;
}

.field-icon {
    float: right;
    margin-right: 17px;
    margin-top: -28px;
    position: relative;
    z-index: 2;
    color: #555;
}

.zmdi {
    display: inline-block;
    font: normal normal normal 14px / 1 'Material-Design-Iconic-Font';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pop-image-style {
    border-radius: 20px;
}

.pop-close-button {
    position: absolute !important;
    top: 40px !important;    /* Jarak dari atas gambar */
    right: 10px !important;  /* Jarak dari kanan gambar */
    color: white !important; /* Warna silang (putih agar kontras dengan gambar) */
    background: rgba(0, 0, 0, 0.5) !important; /* Background bulat hitam transparan */
    border-radius: 50% !important;
    width: 35px !important;
    height: 35px !important;
    font-size: 20px !important;
    z-index: 10 !important;  /* Memastikan tombol di atas gambar */
    border: none !important;
    transition: background 0.3s ease;
}

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