
.bg-main {
    background-image: url(../images/pngwing2.png);
    background-position: left;
    background-repeat: no-repeat;
}

.logo-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
img.logopu {
    margin: 20px;
}

.login-container {
    background: rgba(255, 255, 255, 0.65);
    border-radius: 10px;
    max-width: 440px;
    min-width: 300px;
    margin: auto;
    backdrop-filter: blur(3px);
    padding: 20px 20px 20px 20px;
}
.title-container {
    margin: 20px 0 0 0;
    font-size: 24px;
    /* color: var(--blue1); */
    color: black;
    font-weight: bold;
}
img.logocctv {
    /* width: 40px;
    height: 40px; */
    width: 100%;
    object-fit: contain;
}

.login-container .separator {
    width: 100%;
    height: 40px;
}

.footer-container {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    color: white;
    font-weight: lighter;
}

@media (orientation: portrait) {
    .logo-container {
        top: 20px;
    }
}
