
@font-face {
    font-family: montserrat;
    src: url('../font/Montserrat-Regular.ttf');
}

* {
    font-family: montserrat;
}

* {
    font-family: montserrat;
}
a:hover {
    text-decoration: none;
}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
}
#myVideo {
    position: relative;
    right: 0;
    left: 0;
    top: -5px;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.bg-image-home {
    background-image: url('../img/assets/img/background.png');
    background-size: cover;
}
.bg-image1-home {
    background-image: url('../img/assets/img/bg1.png');
    background-size: cover;
}
a:hover {
    text-decoration: none;
}
.text-welcome-home {
    bottom: 0;
    left: 0;
    right: 0;
}
.image-logo-home {
    top: 0;
    left: 0;
    top: 40%;
}
.text-welcome-home h1 {
    font-size: 3.5rem;
}
.text-welcome-home svg {
    position: absolute;
    right: 40px;
    font-size: 3.5rem;
    bottom: 30px;
}
.card-choose {
    position: relative;
    z-index: 10;
    background-color: white;
}
.card-choose::before {
    z-index: -200;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    border-radius: 5px;
    content: "";
    left: -6px;
    top: -6px;
    bottom: -6px;
    right: -6px;
}
.login-portal {
    bottom: 40px;
    right: 40px;
}
.login-card::before {
    z-index: 0;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    border-radius: 5px;
    content: "";
    left: -7px;
    top: -24px;
    bottom: -24px;
    right: -6px;
}
input:focus {
    outline: 1px solid rgba(8, 173, 75, 1);
    border: none;
}
.webcam-border::before {
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    border-radius: 5px;
    content: "";
    left: -10px;
    top: -10px;
    bottom: -10px;
    right: -10px;
}
.bgo-absolute {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.text-nav {
    display: inline-block;
}
@media only screen and (max-width: 757px) {
    .text-nav {
        display: none;
    }
}
.bg-home {
    height: 768px;
}

.help-nav a:hover,
.text-color {
    color: #08AD4B;
}
.bg-color {
    background-color: #08AD4B;
}
.bgo-color {
    background-color: rgba(8, 173, 75, .7);
}
.bg-white {
    background-color: white;
}
.bgo-white {
    background-color: rgba(225, 225, 225, 0.7);
}
.bgo-dark {
    background-color: rgba(0, 0, 0, 0.5);
}
.page-link {
    border-radius: 100px !important;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 22px;
    margin: 0px 2px;
    color: #08AD4B;
    border-color: rgba(8, 173, 75, .5);
}
.page-item.active .page-link {
    background-color: rgb(14, 230, 100) !important;
    border-color: rgb(14, 230, 100)
}
.page-item.disabled .page-link {
    background-color: gainsboro;
}
.peminjaman-picture {
    border: 8px solid rgb(216, 216, 216);
}
.message-top {
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    position: fixed !important;
    border-radius: 0 !important;
}
@font-face {
    font-family: montserrat;
    src: url('../font/Montserrat-Regular.ttf');
}
.text-color {
    color: #08AD4B !important;
}
.nav_name {
    display: inline-block;
}
@media (max-width: 700px) {
    .nav_name {
        display: none;
    }
}
.text-color:hover {
    color: #08AD4B !important;
}
.go_login {
    bottom: 25px;
    right: 50px;
    color: white;
    font-weight: bold;
    font-size: 1.4rem;
}
.bg-color {
    background-color: #08AD4B;
}
.bg-white {
    background-color: white;
}
.bgo-white {
    background-color: rgba(225, 225, 225, 0.6);
}
.bgo-color {
    background-color: rgba(8, 173, 75, .6);
}
.wlcm {
    bottom: 0;
    background-color: rgba(8, 173, 75, .9);
}
.wlcm h1 {
    font-size: 4rem;
}
.wlcm p {
    font-size: 1.3rem;
}
.wlcm svg {
    font-size: 4rem;
    right: 30px;
    bottom: 20px;
}

.logo {
    z-index: 10;
    top: 30%;
    width: 30%;
    left: 0;
}
.logo img {
    top: 45px;
}

.bg-home {
    background-image: url('../img/assets/img/ar-rifai_bg.png');
    background-size: cover;
    background-color:rgba(8, 173, 75) !important;
}
.choose_one_fitur {
    position: relative;
    z-index: 10;
}
.choose_one_fitur::before {
    border: 7px solid #fff;
    content: "";
    position: absolute;
    top: -7px;
    bottom: -7px;
    left: -7px;
    right: -7px;
    opacity: 0.5;
    border-radius: 10px;
}
input, textarea {
    transition: all .3s;
}
input:focus, textarea:focus {
    outline: none !important;
    background-color: #08AD4B;
    border: 2px solid rgba(8, 173, 75, 1);
}
