#loginForm .devices {
    display: block;
    height: 80px;
    margin: 0 auto 28px;
    background-repeat: no-repeat;
    background-image: url(images/logo_welcome.svg);
    background-position: center 0;
    background-size: 170px 72px;
    /* background-color: #0078BD; */
    /* background-color: lightcyan; */
    background-color: white;
}

/*.banner {background-color: #062e79;}*/

#logo{
    background-image: url(images/logo_reverse.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0 0;
    background-size: contain;
    border: none;
    height: 36px;
    width: 140px;
    margin: 2px 4px 0 8px;
}