<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navbar {
    background-color: #000000;
    min-height: 55px;
}

.login-layout {
    background-color: #FFF;
    background-image: url('./images/signup-background.png');
    background-position: center 80px;
    background-repeat: no-repeat;
}

.login-container {
    margin: 75px auto;
    width: 375px;
}
@media only screen and (max-width:600px) {
    .login-layout {
        background-image: none;
        background-color: #EFEFEF;
    }
    
    .login-container {
        margin: 75px auto;
        width: 100%;
    }
}
.login-layout .widget-box {
    background-color: rgba(0,0,0,0.5);
    border-bottom: medium none;
    box-shadow: none;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding: 2px;
}

.login-layout .widget-box .widget-main {
    border-radius: 0;
}

.login-layout .widget-box .widget-body {
    background: none !important;
}

.login-layout .widget-box .widget-body .widget-main {
    background-color: rgba(255, 255, 255, 0.9);
}
/*.profile-info-name {
    width: 175px;
}*/</pre></body></html>