.content-page {
    display: flex;
    flex-flow: column;
    margin-left: 0px;
    justify-content: center;
}

.content-page > .content {
    background: white;
    width: 400px;
    max-height: 350px;
    display: flex;
    flex-flow: column;
    padding: 0px;
    text-align: center;
}

.content-page > .content > .content-footer {
    max-height: 90px;
    display: flex;
    flex-flow: column;
    padding: 0px;
    text-align: center;
}

@media (max-width: 500px) {
    
    .content-page > .content {
        width: 100%;
    }
}

.content-page > .content > div {
    padding: 0px 45px;
}

.content-page > .content  {
    color: #585B63;
}

.content-page > .content > .top > .header {
    font-size: 24px;
    padding-top: 40px;
    padding-bottom: 20px;
    height: 180px;
}

.content-page > .content > .top .form-part {
    margin-top: 15px;
}

.content-page > .content > .top .login-label {
    font-weight: 600;
    text-align: left;
}

.content-page > .content > .top input {
    background: white;
    border: 1px solid #D0D0D2;
    border-radius: 2px;
    width: 100%;
    max-width: 500px;
    height: 30px;
    padding-left: 5px;
}

.content-page > .content > .top > .sw-orange-button {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--sw-color);
    color: white;
    border-radius: 4px;
    font-size: 13px;
    margin-top: 30px;
    margin-bottom: 10%;
    cursor: pointer;
}

.content-page.n-able .content > .top > .sw-orange-button {
    background: #1879A8;
}

.content-page > .content > .content-footer > .middle {
    height: 80px;
    background: #444;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-page > .content > .content-footer > .bottom {
    height: 50px;
    background: #333;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.link {
    color: #66AFD9;
    cursor: pointer;
}
.login_error_msg{
    color:red;
}
#main_error_msg {
    margin-top:10px;
    display: inline-block;
    text-align:left;
    height:30px;

}

.forgot_password_popup_body{
    padding: 25px 50px;
}
.qrcode_window_body {
    /*height: 300px;max-height: 500px;width: 520px;*/
    padding: 25px 50px;
}


@media screen and (max-width: 768px) {  
    
    .sw-topbar-product-name {
        padding: 0px;
    }
    
    .sw-topbar-logo {
        display: block;
    }
}

#login_username_and_password_container {
    height: 50px;
}

#login_top_part_container {
    height: 18px;
}

#login_username_preview_container {
    text-align: left;
    display: none;
}

#login_username_preview_container .ic {
    cursor: pointer;
}