<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-width: 992px) {
    .lg-container .login-window {
        padding: 35px 0;
    }

    .side-content {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .lg-container .login-window iframe {
        height: 50vh;
    }

    .side-content {
        margin-top: 50px;
    }

    .lg-container {
        padding: 0px;
    }
}

.login-window {
    box-shadow: none !important;
}

body {
    background-image: url(../images/baby.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.login-window .main-col {
    border: 2px solid #fff;
}

.login-window {
    background-color: transparent !important;
}

.form-control {
    border: 1px solid #fff;
    background-color: transparent !important;
    color: white !important;
}

.form-control::placeholder {
    color: white !important;
}

.input-group-text {
    color: white !important;
}

.overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.2) 100%);
}

.form-control:focus {
    background-color: transparent;
}

@media only screen and (max-width: 600px) and (min-width: 200px) {
    .login-window .main-col {
        border: none !important;
        margin-bottom: 15px;
    }
}</pre></body></html>