.bg-login {
    background: url("../../../img/bg-login.png") no-repeat center center fixed;
    background-blend-mode: multiply;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.p-viewer {
    float: right;
    margin-top: -32px;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}