/* 
.background{
    background: url(../../../../assets/images/login_background.jpg) no-repeat center center; 
    background-size: cover;
   
}

.logoimg{
    width:150px;
    height:auto;
} */

.background {
    position: relative;
    background: url(../../../../assets/images/login_background.png) no-repeat center center; 
    background-size: cover;
    min-height: 100vh;
}

/* overlay */
.background::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.55);
    z-index: 1;
}

/* auth box di atas overlay */
.auth-box {
    position: relative; /* WAJIB */
    z-index: 2;
}
.logoimg{
    width:300px;
    margin-bottom: 25px;
    margin-top: 10px;
    height:auto;
}

/* Copyright style */
.copy-rigth {
    width: 100%;
    text-align: center;
    font-size: 11px;
    color: #6c757d;
    margin-top: 10px;
    letter-spacing: 0.3px;
}

/* Recovery text style */
.recover-text {
    text-align: center;
    font-size: 12px;
    color: #495057;
    background-color: #f8f9fa;
    padding: 12px 20px;
    border-radius: 8px;
    margin: 0 auto 10px auto;
    line-height: 1.5;
    font-weight: 400;
}

.to-recover{
    font-size: 13px !important;
}