.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;
}

.slim-logo a {
    color: #09A59A !important;
}

.btn-custom {
    background-color: #09A59A;
    border-color: #09A59A;
    color: #ffffff;
}

.text-custom {
    color: #09A59A;
}

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