﻿.panelutama{
    position:fixed;
    top:0px;
    bottom:0px;
    display:flex;
    flex-direction:row;
    width:100%;
    height:100%;
    margin:auto;
    background-color:transparent;
}

.login {
    position: relative;
    top: 0px;
    /*left: 0px;
    right: 0px;*/
    width: 50%;
    height: 100%;
    background-color: transparent;    
    border-radius: 0px;   
    overflow: hidden;
    /*animation: animasipanellogin 1s ease;*/
    border:0px solid green;
}

.login-header {
    position: relative;
    top: 0px;
    margin: auto;
    width: 100%;
    height: 60px;
    background-color: #ebebeb;
    text-align: center;
    align-content: center;
    color: grey;
    display:none;
}

@keyframes animasipanellogin {
    from {
        
        transform: translateY(30px);
    }

    to {
        transform: translateY(0px)
    }
}

.text-tengah{
    text-align:center;
}

.hidefooterutama {
    display: none;
}
/*nama perusahaan*/
.namaperusahaanlogin {
    position: absolute;
    top: 85%;
    font-size: 10px;
    margin:auto;
    text-align:center;
    width:100%;
}

    .namaperusahaanlogin p {
        position: absolute;
        left: 0px;
        top: 40px;
        line-height: 2px;
        font-size: 12px;
        color: grey;
        text-align:center;
        width:100%;
    }
/*end : nama perusahaan*/
.panellogologin {
    position: absolute;
    display: flex;
    gap: 20px;
    width: 50%;
    height:250px;
    background-color: transparent;
    left: 0px;
    right:0px;
    top: 13%;
    margin:auto;
    text-align:center;
    z-index:6;
}
.itemlogologin{
    position:absolute;
    top:20%;
    width:100%;
    text-align:center;
}

.logologin {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0%;
    width: 150px;
    margin: auto;
}

.login-content {
    position: relative;
    top:13%;
    width: 50%;
    height: 70%;
    background-color: #f1f1f1;
    margin: auto;
    border:20px solid grey;
    border-radius:10px;
    align-content:center;
}

.btn-login-holder {
    position: absolute;
    width: 100%;
    background-color: transparent;
    bottom: 50px;
    right: 12%;
    margin: auto;
    text-align: right;
}

.gambarlogin{
    position:relative;    
    width:50%;
}
    .gambarlogin img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        background-size: cover;
    }