#variabel-use, #variabel-delete {
    font-size: 22px;
    cursor: pointer;
    -webkit-transition: color .2s ease-in;
    -webkit-transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    -ms-transition: color .2s ease-in;
    transition: color .2s ease-in;
}

#variabel-use { color: #00C851; }
#variabel-use:hover { color: #22c865; }
#variabel-delete { color: #ec2d38; }
#variabel-delete:hover { color: #d6434c; }

.page-single .justify-content-center .card {
    background: #ffffff30;
}

.login-img {
    position: absolute;
    width: 100%;
    background: #b1b0b0 !important;
}
.box div img {
    width: 100%;
}

.box div {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: transparent;
    /* border: 6px solid rgba(255, 255,255,0.8); */
    z-index: 999;
    display: none;
}

.box div.active {
    display: block;
}

.box .img-float1{
    top: 12%;
    left: 42%;
    animation: animate 10s linear infinite;
}
.box .img-float2{
    top: 51%;
    left: 86%;
    animation: animate 6s linear infinite;
}
.box .img-float3{
    top: 74%;
    left: 13%;
    animation: animate 7s linear infinite;
}
.box .img-float4{
    top:48%;
    left: 52%;
    animation: animate 4s linear infinite;
}
.box .img-float5{
    top: 60%;
    left: 34%;
    animation: animate 8s linear infinite;
}
.box .img-float6{
    top: 10%;
    left: 20%;
    animation: animate 9s linear infinite;
}
.box .img-float7{
    top: 20%;
    left: 77%;
    animation: animate 10s linear infinite;
}
.box .img-float8{
    top: 78%;
    left: 72%;
    animation: animate 5s linear infinite;
}
.box .img-float9{
    top: 42%;
    left: 1%;
    animation: animate 7s linear infinite;
}

@keyframes animate {
    0% {
        transform: scale(0) translateY(0) rotate(0);
        opacity: 1;
    }
    100% {
        transform: scale(1.3) translateY(-90px) rotate(360deg);
        opacity: 0;
    }
}

.input-group>.form-control:not(:first-child), .input-group>.custom-select:not(:first-child) {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.input-group-addon {
    border-radius: 1rem 0 0 1rem !important;
}

.card-body {
    position: relative;
    z-index: 999;
    color: black;
}

.bg-login {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    opacity: .5;
}

.btn.btn-gradient-primary.btn-block {
    border-radius: 1rem;
    outline: none;
}

strong, b {
    font-weight: 900;
}

.card-body p.text-center {
    font-weight: 600;
}