<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    height: 100vh;
    font-family: "Segoe UI", "Open Sans", "Helvetica Neue", Verdana, Arial, "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
    background-image: -ms-radial-gradient(75% top, ellipse farthest-side, #55A0B9 -100%, #0077A1 40%, #006B91 75%, #006487 calc(100% - 68px));
    background-image: -moz-radial-gradient(75% top, ellipse farthest-side, #55A0B9 -100%, #0077A1 40%, #006B91 75%, #006487 calc(100% - 68px));
    background-image: -o-radial-gradient(75% top, ellipse farthest-side, #55A0B9 -100%, #0077A1 40%, #006B91 75%, #006487 calc(100% - 68px));
    background-image: -webkit-gradient(radial, 75% top, 0, center top, 258, color-stop(-100, #55A0B9), color-stop(40, #0077A1), color-stop(75, #006B91), color-stop(100, #006487));
    background-image: -webkit-radial-gradient(75% top, ellipse farthest-side, #55A0B9 -100%, #0077A1 40%, #006B91 75%, #006487 calc(100% - 68px));
    background-image: radial-gradient(ellipse farthest-side at 75% top, #55A0B9 -100%, #0077A1 40%, #006B91 75%, #006487 calc(100% - 68px));
    background-attachment: fixed;
}

div,
span {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
    font-weight: 600;
}

.column {
    display: flex;
    flex-direction: column;
}

.login-view {
    height: 100%;
    width: 100%;
    overflow: none;
    display: flex;
    flex-direction: column;
}

.login-view .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.login-top {
    justify-content: space-evenly;
}

.login-view .login-top,
.login-view .login-copyright {
    display: flex;
}

.login-view .login-top {
    flex: 1 1 auto;
}

.login-view .login-top .left,
.login-view .login-top .right {
    flex: auto;
}

.login-view .login-top .login {
    width: 428px;
    align-items: flex-end;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px 0px 3px 3px;
}

.login-view .login-top .login .siemens-logo {
    flex: 0 0 auto;
    background-image: url("/polarion/ria/images/sie-logo-layer-claim-petrol-rgb.svg");
    background-repeat: no-repeat;
    background-size: 234px 100%;
    background-position-x: center;
    margin-bottom: 10px;
}

.logo {
    height: 100px;
    align-self: center;
    width: 55%;
}

.customCompanyLogo {
    max-height: 235px;
    max-width: 235px;
    align-self: center;
}

.login-view .login-top .login .info-container {
    font-family: "Segoe UI", "Open Sans", "Helvetica Neue", Verdana, Arial, "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
    flex: 0 0 auto;
    width: 100%;
    margin: 48px 0 12px;
    padding: 16px;
    display: none;
}

.login-view .login-top .login .info-container .info-version {
    height: 48px;
    padding: 12px 24px;
    background: #014365;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
}

.login-view .login-top .login .info-container .info-appName {
    padding: 24px;
    background: #3bb1be;
}

.login-view .login-top .login .info-container .info-appName h1 {
    color: #ffffff;
    font-size: calc($h1-font-size * 75%);
    margin-bottom: 16px;
}

.login-view .login-top .login .info-container .info-appName h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
}

.login-view .login-top .login .info-container .tag {
    background: #f2f2f2;
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
    text-align: right;
    padding: 6px;
}

.login-view .login-top .login .login-dialog {
    flex: 200 1 auto;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 16px;
    width: 100%;
}

.login-view .login-top .login .panel-dialog {
    flex: 1 1 auto;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 16px;
    width: 100%;
}

.login-form {
    flex: 1 1 auto;
    justify-content: center;
    flex-direction: column;
    display: flex;
    width: 100%;
}

.login-dialog-multi {
    flex: 0 1 auto;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    padding: 16px 0;
    width: 100%;
}

.only-sso {
    height: 0;
    visibility: hidden;
    opacity: 0;
    flex: 0 0 auto;
}

.app-logo {
    display: flex;
    align-items: center;
    flex-direction: row;
    height: 64px;
    width: 100%;
    margin-bottom: 24px;
}

.app-logo .logInto,
.app-logo-center .logInto {
    font-size: 21px;
}

.app-logo-center {
    display: flex;
    margin: 0 auto;
    align-items: center;
    height: 64px;
}

.app-icon img {
    width: 64px;
    height: 64px;
}

.app-text {
    margin-left: 16px;
    color: #ffffff;
    font-size: 12px;
}

.app-text .server-name {
    margin-top: 5px;
    display: inline-block;
}

.login-dialog .header,
.panel-dialog .header {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.login-dialog .header h2,
.panel-dialog .header h2 {
    font-size: 21px;
    color: #ffffff;
}

.login-dialog .header2,
.panel-dialog .header2 {
    text-align: center;
    margin-bottom: 24px;
}

.login-dialog .header2 h2,
.panel-dialog .header2 h2 {
    font-size: 21px;
    color: #ffffff;
}

.login-dialog .new-account-header1,
.panel-dialog .new-account-header1 {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.login-dialog .new-account-header1 span,
.panel-dialog .new-account-header1 span {
    font-size: 21px;
    color: #ffffff;
}

.login-dialog .new-account-header2,
.panel-dialog .new-account-header2 {
    display: flex;
    align-items: center;
    height: 32px;
    background-color: #0a313f;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.login-dialog .new-account-header2 span,
.panel-dialog .new-account-header2 span {
    font-size: 12px;
    color: #ffffff;
    margin-left: 15px;
    font-weight: 600;
}

.login-dialog .required,
.panel-dialog label {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.32;
    margin-bottom: 4px;
    padding-left: 16px;
    position: relative;
}

.panel-dialog label a {
    color: #ffffff;
}

.login-dialog .required::before,
.panel-dialog label::before {
    position: absolute;
    content: "*";
    font-size: 24px;
    font-weight: bold;
    color: #aae6f5;
    left: 0;
    top: -4px;
}

.required, .required-label {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.32;
    margin-bottom: 4px;
    position: relative;
    padding-left:0px;
}

.login-dialog .required::before,
.panel-dialog label::before {
    position: absolute;
    content: "*";
    font-size: 24px;
    font-weight: bold;
    color: #aae6f5;
    left: 0;
    top: -4px;
}

.j_username,
.j_password {
    background: transparent;
    border: solid 1px #ffffff;
    border-radius: 2px;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    padding: 4px 8px;
    box-sizing: border-box;
    height: 32px;
    margin-bottom: 8px;
}

.login-dialog .j_username:hover,
.login-dialog .j_password:hover {
    border: solid 2px #ffffff;
}

.login-dialog .j_username:focus,
.login-dialog .j_password:focus,
.login-dialog .j_password:active,
.panel-dialog .j_username:focus,
.panel-dialog .j_password:focus,
.panel-dialog .j_password:active {
    border: solid 2px #3296b9;
}

.login-dialog .hint,
.panel-dialog .hint {
    font-size: 12px;
    font-style: italic;
    color: #dcdcdc;
    margin: 4px 0 16px 16px;
    line-height: 1.5;
}

.login-dialog .hint2,
.panel-dialog .hint2 {
    font-size: 12px;
    font-style: italic;
    color: #dcdcdc;
    margin: 4px 0 16px 16px;
    text-align: center;
    line-height: 1.5;
}

.hint2 a {
    color: #aae6f5;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.32;
    text-decoration: none;
    cursor: pointer;
}

.login-dialog input.margin-bottom-gap,
.panel-dialog input.margin-bottom-gap {
    margin-bottom: 24px;
}

.login-dialog div.margin-bottom-gap {
    margin-bottom: 24px;
}

.login-dialog .button-container {
    text-align: right;
}

.panel-dialog .button-container {
    text-align: center;
    margin-top: 20px;
}

.button-container2 {
    text-align: center;
}

.button {
    height: 32px;
    width: auto;
    min-width: 92px;
    padding: 4px 16px;
    color: #ffffff;
    border-radius: 2px;
    border: solid 1px #843f0c;
    background: #dc6914;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
    font-size: rem-calc(14.4);
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.button:hover {
    background: #b05410;
    transition: all 0.1s ease-in-out;
}

.button:active {
    background: #843f0c;
}

.button:disabled {
    background: #757575;
    color: black;
    border: solid 1px black;
    text-shadow: none;
    cursor: default;
}

.button-100 {
    width: 100px !important;
}

.loginContainer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.login-label {
    margin-left: 30px;
    margin-top: 10px;
    cursor: pointer;
    margin-right: 10px;
}

.checkbox-row-container {
    display: flex;
    vertical-align: middle;
    font-size: 12px;
    color: white;
    margin-right: 10px;
}

.panel-dialog p {
    font-size: 12px;
    color: #dcdcdc;
    line-height: 1.5;
    margin: 2px 10px 15px 10px;
}

.panel-dialog p strong {
    font-weight: bold;
    color: white;
}

.panel-dialog p a {
	color: #66C8DE;
}

.panel-dialog p a:hover {
    color: #E3700F;
}

/**messages**/

.errormessage {
    width: 396px;
    height: min-content;
    border: 1px solid #DC0000;
    border-radius: 2px;
    background: url("/polarion/ria/images/icon-indicatorError16.png") no-repeat 10px 8px;
    background-color: #FBEEED;
    color: #DC0000;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 8px 10px;
    line-height: 1.4;
}

.errormessage span {
    vertical-align: center;
    margin-left: 20px;
}

.warningmessage {
    width: 396px;
    height: min-content;
    border: 1px solid #FFC328;
    background: url("/polarion/ria/images/icon-indicatorWarning16.png") no-repeat 10px 8px; 
    background-color: #FFF7CD;
    color: #DC6914;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 8px 10px;
    line-height: 1.4;
}

.warningmessage span {
    display: block;
    margin-left: 20px;
    padding-bottom: 10px;
}

#moreInfo,
#lessInfo {
    margin-left: 3px;
    color: #197FA2;
    font-weight: normal;
    cursor: pointer;
    text-decoration: none;
}

#moreInfo:hover,
#lessInfo:hover {
    color: #E3700F;
}

.successmessage {
    width: 396px;
    height: min-content;
    border: 1px solid #85E3B9;
    background: url("/polarion/ria/images/icon-indicatorCompleted16.png") no-repeat 10px 8px; 
    background-color: #EDFBF5;
    color: #00874F;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 8px 10px;
    line-height: 1.4;
    background-position-y: center;
}

.successmessage span {
    vertical-align: center;
    margin-left: 20px;
    line-height: 1.2;
}

.errormessage a, .warningmessage a, .successmessage a {
    color: #197FA2;
}

.errormessage a:hover, .warningmessage a:hover, .successmessage a:hover {
    color: #E3700F;
}

.warning-text {
    color: #fff;
    font-size: 12px;
    margin: -8px 0 16px 16px;
    line-height: 1.4;
    text-align: center;
}

/** &lt;HR&gt; Multilogin line **/

.line {
	color: #2387AA;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.line:before,
.line:after {
    color: #2387AA;
    content: '';
    flex: 1;
    border-bottom: solid 1px;
    margin: 20px 0;
}

.line span {
    color: #2387AA;
    font-size: 13px;
}

/** Login with text **/

.loginWith {
    display: flex;
    height: 14px;
    align-items: center;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 8px;
    font-size: 12px;
    color: #ffffff;
}


/** Multilogin buttons **/

.external-login {
    text-align: center;
    margin: 5px 0px 5px 0px;
}

.external-login img {
    width: 20px;
}

.external-login img {
    width: 20px;
}

.external-login.more button span {
    margin-right: -8px;
}

.login-button {
    background: #003951;
    border: solid 1px #ffffff;
    border-radius: 2px;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    padding: 4px 8px;
    box-sizing: border-box;
    height: 32px;
    width: 196px;
    text-align: center;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.login-button span {
    line-height: 1.6;
    margin: 0 16px;
}

.login-button img {
    float: left;
}

.login-button:hover {
    background: #005f87;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
    transition: all 0.1s ease-in-out;
}


/** Checkbox **/

.checkboxContainer {
    display: block;
    position: relative;
    margin-top: 6px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkboxContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px #A4E0EF solid;
    border-radius: 2px;
}

.checkboxContainer:hover input~.checkmark {
    box-shadow: 0px 0px 0px 2px #A4E0EF inset;
}

.checkboxContainer:focus input~.checkmark {
    background-color: #CC8AE5;
    box-shadow: 0px 0px 0px 2px #A4E0EF inset;
}

.checkboxContainer input:checked~.checkmark {
    background-color: #A4E0EF;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkboxContainer input:checked~.checkmark:after {
    display: block;
}

.checkboxContainer .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #003750;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/** Change Server elements **/

.server-dialog {
    flex: 1 1 auto;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 16px;
}

.server-dialog a {
    margin-bottom: 10px;
    text-decoration: none;
}

.server-dialog .header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.server-dialog .header h2 {
    font-size: 21px;
    color: #ffffff;
    margin-left: 16px;
}

.server {
    display: flex;
    flex-direction: row;
    height: auto;
    width: 100%;
    cursor: pointer;
    padding: 10px 0;
    line-height: 1.3;
    font-family: "Segoe UI", "Open Sans", "Helvetica Neue", Verdana, Arial, "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
}

.server:hover {
    background-color: rgba(14, 14, 14, 0.5);
}

.server-icon {
    width: 64px;
    height: 64px;
    margin-left: 16px;
}

.server-text {
    margin: auto;
    margin-left: 16px;
    color: #ffffff;
    font-size: 14px;
    white-space: normal;
}

.server-text h3 {
    font-weight: bold;
    font-size: initial;
    margin-top: 8px;
    margin-bottom: 8px;
}

.server.monitoring {
    align-items: center;
    cursor: default;
}

.server.monitoring.node {
    padding-left: 40px;
    padding-bottom: 10px;
}

.server.monitoring.cluster {
    padding: 10px;
    padding-left: 0;
}

.server.monitoring .server-text p {
    margin: 0;
}

.server.monitoring .server-text {
    height: auto;
    margin-top: 0;
}

.balancer-link {
    padding-top: 5px;
}

.server.monitoring:hover {
    background-color: inherit;
}

.server.monitoring .balancer-link a {
    display: inline-block;
    color: #aae6f5;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.32;
    text-decoration: none;
    cursor: pointer;
}

.server.monitoring .balancer-link a:hover {
    color: #E3700F;
    transition: all 0.1s ease-in-out;
}

/** Bottom Links **/

.login-links {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
}

.login-links div {
    display: inline-block;
    min-height: 24px;
    border-radius: 2px;
    padding: 4px 8px;
}

.login-links div a {
    text-align: center;
    color: #66C8DE;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.32;
    text-decoration: none;
    cursor: pointer;
}

.login-links div:hover {
    background-color: #004C6C;
    transition: all 0.1s ease-in-out;
}


/** bottom Links end **/

.login-view .login-top .login .login-apps {
    display: none;
    flex: 0 0 auto;
    width: 100%;
    justify-content: flex-end;
    height: auto;
}

.login-view .login-top .login .login-copyright {
    display: none;
    flex: 0 0 auto;
    width: 100%;
    justify-content: flex-end;
    height: auto;
    color: #ffffff;
    font-size: 12px;
    padding: 16px;
}

.login-view .login-top .spacer {
    flex: auto;
    max-width: 28.125rem;
}

.login-view .login-top .info {
    width: 525px;
    justify-content: flex-end;
}

.login-view .login-top .info .info-container {
    position: relative;
    font-family: "Siemens Sans", Arial;
}

.login-view .login-top .info .info-container .info-version {
    height: 96px;
    width: 260px;
    padding: 12px 24px;
    background: #014365;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    top: -48px;
    left: -24px;
    z-index: 1;
}

.login-view .login-top .info .info-container .info-appName {
    padding: 24px;
    width: 525px;
    background: #3bb1be;
    position: relative;
    z-index: 2;
}

.login-view .login-top .info .info-container .info-appName h1 {
    color: #ffffff;
    font-size: 50px;
    margin-bottom: 16px;
}

.login-view .login-top .info .info-container .info-appName h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
}

.login-view .login-top .info .info-container .tag {
    background: #ffffff;
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
    width: 525px;
    text-align: right;
    padding: 6px;
}

.login-view .login-apps {
    flex: 1 0 auto;
    max-height: 96px;
}

.login-view .login-copyright {
    display: flex;
    flex: 0 0 auto;
    justify-content: flex-end;
    height: auto;
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    padding: 24px;
    text-align: right;
}

.login-copyright a {
color: #66C8DE;
text-decoration: none;
}

.login-copyright a:hover {
color: #E3700F;
}

#chooseFileButton {
	margin:10px;
	margin-bottom: 0;
    color: white;
    cursor: pointer;
}

#chooseFileButton::file-selector-button {
    background: transparent;
    border: solid 1px #ffffff;
    border-radius: 2px;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    padding: 4px 8px;
    box-sizing: border-box;
    height: 32px;
    margin-bottom: 8px;
}


/* Hiding prefetch window */

#prefetch {
    display: none;
    width: 1px;
    height: 1px;
}

.fade-in {
    animation: fadeIn ease-in-out 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation: fadeIn ease-in-out 0.5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: fadeIn ease-in-out 0.5s;
    -moz-animation-fill-mode: forwards;
    -o-animation: fadeIn ease-in-out 0.5s;
    -o-animation-fill-mode: forwards;
    -ms-animation: fadeIn ease-in-out 0.5s;
    -ms-animation-fill-mode: forwards;
    flex: 1 1 auto;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        height: initial;
    }
    100% {
        height: initial;
        visibility: visible;
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
        height: initial;
    }
    100% {
        height: initial;
        visibility: visible;
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        height: initial;
    }
    100% {
        height: initial;
        visibility: visible;
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
        height: initial;
    }
    100% {
        height: initial;
        visibility: visible;
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
        height: initial;
    }
    100% {
        height: initial;
        visibility: visible;
        opacity: 1;
    }
}

.fade-out {
    animation: fadeOut ease-in-out 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation: fadeOut ease-in-out 0.5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: fadeOut ease-in-out 0.5s;
    -moz-animation-fill-mode: forwards;
    -o-animation: fadeOut ease-in-out 0.5s;
    -o-animation-fill-mode: forwards;
    -ms-animation: fadeOut ease-in-out 0.5s;
    -ms-animation-fill-mode: forwards;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    75% {
        position: static;
        height: initial;
    }
    100% {
        opacity: 0;
        height: 0;
        position: absolute;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    75% {
        position: static;
        height: initial;
    }
    100% {
        opacity: 0;
        height: 0;
        position: absolute;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    75% {
        position: static;
        height: initial;
    }
    100% {
        opacity: 0;
        height: 0;
        position: absolute;
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    75% {
        position: static;
        height: initial;
    }
    100% {
        opacity: 0;
        height: 0;
        position: absolute;
    }
}

@-ms-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    75% {
        position: static;
        height: initial;
    }
    100% {
        opacity: 0;
        height: 0;
        position: absolute;
    }
}

/** screen more than 1200px height **/
@media only screen and (min-height: 1200px) {

    .login-view .login-top .info {
        justify-content: center;
        padding-top: 140px;
    }
}

/** screen less than 1070px width **/

@media only screen and (max-width: 1070px) {
    .column.info,
    .column.spacer {
        display: none;
    }
    .login-view .login-top .login {
        margin: 0 auto;
        align-items: flex-start;
        height: min-content;
    }
    .login-view .login-top .login .info-container {
        display: block;
        margin-top: 24px;
    }
    .login-view .login-top .login .info-container .info-version {
        height: auto;
        font-size: 18px;
        padding: 10px 24px;
    }
    .login-view .login-top .login .info-container .info-appName {
        padding: 16px;
    }
    .login-view .login-top .login .info-container .info-appName h1 {
        font-size: 37.5px;
    }
    .login-view .login-top .login .info-container .info-appName h2 {
        font-size: 18px;
    }
    .login-view .login-top .login .info-container .tag {
        font-size: 12px;
    }
    .login-view .login-top .login .login-dialog {
        justify-content: flex-start;
    }
    .login-view .login-top .login .panel-dialog {
        flex: 0 1 auto;
    }
    .login-view .login-apps {
        height: auto;
        flex: 1 1 auto;
    }
    .login-view .login-apps img {
        height: 48px;
    }
    .hero .login-copyright {
        justify-content: center;
        margin-top: 0;
    }
    .server-dialog {
        flex: 0 1 auto;
    }
}


/** screen less than 448px width **/

@media only screen and (max-width: 448px) {
    .login-view .login-apps,
    .login-view .login-copyright {
        display: none;
    }
    .login-view .column.login {
        margin: 0;
        height: 100%;
        width: 100%;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)), url("/polarion/ria/images/backgrounds/hero_blur.jpg");
    }
    .login-view .column.login .info-container,
    .login-view .column.login .login-dialog {
        width: 100%;
    }
    .login-view .login-top .login .login-apps,
    .login-view .login-top .login .login-copyright {
        justify-content: center;
        display: flex;
    }
}

@media only screen and (max-height: 600px) {
    .login-view .login-top .login .info-container {
        display: none;
    }
    .login img.logo {
        display: none;
    }

}</pre></body></html>