/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 22, 2021, 4:53:41 PM
    Author     : dwi_w
*/

.text-primary {
    color:#000;
}

.bg-login {
    background: url("../img/bg/bg4.jpg") no-repeat center center fixed;
}

.card-login {
    background-color:rgba(0,0,0,0.6);
}

.card-body-login {
    color:#fff;
}

.bg-login-image {
    background: url("../img/bg/bglogin.jpg");
    background-position: center;
    background-size: cover;
  }
  
  .bg-register-image {
    background: url("../img/bg/bglogin.jpg");
    background-position: center;
    background-size: cover;
  }
  
  .bg-password-image {
    background: url("../img/bg/bglogin.jpg");
    background-position: center;
    background-size: cover;
  }

.bg-main-layout {
    background: url("../img/bg/bg4.jpg") no-repeat center center fixed;    
}

.bg-gradient-primary-sidebar {
    background-color:rgba(0,0,0,0.6);
    background-image: linear-gradient(180deg,#070a12 40%,#224abe 100%);
    background-size: cover;
}

.bg-gradient-primary-to-green {
    background-color: #055536 !important;
    background-image: linear-gradient(135deg, #09614e 0%, rgba(86, 245, 38, 0.8) 100%) !important;
    opacity: 90%;
}


/* 
header
*/
.bg-black-header {
    background-color:rgba(0,0,0,0.7);
}

card-transparant {
    background-color:rgba(251, 251, 251, 0.7);
}