/* #page-login .card-body {
    background: linear-gradient(to right, #0a887b93, #2ddbe776, #00a79693),
        url('/img/background-2/bg3.png');
        background-size: 150% auto;
        font-size: 18px;
        color: rgb(2, 44, 27);
} */

#page-login  .form-control {
    font-size: 18px;
}

#page-login .card {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

#loader {
    display: none;
}

#loadnya {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #fff;
    opacity: .4;
}

.ajax-loader {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    /* -1 * image width / 2 */
    margin-top: -32px;
    /* -1 * image height / 2 */
    display: block;
}

.text-wait {
    position: fixed;
    top: 43%;
    left: 36%;
    font-size: 23px;
}
.notif_top {
    position: fixed;
    z-index: 6001;
    top: 0;
    left: 0;
    right: 0;
}

.message-alert {
    position: fixed;
    width: 30%;
    right: 0;
    left: 0;
    margin: auto;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    text-align: center;
    z-index: 9999;
    /* opacity: .8; */
}
